PATCH api/v1/environments/{EnvironmentId}
Patch environment
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EnvironmentId |
Environment Id |
universally unique identifier |
Required |
Body Parameters
request
PatchEnvironmentV1Request| Name | Description | Type | Additional information |
|---|---|---|---|
| Clear |
Clear fields (set to null) |
Collection of PatchEnvironmentV1Clear |
Example value: Name Unique items |
| Name |
Name |
string |
Example value: Connected Max length: 64 |
Request Formats
application/json
Sample:
{
"Clear": [
"Name"
],
"Name": "Connected"
}
Response Information
Resource Description
Patch environment
PatchEnvironmentV1ResponseNone.
Response Formats
application/json
Sample:
{}