Skip to main content
POST
Add Generic Asset Members

Authorizations

X-River-Key-Id
string
header
required

UUID of your API key (from Settings → API Keys).

X-River-Timestamp
string
header
required

Current unix seconds. Must be within 30s of server time.

X-River-Signature
string
header
required

Base64 Ed25519 signature over the canonical request: METHOD\nPATH\nSORTED_QUERY\nTIMESTAMP\nSHA256(body) hex. See /api-reference/authentication for the full recipe.

Path Parameters

generic_asset_id
string<uuid>
required

Body

application/json

Request schema for adding members to a user-owned generic asset.

river_ids
integer[]
required
Minimum array length: 1

Response

Successful Response