biocompute-objects / bco_api

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

Develop tests and document '/api/accounts/new/' #230

Closed Reeya123 closed 1 year ago

Reeya123 commented 1 year ago

Response codes for /api/accounts/new/

image

Account Creation: Gives 409 instead of 200, 403 and 201 instead of 400. Requires debugging

Successfully tests for 409(Account has already been authenticated or requested) and 500(internal server error)

HadleyKing commented 1 year ago

Fixed with 5c74587