Update a record type by ID.

Updates the specified record type with new data. Returns 404 if the record type does not exist. Returns 409 if a record type with the same name already exists.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

The ID of the record type to update.

Body Params

The updated record type data.

string
required
length between 0 and 100

The name of the record type.

string
required
length between 0 and 100

The API Identifier. It must be low case, alphanumeric, and can include underscores.

Responses
200

OK

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json