docs/OrgsApi.md in cloudsmith-api-1.30.0 vs docs/OrgsApi.md in cloudsmith-api-1.33.7
- old
+ new
@@ -87,11 +87,11 @@
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
end
api_instance = CloudsmithApi::OrgsApi.new
-org = "org_example" # String |
+org = 'org_example' # String |
opts = {
page: 56, # Integer | A page number within the paginated result set.
page_size: 56 # Integer | Number of results to return per page.
}
@@ -147,13 +147,13 @@
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
end
api_instance = CloudsmithApi::OrgsApi.new
-org = "org_example" # String |
+org = 'org_example' # String |
-member = "member_example" # String |
+member = 'member_example' # String |
begin
#Get the details for a specific organization member.
result = api_instance.orgs_members_read(org, member)
@@ -204,13 +204,13 @@
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
end
api_instance = CloudsmithApi::OrgsApi.new
-org = "org_example" # String |
+org = 'org_example' # String |
-member = "member_example" # String |
+member = 'member_example' # String |
begin
#Removes a member from the organization.
result = api_instance.orgs_members_remove(org, member)
@@ -261,10 +261,10 @@
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
end
api_instance = CloudsmithApi::OrgsApi.new
-org = "org_example" # String |
+org = 'org_example' # String |
begin
#Get the details for the specific organization.
result = api_instance.orgs_read(org)