Update Backend

put

/mobile/tools/1.0/mobilebackends/{id}

Updates the backend's metadata.

Request

Supported Media Types
Path Parameters
Header Parameters
  • The request completes successfully only if the ETag of the corresponding asset matches the value of this HTTP request header. To force overwrite, pass the value `*`.
Body ()
The backend representation for PUT requests.
Root Schema : mobilebackendUpdate
Type: object
The backend representation for PUT requests.
Match All
Show Source
Nested Schema : assetUpdate
Type: object
The asset representation for PUT requests.
Show Source
Nested Schema : mobilebackendUpdate-allOf[1]
Type: object
Show Source
Nested Schema : mobilebackendRoleAccess
Type: object
The backend's role-access details.
Show Source
Nested Schema : stringArray
Type: array
Minimum Number of Items: 0
An array of string values.
Show Source

Response

Supported Media Types

204 Response

The backend metadata was updated. No content was returned in this response.

400 Response

The backend specification is missing.
Body ()
Root Schema : error
Type: object
Show Source
Nested Schema : errorDetails
Type: object
Show Source

409 Response

The update modifies the backend's name or version and a backend with the same name or version (or both) already exists.
Body ()
Root Schema : error
Type: object
Show Source
Nested Schema : errorDetails
Type: object
Show Source

412 Response

The operation failed based on the `If-Match` condition. Typically, this is the result of concurrent modification detection. It also can be the result of improper values specified in the request headers.
Body ()
Root Schema : error
Type: object
Show Source
Nested Schema : errorDetails
Type: object
Show Source