Assign a tag to an endpoint

Assigns a tag to the provided endpoint. To successfully assign a tag, you must include the tag's ID in the request body.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

endpoint_idintegerRequired
Numeric ID of an endpoint

Request

This endpoint expects an object.
iddoubleOptional

Response

Tag successfully assigned to the endpoint.

Errors

400
Bad Request Error
403
Forbidden Error
409
Conflict Error
422
Unprocessable Entity Error