sources_saml_metadata_retrieve
GET/sources/saml/:slug/metadata/
Return metadata as XML string
Request
Path Parameters
slug stringrequired
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
metadata stringrequired
download_url stringrequired
{
"metadata": "string",
"download_url": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...