{ "opencollection": "1.0.0", "info": { "name": "Calyptia Cloud agent saml_mapping API", "version": "1.0" }, "items": [ { "info": { "name": "saml_mapping", "type": "folder" }, "items": [ { "info": { "name": "SAML Mappings", "type": "http" }, "http": { "method": "GET", "url": "https://cloud-api.calyptia.com/v1/projects/:projectID/saml_mappings", "params": [ { "name": "projectID", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "SAML Mappings" }, { "info": { "name": "Create SAML Mapping", "type": "http" }, "http": { "method": "POST", "url": "https://cloud-api.calyptia.com/v1/projects/:projectID/saml_mappings", "params": [ { "name": "projectID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create SAML Mapping" }, { "info": { "name": "Update SAML Mapping", "type": "http" }, "http": { "method": "PATCH", "url": "https://cloud-api.calyptia.com/v1/saml_mappings/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update SAML Mapping" }, { "info": { "name": "Delete SAML Mapping", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud-api.calyptia.com/v1/saml_mappings/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete SAML Mapping" } ] } ], "bundled": true }