EndpointsPolicies

Update policy version tags

PUT/stats/policy-versions/{policy_version_id_str}/tags

Adds, replaces, or removes tags on a policy version. Pass null for a key to remove that tag.

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token issued by Softmax

In: header

Path Parameters

policy_version_id_str*Policy Version Id Str

Policy version whose tags will be updated.

Request Body

application/json

Tag values keyed by name. A null value removes that tag.