POST /form/group
Create a FormGroup with the provided name. This method is idempotent. If a group with the provided name already exists and the caller has ACCESS_TYPE.READ permission the existing FormGroup will be returned.
The created FormGroup will have an Access Control List (ACL) with the creator listed as an administrator.Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/form/group
Parameters
name | A globally unique name for the group. Required. Between 3 and 256 characters. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | POST |
Request Object | None |
Response Object | FormGroup (application/json) |