{
"domain": "string"
}
curl --location --request PATCH 'https://api.laf.run/v1/applications//domain' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "string"
}'
{
"error": "string",
"data": {
"_id": "string",
"appid": "string",
"domain": "string",
"customDomain": "string",
"state": "Active",
"phase": "Creating",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
}