biocompute-objects / bco_api

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

Develop tests and document '/api/prefixes/token/' #177

Closed HadleyKing closed 1 year ago

Reeya123 commented 1 year ago

Expected response codes for endpoint api/prefixes/token/ on Swagger documentation:

image

After testing, expected response: 200 (successful Response) received response: 200 (Successful Response)

expected response: 400 (Bad request) received response: 403 (Forbidden)

Update Swagger documentation