Skip to content

Commit

Permalink
update public openapi for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal-Delange committed Sep 16, 2024
1 parent 79b46cf commit fb42480
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions specs/public_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ components:
enum:
- approve
- review
- block_and_review
- decline
decision:
type: object
Expand All @@ -378,6 +379,10 @@ components:
type: array
items:
$ref: "#/components/schemas/pivot_value"
review_status:
description: Review status of the decision (if outcome=block_and_review).
type: string
enum: [pending, approve, rejecte]
rules:
description: Rules executed to take the decision.
type: array
Expand Down

0 comments on commit fb42480

Please sign in to comment.