v3
latestSwagger 2.02026-08-067506752.0 MBform-response
Update an existing form response's metadata, such as shareAccess information
patch/v1/org/{orgId}/form-response/{formResponseId}
Path parameters
orgIdstring required
Org identifier (either id or slug)
formResponseIdstring required
FormResponse id
Request body
Example request
{
"shareAccess": [
{
"userId": "5887a7718f138b6a2a0041a7",
"groupId": "5887a7718f138b6a2a0041a7",
"fields": "name,image,title"
}
]
}Response
successful operation