Update an asset
PATCH
/api/assets/{id}Authorization
AuthorizationBearer token (JWT) · headerrequiredPath parameters
idstringrequiredHeader parameters
x-organization-idstringTarget organization id. Defaults to the caller's personal organization when omitted.
Request body
requiredapplication/jsonassetNamestringassetTypestringassetShortUrlstringassetLongUrlstringcollectionIdstrings3KeystringResponses
201Asset updated successfully
any400Bad Request
any401Unauthorized
any500Internal Server Error
any