/
CL
cloudsmith
/
Cloudsmith API (v1)
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 20h ago · Updated 20h ago
Details
Filter operations
audit-log
2
badges
1
broadcasts
1
bulk-action
1
distros
2
entitlements
11
files
5
formats
2
metrics
3
namespaces
2
openid
1
orgs
76
get
Get a list of all the organizations you are associated with.
get
Get the details for the specific organization.
delete
Delete the specified organization.
get
Get the details for all custom domains.
get
Get a list of all package deny policies.
post
Create a package deny policy.
get
Get a package deny policy.
put
Update a package deny policy.
delete
Delete a package deny policy.
patch
Partially update a package deny policy.
get
Get a list of all invites for an organization.
post
Create an organization invite for a specific user
delete
Delete a specific organization invite
patch
Update a specific organization invite.
post
Extend an organization invite.
post
Resend an organization invite.
get
List all current license policy violations for this Organization.
get
Get a list of all package license policies.
post
Create a package license policy.
get
List evaluation requests for this policy.
post
Create an evaluation request for this policy.
get
Retrieve an evaluation request for this policy.
get
Get a package license policy.
put
Update a package license policy.
delete
Delete a package license policy.
patch
Partially update a package license policy.
get
Get the details for all organization members.
get
Get the details for a specific organization member.
delete
Removes a member from the organization.
patch
Views for working with organization members.
post
Refresh a member of the organization's API key.
get
Removes a member from the organization (deprecated, use DELETE instead).
patch
Update a member's role in the organization.
patch
Update a member's visibility in the organization.
get
Retrieve the list of OpenID Connect provider settings for the org.
post
Create the OpenID Connect provider settings for the org.
get
Retrieve the list of OpenID Connect dynamic mappings for the provider setting.
get
Retrieve a specific OpenID Connect dynamic mapping for the provider setting.
get
Retrieve a specific OpenID Connect provider setting for the org.
put
Update a specific OpenID Connect provider setting for the org.
delete
Delete a specific OpenID Connect provider setting for the org.
patch
Update a specific OpenID Connect provider setting for the org.
get
Retrieve the SAML Authentication settings for this Organization.
patch
Update the SAML Authentication settings for this Organization.
get
Get the details of all SAML Group Sync mapping within an organization.
post
Create a new SAML Group Sync mapping within an organization.
post
Disable SAML Group Sync for this organization.
post
Enable SAML Group Sync for this organization.
get
Retrieve the SAML Group Sync status for this organization.
delete
Delete a SAML Group Sync mapping from an organization.
get
Get a list of all services within an organization.
post
Create a service within an organization.
get
Retrieve details of a single service within an organization.
delete
Delete a specific service
patch
Update a service within an organization.
post
Refresh service API token.
get
Get the details of all teams within an organization.
post
Create a team for this organization.
get
Get the details of a specific team within an organization.
delete
Delete a specific team in a organization.
patch
Update a specific team in a organization.
get
List all members for the team.
put
Replace all team members.
post
Add users to a team.
get
/orgs/{org}/usage-limits/
patch
/orgs/{org}/usage-limits/
get
List all current vulnerability policy violations for this Organization.
get
Get a list of all package vulnerability policies.
post
Create a package vulnerability policy.
get
List evaluation requests for this policy.
post
Create an evaluation request for this policy.
get
Retrieve an evaluation request for this policy.
get
Get a package vulnerability policy.
put
Update a package vulnerability policy.
delete
Delete a package vulnerability policy.
patch
Partially update a package vulnerability policy.
packages
73
quota
4
rates
1
recycle-bin
2
repos
165
status
1
storage-regions
2
user
5
users
1
vulnerabilities
4
webhooks
5
orgs
Partially update a package license policy.
Partially update a package license policy.
patch
/orgs/{org}/license-policy/{slug_perm}/
Request body
OrganizationPackageLicensePolicyRequestPatch
required
allow_unknown_licenses
boolean
description
string
nullable
name
string
on_violation_quarantine
boolean
package_query_string
string
nullable
spdx_identifiers
string[]
Response
OK
OrganizationPackageLicensePolicy
required
allow_unknown_licenses
boolean
created_at
string
date-time
description
string
nullable
name
string
required
on_violation_quarantine
boolean
package_query_string
string
nullable
slug_perm
string
slug
spdx_identifiers
string[]
required
updated_at
string
date-time
Changes