Attach/detach entities to/from org uids and/or tag uids.
cURL
curl --request PATCH \ --url https://client.synack.com/api/tagging/v1.0/organizations/{orgUid}/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "uids": [ "<string>" ], "addEntities": [ { "uid": "<string>", "entityType": "asset" } ], "delEntityUids": [ "<string>" ] } '
{ "id": "<string>", "error": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
Unique identifier for an organization group. Unique identifier for an organization.
Tags to patch.
Unique identifier for a tag.
Show child attributes
Unique identifier for an entity.
Entity type
asset
assessment
seed
seedGroup
exploitableVulnerability
suspectedVulnerability
No content.