cURL
curl --request POST \ --url https://api.velt.dev/v2/organizations/update \ --header 'Content-Type: application/json' \ --header 'x-velt-api-key: <x-velt-api-key>' \ --header 'x-velt-auth-token: <x-velt-auth-token>' \ --data '{ "data": { "organizations": [ {} ] } }'
{ "result": { "status": "success", "message": "Organization(s) updated successfully.", "data": { "yourOrganizationId": { "success": true, "id": "02cf91e5e7a5f4c0b600c84cf248384b", "message": "Updated Successfully" } } } }
POST https://api.velt.dev/v2/organizations/update
Show properties
{ "data": { "organizations": [ { "organizationId": "yourOrganizationId", "organizationName": "Your Updated Organization Name" } ] } }
{ "error": { "message": "ERROR_MESSAGE", "status": "INVALID_ARGUMENT" } }
Was this page helpful?