UpdateAppleProvider
Change an existing Apple identity provider on the instance
Path Parameters
id*string
Request Body
application/json
name?string
clientId*string
teamId*string
keyId*string
privateKey?string
Format
bytescopes?array<>
providerOptions?
[key: string]?never
Response Body
application/json
curl -X PUT "https://loading/idps/apple/string" \ -H "Content-Type: application/json" \ -d '{ "clientId": "string", "teamId": "string", "keyId": "string" }'{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Update instance Member
Update instance Member: Deprecated: use [UpdateAdministrator](/reference/api/internal_permission/zitadel.internal_permission.v2.InternalPermissionService.UpdateAdministrator) instead. Members are users with permission to ...
UpdateAzureADProvider
UpdateAzureADProvider: Change an existing Azure AD identity provider on the instance