We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456cf5f commit 477ebb1Copy full SHA for 477ebb1
docs/openapi.yaml
@@ -40,6 +40,10 @@ paths:
40
type: string
41
description: The "topic" (UID attribute) from the uploaded APNs certificate.
42
example: 'com.apple.mgmt.External.e3b8ceac-1f18-2c8e-8a63-dd17d99435d9'
43
+ not_after:
44
+ type: string
45
+ description: Expiration date of the uploaded APNs certificate.
46
+ example: '2026-01-07T04:04:46Z'
47
'401':
48
$ref: '#/components/responses/UnauthorizedError'
49
'500':
0 commit comments