Skip to content

Commit

Permalink
Add readOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
jasollien committed Jun 17, 2024
1 parent f7c9516 commit 83a5b4e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1850,17 +1850,21 @@ components:
required:
- id
- name
- readonly
properties:
id:
type: string
name:
type: string
readonly:
type: boolean
topic_status_extension_item_GET:
type: object
required:
- id
- name
- status_type
- readonly
properties:
id:
type: string
Expand All @@ -1869,19 +1873,24 @@ components:
status_type:
type: string
enum: [open, closed]
readonly:
type: boolean
user_extension_item_GET:
type: object
required:
- id
- name
- email
- readonly
properties:
id:
type: string
name:
type: string
email:
type: string
readonly:
type: boolean
extension_item_SET:
type: object
required:
Expand Down

0 comments on commit 83a5b4e

Please sign in to comment.