Skip to main content
POST
Update an Application
Modify an application. You can update any subset of fields (partial update).
Authentication required:
  • X-Auth-ID - Your account Auth ID
  • X-Auth-Token - Your account Auth Token
  • Content-Type: application/json
Important Notes:
  • Fields not provided will remain unchanged
  • sub_account cannot be changed after creation

Parameters

Every field is optional; send only what you want to change. sub_account is set at creation and cannot be modified here.

Request Body

JSON

Response Examples

cURL Example

cURL

Authorizations

X-Auth-ID
string
header
required

Your Vobiz account Auth ID

X-Auth-Token
string
header
required

Your Vobiz account Auth Token

Path Parameters

auth_id
string
required

Your account Auth ID

Example:

"MA_XXXXXX"

app_id
string
required
Example:

"12345678"

Body

application/json
app_name
string
required
default_number_app
boolean
required

Response

Application updated

api_id
string
required
message
string
required