You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The API to the Cloudsmith Service
5
5
## Overview
6
6
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
*OrgsApi* | [**OrgsOpenidConnectRead**](docs/OrgsApi.md#orgsopenidconnectread) | **Get** /orgs/{org}/openid-connect/{slug_perm}/ | Retrieve a specific OpenID Connect provider setting for the org.
143
143
*OrgsApi* | [**OrgsOpenidConnectUpdate**](docs/OrgsApi.md#orgsopenidconnectupdate) | **Put** /orgs/{org}/openid-connect/{slug_perm}/ | Update a specific OpenID Connect provider setting for the org.
144
144
*OrgsApi* | [**OrgsRead**](docs/OrgsApi.md#orgsread) | **Get** /orgs/{org}/ | Get the details for the specific organization.
145
+
*OrgsApi* | [**OrgsSamlAuthenticationPartialUpdate**](docs/OrgsApi.md#orgssamlauthenticationpartialupdate) | **Patch** /orgs/{org}/saml-authentication | Update the SAML Authentication settings for this Organization.
146
+
*OrgsApi* | [**OrgsSamlAuthenticationRead**](docs/OrgsApi.md#orgssamlauthenticationread) | **Get** /orgs/{org}/saml-authentication | Retrieve the SAML Authentication settings for this Organization.
145
147
*OrgsApi* | [**OrgsSamlGroupSyncCreate**](docs/OrgsApi.md#orgssamlgroupsynccreate) | **Post** /orgs/{org}/saml-group-sync/ | Create a new SAML Group Sync mapping within an organization.
146
148
*OrgsApi* | [**OrgsSamlGroupSyncDelete**](docs/OrgsApi.md#orgssamlgroupsyncdelete) | **Delete** /orgs/{org}/saml-group-sync/{slug_perm}/ | Delete a SAML Group Sync mapping from an organization.
147
149
*OrgsApi* | [**OrgsSamlGroupSyncDisable**](docs/OrgsApi.md#orgssamlgroupsyncdisable) | **Post** /orgs/{org}/saml-group-sync/disable/ | Disable SAML Group Sync for this organization.
0 commit comments