API ReferenceTagsUpdate a collection's tagsAsk a question|Copy page|View as Markdown|More actionsPUThttps://api.postman.com/collections/:collectionId/tagsUpdates a collection's associated tags. This endpoint replaces all existing tags with those you pass in the request body.Authenticationx-api-keystringAPI Key authentication via headerPath parameterscollectionIdstringRequiredformat: "uid"The collection's unique ID.RequestThis 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