Skip to content

Commit

Permalink
fix(process): fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
akantcheff committed Oct 2, 2024
1 parent c62a64e commit efbb765
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions openapi/paths/API@[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ post:
$ref: '../components/responses/BadRequest.yaml'
'429':
description: Case creation limit reached (Community 2024.3+ only)
Retry-After:
schema:
type: string
format: date-time
headers:
Retry-After:
schema:
type: string
format: date-time
description: Date when case counter will be refilled
content:
application/json:
Expand Down
2 changes: 1 addition & 1 deletion openapi/paths/API@bpm@process@{id}@instantiation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ post:
schema:
type: string
format: date-time
description: Date when case counter will be refilled
description: Date when case counter will be refilled
content:
application/json:
schema:
Expand Down

0 comments on commit efbb765

Please sign in to comment.