Developer - Domain

Update

Update an existing Developer - Domain record by ID.

put/api/cp/dev/domain/{id}

Path parameters

idinteger required

Id identifier

Request body

idstring

Id

app_idstring

App Id (references app.id)

domainstring

Domain (unique)

framework_versionstring

Framework Version

flagsstring required

Flags

sentry_dsnstring

Sentry Dsn

platform'page-builder' | 'anvil'

Platform

Example request

{
  "id": 12345,
  "app_id": 1,
  "domain": "example_domain",
  "framework_version": "example_framework_version",
  "flags": "example_flags",
  "sentry_dsn": "example_sentry_dsn",
  "platform": "page-builder"
}

Response

Operation completed successfully

statusstring

Operation status

Example response

{
  "status": "OK"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.