[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-25 UTC."],[[["\u003cp\u003eThe AddMessage endpoint utilizes a JSON structure for data input.\u003c/p\u003e\n"],["\u003cp\u003eThis JSON structure contains a single "message" field, which holds a Message object.\u003c/p\u003e\n"],["\u003cp\u003eThe Message object structure is further detailed in its dedicated documentation page, linked within the table.\u003c/p\u003e\n"]]],["The core content defines the JSON structure used when the `AddMessage` endpoints are called. It specifies that the resource utilizes a JSON representation with a single field, `message`. This `message` field is an object, detailed further in the `Message` schema, which can be found at the provided link `(/wallet/reference/rest/v1/Message)`. The table format clearly presents this JSON representation and the associated field, `message`.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResource used when the AddMessage endpoints are called.\n\n| JSON representation |\n|-----------------------------------------------------------------------|\n| ``` { \"message\": { object (/wallet/reference/rest/v1/Message) } } ``` |\n\n| Fields ||\n|-----------|-----------------------------------------------------------|\n| `message` | `object (`[Message](/wallet/reference/rest/v1/Message)`)` |"]]