Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.arklow.io/v1/orgs/{org_id}/settings/domain \ --header 'Content-Type: application/json' \ --header 'x-arklow-auth: <api-key>' \ --data ' { "default_permissions": [ "owner" ], "enabled": true } '
{ "data": { "org_id": "<string>", "default_permissions": [ "owner" ], "enabled": true, "domain": "<string>", "github_org": "<string>" }, "errors": [ { "code": "<string>", "message": "<string>" } ] }
^[0-9]+$
owner
Default Response
Show child attributes