Update a value definition in an application

PUT /groups/{groupId}/apps/{appId}/values/{valueId}

Update a value definition in an application.

Path parameters

Responses

  • 200 application/json

    Successfully updated the value.

    Hide response attributes Show response attributes object
    • name string Required
    • private boolean Required
PUT /groups/{groupId}/apps/{appId}/values/{valueId}
curl \
 --request PUT 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/values/{valueId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "name": "string",
    "private": true
  }
]