biocompute-objects / bco_api

The master repository for the JSON API.
MIT License
2 stars 2 forks source link

Develop tests and document '/api/groups/modify/' #183

Closed HadleyKing closed 1 year ago

Reeya123 commented 1 year ago

Expected response codes for endpoint api/groups/modify/ on Swagger documentation:

image

After testing, expected response: 200 (successful group modification) received response: 200 (successful group modification)

expected response: 400 (Bad request) received response: 200 (successful group modification)

expected response: 403 (Insufficient privileges) received response: 403 (Insufficient privileges)

Update Swagger documentation