Zum Hauptinhalt springen
PATCH
/
v1
/
public
/
accounts
/
{account_id}
/
domains
/
{domain}
Aktualisieren Domain
curl --request PATCH \
  --url https://api.hybridbox.io/v1/public/accounts/{account_id}/domains/{domain} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "auto_renew": true,
  "redirect_url": "<string>",
  "workspace_id": "<string>"
}
'
{
  "auto_renew": true,
  "id": "<string>",
  "workspace_id": "<string>",
  "redirect_url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

Public API bearer credential sent as Authorization: Bearer <token>. Use either an OAuth access token or a Hybridbox Service account token.

Pfadparameter

account_id
string<uuid>
erforderlich
domain
string
erforderlich

Body

application/json

Schema for updating kundenseitig Domain Konfiguration.

auto_renew
boolean | null
redirect_mode
enum<string> | null

Redirect mode zu use wenn Erstellen oder updating ein redirect

Verfügbare Optionen:
301,
302,
iframe
redirect_url
string | null

HTTPS redirect URL, oder null zu clear

workspace_id
string<uuid4> | null

Antwort

auto_renew
boolean
erforderlich
id
string<uuid4>
erforderlich
workspace_id
string<uuid4>
erforderlich
redirect_mode
enum<string> | null
Verfügbare Optionen:
301,
302,
iframe
redirect_url
string | null