Edit a key collectionCopy Pageput https://{hostname}/apikey-manager-api/v2/collections/{collectionId}Updates a collection.Path ParamscollectionIdint64requiredIdentifies the collection. Run the List key collections operation to select one.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsContains information about a collection.aclEntriesobjectSpecifies a set of ACL endpoint resources.aclEntries objectcollectionDescriptionstring | nullDescription you provide for the collection. If you specify an empty string in the request or omit this member from the object, the JSON response reflects it as null.collectionNamestringrequiredlength between 1 and 200Name of the collection.quotaConfigobjectContains information about quota settings for the collection.quotaConfig objectHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The response provides the updated collection. 400Bad request. The request contains invalid data. 401Unauthorized. You are not authorized to perform the action. 403Forbidden. You don't have permission to the resource. 404Not found. The resource doesn't exist. 405Method not allowed. 500Internal server error.Updated 4 months ago