Skip to content

Commit

Permalink
Update yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalthaj committed Apr 2, 2024
1 parent aefed6f commit 0ea0a04
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions openapi/golem-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ paths:
content:
application/json; charset=utf-8:
schema:
$ref: '#/components/schemas/ApiDefinition'
$ref: '#/components/schemas/HttpApiDefinition'
'400':
description: ''
content:
Expand Down Expand Up @@ -783,7 +783,7 @@ paths:
schema:
type: array
items:
$ref: '#/components/schemas/ApiDefinition'
$ref: '#/components/schemas/HttpApiDefinition'
'400':
description: ''
content:
Expand Down Expand Up @@ -827,15 +827,15 @@ paths:
content:
application/json; charset=utf-8:
schema:
$ref: '#/components/schemas/ApiDefinition'
$ref: '#/components/schemas/HttpApiDefinition'
required: true
responses:
'200':
description: ''
content:
application/json; charset=utf-8:
schema:
$ref: '#/components/schemas/ApiDefinition'
$ref: '#/components/schemas/HttpApiDefinition'
'400':
description: ''
content:
Expand Down Expand Up @@ -947,7 +947,7 @@ paths:
schema:
type: array
items:
$ref: '#/components/schemas/ApiDefinition'
$ref: '#/components/schemas/HttpApiDefinition'
'400':
description: ''
content:
Expand Down Expand Up @@ -1446,21 +1446,6 @@ paths:
$ref: '#/components/schemas/ErrorBody'
components:
schemas:
ApiDefinition:
type: object
properties:
id:
type: string
version:
type: string
routes:
type: array
items:
$ref: '#/components/schemas/Route'
required:
- id
- version
- routes
CallingConvention:
type: string
enum:
Expand Down Expand Up @@ -1952,6 +1937,21 @@ components:
- functionParams
HealthcheckResponse:
type: object
HttpApiDefinition:
type: object
properties:
id:
type: string
version:
type: string
routes:
type: array
items:
$ref: '#/components/schemas/Route'
required:
- id
- version
- routes
InterruptResponse:
type: object
InvocationKey:
Expand Down

0 comments on commit 0ea0a04

Please sign in to comment.