The Atlas API authenticates using
HTTP Digest Authentication.
Provide a programmatic API public key and corresponding private key
as the username and password when constructing the HTTP request.
To learn how to configure API access for an Atlas project,
see Configure Atlas API Access.
https://cloud.mongodb.com/api/atlas/v1.0
PATCH /orgs/{ORG-ID}/teams/{TEAM-ID} |
Path Element | Required/Optional | Description |
---|
ORG-ID | Required | The unique identifier for the
organization associated
with the team that you want to rename. |
TEAM-ID | Required | The unique identifier of the team that you
want to rename. |
The following query parameters are optional:
Query Parameter | Type | Description | Default |
---|
pretty | boolean | Displays response in a prettyprint format. | false |
---|
envelope | boolean | Specifies whether or not to wrap the response in an envelope. | false |
---|
Request Body Parameters
Path Element | Required/Optional | Description |
---|
name | Required | The new name of the team. |
Name | Type | Description |
---|
id | string | The unique identifier for the team. |
links | object array | One or more links to sub-resources and/or related resources. The
relation-types between URL |