Vendors

Update a vendor

patch/v1/vendors/{vendor_id}

Path parameters

vendor_idstring required

Request body

namestring

Vendor name. Omit to leave unchanged.

emailstring nullable

Vendor email. Omit to leave unchanged; pass null to clear it.

reference_keystring

Vendor reference key. Omit to leave unchanged.

is_enabledboolean

Whether this vendor is assignable to new work. Omit to leave unchanged.

market_idsstring[]

IDs of the markets this vendor serves. Omit to leave unchanged. A vendor with no market associations (empty list) serves all markets.

Response

OK

Changes

No recorded changes to this endpoint across all 2 revisions of this API.