Last updated 21 days ago
Was this helpful?
Headers
Body
Response
POST /external-policies/push/{messageId}/reject
Rejects policy for the specified policy ID.
Content-Type
application/json
Authorization
Bearer <token>
messageId
string
Policy Message ID
{ description: Successful operation. content: application/json: schema: $ref: '#/components/schemas/TaskDTO' }
{ description: Unauthorized. }
{ description: Forbidden. }
{ description: Internal server error. content: application/json: schema: $ref: '#/components/schemas/InternalServerErrorDTO' }