Create or overwrite a group
Creates a new group with the specified groupId. If a group with the same groupId already exists, it will be overwritten.
Path parameters
The unique identifier for the group.
Request body
Response
Group created or overwritten successfully.
Example response
{
"trackedSource": "GROUP:6N23bHztah546P6xQT",
"groupId": "6N23bHztah546P6xQT",
"children": [
{
"trackedSource": "DERIVATIONSCHEME:tpubDC6xFicnheK85vUNGjegu4HuJGg8nPi...",
"cryptoCode": "BTC"
}
]
}Changes
Changed in 4 of the 40 revisions of this API.35
- ▲
the
coderesponse's property type/format changed frominteger/tostring/for status400response-property-type-changed
- ▲
removed the required property
errorfrom the response with the400statusresponse-required-property-removed
- ○
added the optional property
httpCodeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the400statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the400statusresponse-optional-property-added
- ▲
- ○
api operation id
Createwas addedapi-operation-id-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲