Request
Body Params application/vnd.api+json
{
"data": {
"id": "FID001",
"type": "PortalStore",
"attributes": {
"name": "string",
"description": "string",
"pageControls": {},
"requiresAuth": true
},
"relationships": {}
}
}
Request Code Samples
curl --location --request PATCH 'https://api.synap.ac/v3/portal-stores/' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": {
"id": "FID001",
"type": "PortalStore",
"attributes": {
"name": "string",
"description": "string",
"pageControls": {},
"requiresAuth": true
},
"relationships": {}
}
}'
Responses
{
"data": {
"id": "FID001",
"type": "PortalStore",
"attributes": {
"name": "string",
"description": "string",
"pageControls": {},
"requiresAuth": true
},
"relationships": {}
}
}
Modified at 2025-09-15 09:58:55