Skip to main content

Update Vendor Credit Tags

PUT 

/api/vendor-credits/:vendor_credit/tags

Replace the full set of tags on a vendor credit. The tags array is required (send an empty array to remove all tags); each tag is a string of up to 64 characters. Tags that do not exist yet are created automatically.

Required scope: accounting:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Returns the updated vendor credit.

Request

Responses

OK

Response Headers
    Content-Type