Skip to content

Commit

Permalink
ZO-5265: We need to set null as enum value for a nullable enum
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspuppe committed Jun 14, 2024
1 parent 72ccec4 commit 06ad5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ components:
access:
type: string
nullable: true
enum: [abo, registration, dynamic]
enum: [abo, registration, dynamic, null]
description: "content access restriction"
color:
type: string
Expand Down

0 comments on commit 06ad5ab

Please sign in to comment.