Partially Update an Analysis Group
Partially update an existing Analysis Group.
Request
HTTP Request
Path Parameters
Parameter | Description |
---|---|
| An existing Beam Analysis Group ID. |
Request Headers
Header | Value |
---|---|
|
|
Request Body
This endpoint accepts the same request body fields as the Create an Analysis endpoint. Please refer to the Create an Analysis Group documentation for request body parameters.
Remember this is a PATCH endpoint which means only the fields you provide will be updated.
If you wish to replace all fields please use the PUT endpoint.
Response
If successful, the HTTP response code will be 202 Accepted
.
Examples
Last updated