Skip to content

Commit 8e8a2d1

Browse files
Update latest OpenAPI spec (#24)
1 parent cf7a42e commit 8e8a2d1

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

openapi/emulators/localstack-spec-latest.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,6 +1231,8 @@ paths:
12311231
schema:
12321232
type: object
12331233
description: Current LocalStack configuration
1234+
'404':
1235+
description: Not found
12341236
post:
12351237
description: Configuration option to update with new value
12361238
operationId: update_config_option
@@ -1276,6 +1278,8 @@ paths:
12761278
content:
12771279
application/json: {}
12781280
description: Bad request
1281+
'404':
1282+
description: Not found
12791283
/_localstack/diagnose:
12801284
get:
12811285
description: Get diagnostics report
@@ -1291,6 +1295,8 @@ paths:
12911295
properties:
12921296
config:
12931297
type: object
1298+
docker-dependent-image-hashes:
1299+
type: object
12941300
docker-dependent-image-hosts:
12951301
type: object
12961302
docker-inspect:
@@ -1526,6 +1532,12 @@ paths:
15261532
schema:
15271533
$ref: '#/components/schemas/InitScriptsStage'
15281534
description: Information about init scripts in a specific stage
1535+
'404':
1536+
content:
1537+
text/plain:
1538+
schema:
1539+
type: string
1540+
description: Stage not found
15291541
/_localstack/plugins:
15301542
get:
15311543
description: ''
@@ -2333,6 +2345,12 @@ paths:
23332345
application/x-ndjson: {}
23342346
description: The response is a sequence of JSON events, according to the
23352347
schema, separated by a newline
2348+
'422':
2349+
content:
2350+
text/plain:
2351+
schema:
2352+
type: string
2353+
description: The pod state is incompatible with the current LocalStack version
23362354
tags:
23372355
- pro
23382356
- pods

0 commit comments

Comments
 (0)