Skip to main content
PUT
/
domain
/
v1
/
register
/
{applicationId}
/
{storageAdmin}
cURL
curl --request PUT \
  --url https://aodocs.altirnao.com/api/domain/v1/register/{applicationId}/{storageAdmin} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

applicationId
string
required

ID of the application

storageAdmin
string
required

Email address of the storage account

Query Parameters

standalone
boolean
default:false

Whether the application is installed as standalone or not

Response

204 - undefined