Memo.name
.{
"resources": [
{
"name": "string",
"filename": "string",
"content": "string",
"externalLink": "string",
"type": "string",
"size": "string",
"memo": "string"
}
]
}
curl --location --request PATCH '/api/v1//resources' \
--header 'Content-Type: application/json' \
--data-raw '{
"resources": [
{
"name": "string",
"filename": "string",
"content": "string",
"externalLink": "string",
"type": "string",
"size": "string",
"memo": "string"
}
]
}'
{}