settings/osx-signing-username
The username for the iOS app-signing server.
GET
Returns the username for the iOS signing server.
Example request
Request
CODE
curl -v -L -b c.txt -c c.txt -X GET \
http://bc.qwe.com/mocana-app-control/rest/settings/osx-signing-username
POST
Sets the username for the iOS signing server.
Parameters
Parameter | Description |
---|---|
osx_signing_username | The username for the signing account on the signing server. |
Example request
Request
CODE
curl -v -L -b c.txt -c c.txt -X \
POST http://bc.qwe.com/mocana-app-control/rest/settings/osx-signing-username \
-d osx_signing_username="signer"
Response
CODE
{
"message": "",
"settings": [{
"code": "OPT_CODE_OSX_SIGNING_USERNAME",
"string_data": "signer"
}],
"status": "OK"
}