MeshTale Docs
POST
/v1/memories/{id}/send-back

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

id*string
Formatuuid

Header Parameters

Idempotency-Key?string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/memories/497f6eca-6276-4993-bfeb-53cbbbba6f08/send-back" \  -H "Content-Type: application/json" \  -d '{    "note": "string"  }'
{  "memory": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "sourceId": "797f5a94-3689-4ac8-82fd-d749511ea2b2",    "submissionStatus": "rejected",    "audienceTag": "string",    "sensitivityLabel": "public"  },  "rejection": {    "note": "string",    "sentBackAt": "2019-08-24T14:15:22Z",    "sentBackBy": "182e2d2e-43b5-4691-88b0-3584a3b6694c"  },  "auditLogId": "8c85466e-a824-44f4-b05a-bec7e4cee4ba",  "cacheInvalidated": true,  "replayed": true}
{  "error": "string",  "message": "string",  "details": {}}
{  "error": "string",  "message": "string",  "details": {}}
{  "error": "string",  "message": "string",  "details": {}}
{  "error": "string",  "message": "string",  "details": {}}
{  "error": "string",  "message": "string",  "details": {}}
{  "error": "string",  "message": "string",  "details": {}}
{  "error": "string",  "message": "string",  "details": {}}
{  "error": "string",  "message": "string",  "details": {}}
{  "error": "string",  "message": "string",  "details": {}}