Skip to content

Commit

Permalink
Update Documentation with core changes (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 6, 2024
1 parent 2bd5a4e commit 72ffd51
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 8 additions & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -11917,8 +11917,14 @@
"approved": {
"type": "boolean"
},
"user_fields[1]": {
"type": "boolean"
"user_fields": {
"type": "object",
"additionalProperties": true,
"properties": {
"1": {
"type": "boolean"
}
}
},
"external_ids": {
"type": "object"
Expand Down
8 changes: 6 additions & 2 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8456,8 +8456,12 @@ paths:
or it will be ignored
approved:
type: boolean
user_fields[1]:
type: boolean
user_fields:
type: object
additionalProperties: true
properties:
'1':
type: boolean
external_ids:
type: object
required:
Expand Down

0 comments on commit 72ffd51

Please sign in to comment.