Skip to content

Commit

Permalink
bring back param when verify content
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusatria committed Jan 14, 2025
1 parent 1272fa2 commit 3bc9d3f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions public/partner-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1617,6 +1617,20 @@ paths:
security:
- JWT: []
parameters:
- name: "isContentValid"
in: query
description: ""
required: true
schema:
type: boolean
example: true
- name: "rejectionReason"
in: query
description: "Reason why the content is invalid."
required: false
schema:
type: string
example: "Need more croud in the photo"
- name: "subCampaignId"
in: query
description: ""
Expand Down

0 comments on commit 3bc9d3f

Please sign in to comment.