Skip to content

Commit 56be42e

Browse files
chore: update OpenAPI specs from release v1.1.0-pre30
- Updated root openapi.yaml and openapi.json (latest) - Added historical version in versions/v1.1.0-pre30-prex/
1 parent 188221a commit 56be42e

4 files changed

Lines changed: 13647 additions & 2 deletions

File tree

openapi.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.3",
33
"info": {
44
"title": "Stayforge API",
5-
"version": "v1.1.0-pre29",
5+
"version": "v1.1.0-pre30",
66
"description": "API for managing cards within organizations. \n\n---\n\nAny Question? \n\n- [New issues](https://github.com/stayforge/Stayforge-API/issues).\n- [Documents](https://docs.stayforge.io/apis/stayforge-api/information)\n",
77
"contact": {
88
"name": "Stayforge Support",
@@ -3960,6 +3960,16 @@
39603960
}
39613961
}
39623962
},
3963+
"400": {
3964+
"description": "Bad request - Invalid query parameters (e.g., duplicate status values, invalid pagination)",
3965+
"content": {
3966+
"application/json": {
3967+
"schema": {
3968+
"$ref": "#/components/schemas/Error"
3969+
}
3970+
}
3971+
}
3972+
},
39633973
"401": {
39643974
"description": "Unauthorized - Missing or invalid authentication",
39653975
"content": {
@@ -4040,6 +4050,16 @@
40404050
}
40414051
}
40424052
},
4053+
"400": {
4054+
"description": "Bad request - Invalid path parameters (e.g., malformed organization_id or invite_id)",
4055+
"content": {
4056+
"application/json": {
4057+
"schema": {
4058+
"$ref": "#/components/schemas/Error"
4059+
}
4060+
}
4061+
}
4062+
},
40434063
"401": {
40444064
"description": "Unauthorized - Missing or invalid authentication",
40454065
"content": {
@@ -4110,6 +4130,16 @@
41104130
}
41114131
}
41124132
},
4133+
"400": {
4134+
"description": "Bad request - Invalid path parameters (e.g., malformed organization_id or invite_id)",
4135+
"content": {
4136+
"application/json": {
4137+
"schema": {
4138+
"$ref": "#/components/schemas/Error"
4139+
}
4140+
}
4141+
}
4142+
},
41134143
"401": {
41144144
"description": "Unauthorized - Missing or invalid authentication",
41154145
"content": {

openapi.yaml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: Stayforge API
4-
version: v1.1.0-pre29
4+
version: v1.1.0-pre30
55
description: "API for managing cards within organizations. \n\n---\n\nAny Question?\
66
\ \n\n- [New issues](https://github.com/stayforge/Stayforge-API/issues).\n- [Documents](https://docs.stayforge.io/apis/stayforge-api/information)\n"
77
contact:
@@ -3056,6 +3056,13 @@ paths:
30563056
application/json:
30573057
schema:
30583058
$ref: '#/components/schemas/InviteCodeListResponse'
3059+
'400':
3060+
description: Bad request - Invalid query parameters (e.g., duplicate status
3061+
values, invalid pagination)
3062+
content:
3063+
application/json:
3064+
schema:
3065+
$ref: '#/components/schemas/Error'
30593066
'401':
30603067
description: Unauthorized - Missing or invalid authentication
30613068
content:
@@ -3112,6 +3119,13 @@ paths:
31123119
application/json:
31133120
schema:
31143121
$ref: '#/components/schemas/InviteCode'
3122+
'400':
3123+
description: Bad request - Invalid path parameters (e.g., malformed organization_id
3124+
or invite_id)
3125+
content:
3126+
application/json:
3127+
schema:
3128+
$ref: '#/components/schemas/Error'
31153129
'401':
31163130
description: Unauthorized - Missing or invalid authentication
31173131
content:
@@ -3165,6 +3179,13 @@ paths:
31653179
application/json:
31663180
schema:
31673181
$ref: '#/components/schemas/InviteCode'
3182+
'400':
3183+
description: Bad request - Invalid path parameters (e.g., malformed organization_id
3184+
or invite_id)
3185+
content:
3186+
application/json:
3187+
schema:
3188+
$ref: '#/components/schemas/Error'
31683189
'401':
31693190
description: Unauthorized - Missing or invalid authentication
31703191
content:

0 commit comments

Comments
 (0)