For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dgc Saml

Get the contents of the saml.xml configuration file

get
Path parameters
environmentIdstring · uuidRequired

The ID of the environment

Responses
200

Content of the file

No content

get/saml/{environmentId}

No content

Remove the saml.xml configuration file

delete
Path parameters
environmentIdstring · uuidRequired

The ID of the target environment

Responses
200

File removed

No content

delete/saml/{environmentId}

No content

Download the saml.xml configuration file

get
Path parameters
environmentIdstring · uuidRequired

The ID of the environment

Responses
200

The file

No content

get/saml/{environmentId}/file

No content

Update the saml.xml configuration by uploading a new file

post
Path parameters
environmentIdstring · uuidRequired

The ID of the target environment

Body
entityobjectOptional
messageBodyWorkersobject · MessageBodyWorkersOptional
providersobject · ProvidersOptional
Responses
204

File uploaded

No content

post/saml/{environmentId}/file

No content

Last updated

Was this helpful?