Skip to main content
POST
/
policies
/
{policyId}
/
external-id
Edit Policy external ID
curl --request POST \
  --url https://api.example.com/policies/{policyId}/external-id \
  --header 'Content-Type: application/json' \
  --data '
{
  "externalId": "<string>"
}
'
{}

Path Parameters

policyId
string
required

Unique identifier for the policy

Body

application/json
externalId
string
required

Response

The response is of type object.