v1

latestOpenAPI 3.0.12026-07-142257126.4 KB
apps

Updates app's APNs info from a `.p12` file

Updates the application's Apple Push Notification service (APNs) information.

post/apps/{id}/pkcs12

Path parameters

idstring required

The application ID.

Response

App updated

_linksobject nullable

A link self-referencing the app that has been created.

accountIdstring

The ID of your Ably account.

apnsUseSandboxEndpointboolean nullable

Apple Push Notification service endpoint.

idstring

The application ID.

namestring

The application name.

status'enabled' | 'disabled'

The application status. Disabled applications will not accept new connections and will return an error to all clients.

tlsOnlyboolean nullable

Enforce TLS for all connections. This setting overrides any channel setting.

Example response

{
  "accountId": "WgRpOB",
  "id": "28AB6x",
  "name": "Default",
  "status": "enabled",
  "tlsOnly": true
}