Update user-defined tags for a listing.
PUT/listings/:listing_id/tags
Adds (or overwrites) tags on a listing. If overwrite is false, provided tags are merged with existing tags. If overwrite is true, existing tags are replaced and all tags that are not in the list are deleted.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 429
The listing's updated tags.
API key authorization failed.
Listing authorization failed, or the API key is read-only and may not be used with PUT.
Listing not found.
Another request is already in progress for this listing. Retry after the concurrent request completes.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.