share_form
Share custom forms with team members' groups to enable collaborative use and data collection in RSpace.
Instructions
Shares form with user's groups for collaborative use
Usage: Make custom forms available to team members Returns: Updated sharing status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
form_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"form_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"title": "Form Id"
}
},
"required": [
"form_id"
],
"type": "object"
}