Create or update the Apple App Store integration
PUT
/api/v4/groups/{id}/integrations/apple-app-store
Creates or updates the Apple App Store integration.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Request Body required
Section titled “ Request Body required ” Media type application/json
object
app_store_issuer_id
required
Apple App Store Connect issuer ID.
string
app_store_key_id
required
Apple App Store Connect key ID.
string
app_store_private_key_file_name
required
Apple App Store Connect private key file name.
string
app_store_private_key
required
Apple App Store Connect private key.
string
app_store_protected_refs
Set variables on protected branches and tags only.
boolean
use_inherited_settings
Indicates whether to inherit the default settings. Defaults to false.
boolean
Example generated
{ "app_store_issuer_id": "example", "app_store_key_id": "example", "app_store_private_key_file_name": "example", "app_store_private_key": "example", "app_store_protected_refs": true, "use_inherited_settings": true}Responses
Section titled “ Responses ”OK
Media type application/json
object
id
integer format: int64
title
string
slug
string
created_at
string format: date-time
updated_at
string format: date-time
active
boolean
commit_events
boolean
push_events
boolean
issues_events
boolean
incident_events
boolean
alert_events
boolean
confidential_issues_events
boolean
merge_requests_events
boolean
tag_push_events
boolean
deployment_events
boolean
note_events
boolean
confidential_note_events
boolean
pipeline_events
boolean
wiki_page_events
boolean
job_events
boolean
comment_on_event_enabled
boolean
inherited
boolean
vulnerability_events
boolean
Example
{ "id": 75, "title": "Jenkins CI", "slug": "jenkins", "created_at": "2019-11-20T11:20:25.297Z", "updated_at": "2019-11-20T12:24:37.498Z"}Bad request
Unauthorized
Not found
Unprocessable entity