Docs/API reference / Instrument group members
Replace instrument group members
Requires `developer_api.instrument_groups.update` on the project-scoped Developer API connection. Use the API origin supplied for your deployment. Unknown query parameters and unexpected request bodies are rejected. Replaces the complete membership set. An empty instrument_ids array removes all members.
The request panel saves credentials and API settings in this browser. Privacy details
Authorization
developerApiKey Project-scoped Developer API connection key. Grant only the required operation permissions.
In: header
Path Parameters
.*\S.*1 <= length <= 128.*\S.*1 <= length <= 128Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/dev-api/v1/p/string/instrument-groups/string/instruments" \
-H "Content-Type: application/json" \
-d '{
"instrument_ids": [
"string"
]
}'{
"request_id": "string",
"data": {
"id": "string",
"name": "string",
"instruments": [
{
"id": "string",
"name": "string"
}
],
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
}items <= 200