Memos

Set Memo Relations

SetMemoRelations replaces the full set of mutable REFERENCE relations on a memo. COMMENT relations are immutable creation context and are rejected by this RPC. An empty list clears references without changing COMMENT.

PATCH
/api/v1/memos/{memo}/relations

Path Parameters

memo*string

The memo id.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/api/v1/memos/string/relations" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "relations": [      {        "memo": {          "name": "string"        },        "relatedMemo": {          "name": "string"        },        "type": "TYPE_UNSPECIFIED"      }    ]  }'
Empty