addGroupSecurityOnStudies
POST/api/suppliers/createGroupSecurity
Allows to create a Group Security in projects.
Request
- application/json
Body
data
object
groupId integer
Unique identifier for the group to which security settings will be applied.
projectIds integer
Identifier of the project(s) to apply the group security to.
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
status integer
message string
{
"status": 201,
"message": "Group security successfully updated on your studies"
}
Loading...