API ReferenceTagsUpdate an API's tagsDeprecatedAsk a question|Copy page|View as Markdown|More actionsPUThttps://api.postman.com/apis/:apiId/tagsUpdates an API's associated tags. This endpoint replaces all existing tags with those you pass in the request body.Authenticationx-api-keystringAPI Key authentication via headerPath parametersapiIdstringRequiredThe API's ID.HeadersAcceptenumRequiredThe application/vnd.api.v10+json request header required to use the endpoint.Allowed values:application/vnd.api.v10+jsonRequestThis endpoint expects an object.tagslist of objectsRequiredA list of the associated tags as slugs.ResponseSuccess Responsetagslist of objectsA list of associated tags.Errors400Bad Request Error401Unauthorized Error403Forbidden Error404Not Found Error500Internal Server Error