Nexus API
Update beat (deprecated)
Use this endpoint to update the attributes of a particular beat according to its unique GUID. No specific parameter is required, but the request body cannot be empty.
PUT
/beats/{beat_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
beat_guid The ID of the beat to update. | Required | String |
Request Body
| Field | Required | Type |
|---|---|---|
beat | Required | Object |
Loading...