XXXXXXX

PUT api/reg_student/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

reg_student
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "std_id": 1,
  "std_firstname": "sample string 2",
  "std_picture": "sample string 3",
  "current_grade": "sample string 4",
  "current_classe": "sample string 5"
}

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.