Skip to content

Commit

Permalink
Add 202 response
Browse files Browse the repository at this point in the history
  • Loading branch information
AF committed May 16, 2024
1 parent 99d9203 commit 57859ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api_trial_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ paths:
description: Success.
schema:
$ref: '#/definitions/Subscription'
'202':
description: >-
The request has been accepted for processing, but the processing has
not been completed.
'400':
description: Validation error.
schema:
Expand Down
4 changes: 4 additions & 0 deletions openapi/api_trial_system.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ paths:
description: Success.
schema:
$ref: "#/definitions/Subscription"
"202":
description: >-
The request has been accepted for processing, but the processing has
not been completed.
"400":
description: Validation error.
schema:
Expand Down
4 changes: 4 additions & 0 deletions openapi/generated/api_trial_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ paths:
description: Success.
schema:
$ref: '#/definitions/Subscription'
'202':
description: >-
The request has been accepted for processing, but the processing has
not been completed.
'400':
description: Validation error.
schema:
Expand Down

0 comments on commit 57859ec

Please sign in to comment.