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
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ 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* | [**OrgsMembersUpdateVisibility**](docs/OrgsApi.md#orgsmembersupdatevisibility) | **Patch** /orgs/{org}/members/{member}/update-visibility/ | Update a member's visibility in the organization.
141
141
*OrgsApi* | [**OrgsOpenidConnectCreate**](docs/OrgsApi.md#orgsopenidconnectcreate) | **Post** /orgs/{org}/openid-connect/ | Create the OpenID Connect provider settings for the org.
142
142
*OrgsApi* | [**OrgsOpenidConnectDelete**](docs/OrgsApi.md#orgsopenidconnectdelete) | **Delete** /orgs/{org}/openid-connect/{slug_perm}/ | Delete a specific OpenID Connect provider setting for the org.
143
+
*OrgsApi* | [**OrgsOpenidConnectDynamicMappingsList**](docs/OrgsApi.md#orgsopenidconnectdynamicmappingslist) | **Get** /orgs/{org}/openid-connect/{provider_setting}/dynamic-mappings/ | Retrieve the list of OpenID Connect dynamic mappings for the provider setting.
144
+
*OrgsApi* | [**OrgsOpenidConnectDynamicMappingsRead**](docs/OrgsApi.md#orgsopenidconnectdynamicmappingsread) | **Get** /orgs/{org}/openid-connect/{provider_setting}/dynamic-mappings/{claim_value}/ | Retrieve a specific OpenID Connect dynamic mapping for the provider setting.
143
145
*OrgsApi* | [**OrgsOpenidConnectList**](docs/OrgsApi.md#orgsopenidconnectlist) | **Get** /orgs/{org}/openid-connect/ | Retrieve the list of OpenID Connect provider settings for the org.
144
146
*OrgsApi* | [**OrgsOpenidConnectPartialUpdate**](docs/OrgsApi.md#orgsopenidconnectpartialupdate) | **Patch** /orgs/{org}/openid-connect/{slug_perm}/ | Update a specific OpenID Connect provider setting for the org.
145
147
*OrgsApi* | [**OrgsOpenidConnectRead**](docs/OrgsApi.md#orgsopenidconnectread) | **Get** /orgs/{org}/openid-connect/{slug_perm}/ | Retrieve a specific OpenID Connect provider setting for the org.
0 commit comments