PATCH
/
iam
/
users
/
v1
/
apple
/
{project_id}
cURL
curl --request PATCH \
  --url https://api.mottostreaming.com/iam/users/v1/apple/{project_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "project_id": "<string>",
  "audiences": [
    "<string>"
  ]
}'
{
  "integration": {
    "project_id": "<string>",
    "audiences": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Query Parameters

update_mask
string

Body

application/json

AppleSignInIntegration

Response

200
application/json

OK

The response is of type object.