Update Rev Org

Updates the Rev organization's information.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequiredformat: "id"
The ID of Rev organization to update.
artifactsobjectOptional
custom_schema_fragmentslist of stringsOptional
Schema fragment IDs associated with this Rev organization.
descriptionstringOptionalformat: "text"
Description of the Rev organization.
display_namestringOptionalformat: "text"
Customer chosen name for the Rev organization.
environmentenumOptional
The environment of the Org. Defaults to 'production' if not specified.
Allowed values:
external_refstringOptionalformat: "text"
External ref is a custom unique identifier which is a reference to an unique id for this organization's data in some system of records.
tagslist of objectsOptional
Tags associated with the Rev organization.
tierstringOptionalformat: "text"
The tier of the RevOrg.
accountstringOptionalformat: "id"Deprecated
New account ID to associate with this Rev organization.
domainstringOptionalformat: "text"Deprecated

Company’s domain name. Example - ‘devrev.ai’.

Response

Response object to updating Rev organization's information.
rev_orgobject

Errors