Rejects policy Asynchronously
Rejects the request to import a remote policy.
Authorizations
Path parameters
messageIdstringRequiredExample:
Policy message id
0000000000.000000001
Responses
200
Successful operation.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
post
POST /api/v1/external-policies/push/{messageId}/reject HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"taskId": "00000000-0000-0000-0000-000000000000",
"expectation": 0
}
Last updated