Development: Create/Update a profile on BIT #62
Labels
Category: Coding
Changes to code base or refactored code that doesn't fix a bug.
Program: GSOC
Related to work completed during the Google Summer of Code Program.
Type: Enhancement
New feature or request.
Is your feature request related to a problem? Please describe.
As a student, I need to have the ability to create a profile on BIT. For this the API on the backend should be available.
Describe the solution you'd like
Create an API for profile creation/updation for the BIT backend. The API would take profile detail combinations as input and return a response code based on the validity of the data in the profile information. Majorly, 2 outcomes are possible: Successful (200 OK), or Unsuccessful (40x) (x represents one of the error codes like 400, 403, etc.), Not found (404), 500 (internal server error)
The text was updated successfully, but these errors were encountered: