Upload the signed APNs certificate obtained from the apple identity console.
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/tenant/v0/apnscertificates/{id}/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/tenant/v0/apnscertificates/{id}/
curl -i -X PUT \
'https://develop-api.esper.io/_mock/openapi/tenant/v0/apnscertificates/{id}/' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F file=string \
-F apple_id=stringResponse
{ "code": 0, "message": "string", "content": { "id": "string", "apple_id": "string", "meta": { … }, "state": "CSR_GENERATED", "created_by": 0, "updated_by": 0, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } }