Appearance
Link Store
POST
/api/v1/tenants/{tenant_id}/store
Link a StoreConnection owned by the caller's org to the tenant.
The store's organization_id must match the tenant's — otherwise an
admin could attach another organisation's store to their tenant just by
knowing its UUID.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
tenant_id*
Type
Requiredinteger
Request Body
application/json
JSON "store_id": "string"
{
}
Responses
Successful Response
application/json
JSON "additionalProperties": "string"
{
}