/group/{group-id}/subjects
The subjects attached to a group.
GET /group/{group-id}/subjects HTTP/1.1
Host: localhost:3000
An array of strings
representing subjects of the parent group.
POST /group/{group-id}/subjects HTTP/1.1
Host: localhost:3000
Name | Description | Type |
---|---|---|
|
An array of subjects to add to the group. |
|
If successful :
{
"success": true
}
Otherwise a relevant error message will be returned.
You can't update subjects. Delete the subject and after that, publish a new subject.
DELETE /group/{group-id}/subjects HTTP/1.1
Host: localhost:3000
Name | Description | Type |
---|---|---|
|
An array of subjects to add to the group. |
|
If successful :
{
"success": true
}
Otherwise a relevant error message will be returned.