Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions services/external-actor-gateway-service/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2217,6 +2217,72 @@ components:
- pageGroupId
- rules
additionalProperties: false
- anyOf:
- type: object
properties:
type:
type: string
const: page-group-rule-proposal-decision
proposalToolCallId:
type: string
decision:
type: string
enum:
- approved
- rejected
pageGroupId:
type: string
action:
type: string
const: create
pageGroupAiRuleId:
type: string
title:
type: string
content:
type: string
required:
- type
- proposalToolCallId
- decision
- pageGroupId
- action
- title
- content
additionalProperties: false
- type: object
properties:
type:
type: string
const: page-group-rule-proposal-decision
proposalToolCallId:
type: string
decision:
type: string
enum:
- approved
- rejected
pageGroupId:
type: string
action:
type: string
const: update
pageGroupAiRuleId:
type: string
title:
type: string
content:
type: string
required:
- type
- proposalToolCallId
- decision
- pageGroupId
- action
- pageGroupAiRuleId
- title
- content
additionalProperties: false
- type: "null"
reasoning:
anyOf:
Expand Down
Loading