v1

latestSwagger 2.02026-07-1311212.1 KB
Application

Updates the custom attributes for an application. API Import is available in the Advanced Plan.

This method only adds or updates attributes. Null values will be updated as nulls, but not deleted.

post/api/v2/application/{applicationId}/attributes

Path parameters

applicationIdstring required

The ID of the application.

Request body

object required

Example request

{
  "name1": "Value1",
  "name2": "Value2"
}

Response

OK

string required