Skip to main content

Update an identity provider template

PATCH /api/identity-providers/:identity_provider_id/templates/:template_name updates the identified identity provider template resource

Required scope: identity-providers:manage:all

Path Parameters
identity_provider_id string REQUIRED
template_name string REQUIRED
Request Body REQUIRED
template object
id string
content string
identity_provider_id string
type string
Responses
200
Schema OPTIONAL
data object OPTIONAL
id string OPTIONAL
content string OPTIONAL
identity_provider_id string OPTIONAL
type string OPTIONAL
400

Bad request.

Schema OPTIONAL
errors object OPTIONAL
401

The client is unauthorized to access this resource.

Schema OPTIONAL
code string
message string
403

The client is forbidden to access this resource.

Schema OPTIONAL
code string
message string
404

The requested resource could not be found.

Schema OPTIONAL
code string
message string
422

The request payload is invalid.

Schema OPTIONAL
errors object OPTIONAL