Set Global App Info Using PUT
API code: SET-GLOBAL-APP-INFO
Pre-authorized role(s): PROVIDER_ADMIN
Request
URI
PUT
https://{api_host}/api/alp/v1/global-app-info
COPY
Request Body
Request to set provider information for app details.
CommonInfo
of type(s)
application/json
Optional
{
"field": "string",
"value": "string"
}
string
field
Optional
field
string
value
Optional
value
Responses
200
OK
Returns
CommonInfo
of type(s)
application/json
"CommonInfo Object"
string
field
Optional
field
string
value
Optional
value
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/alp/v1/global-app-info