Bundle IDs

Enable a capability on a bundle ID

id is Apple's bundle-id resource id (not the reverse-DNS string). Use capabilityType PUSH_NOTIFICATIONS to enable push.

post/appsec/7.0/apple/bundle-ids/{id}/capabilities

Path parameters

idstring required

Request body

capabilityTypestring required

e.g. PUSH_NOTIFICATIONS or APP_GROUPS.

appGroupIdsstring[] nullable

Apple App Group resource ids to associate when capabilityType is APP_GROUPS.

Response

Capability enabled

Changes

Changed in 3 of the 4 revisions of this API.14

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 422

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the new optional request property appGroupIds

      new-optional-request-property

    • removed the request property appGroupIds

      request-property-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog