Skip to content

Commit

Permalink
Merge pull request #147 from freee/feature/update_schema_files_2022-0…
Browse files Browse the repository at this point in the history
…3-16-05-59

Update schema files
  • Loading branch information
sereru authored Mar 16, 2022
2 parents 6e66575 + 00cec64 commit 7151ba0
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _sdk_compatible/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5001,6 +5001,16 @@
}
}
},
"404": {
"description": "",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/badRequestNotFoundError"
}
}
}
},
"500": {
"description": "",
"content": {
Expand Down
6 changes: 6 additions & 0 deletions _sdk_compatible/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4113,6 +4113,12 @@ paths:
schema:
"$ref": "#/components/schemas/forbiddenError"
description: ''
'404':
content:
application/json:
schema:
"$ref": "#/components/schemas/badRequestNotFoundError"
description: ''
'500':
content:
application/json:
Expand Down
10 changes: 10 additions & 0 deletions v2020_06_15/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5000,6 +5000,16 @@
}
}
},
"404": {
"description": "",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/badRequestNotFoundError"
}
}
}
},
"500": {
"description": "",
"content": {
Expand Down
6 changes: 6 additions & 0 deletions v2020_06_15/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5563,6 +5563,12 @@ paths:
schema:
"$ref": "#/components/schemas/forbiddenError"
description: ''
'404':
content:
application/json:
schema:
"$ref": "#/components/schemas/badRequestNotFoundError"
description: ''
'500':
content:
application/json:
Expand Down

0 comments on commit 7151ba0

Please sign in to comment.