Create accreditation_school_list

POST /api/v1/accreditation_school_lists
application/json

Body

  • accreditation_school_list object
    Hide accreditation_school_list attribute Show accreditation_school_list attribute object
    • akreditasi string Required

      Minimum length is 1, maximum length is 15.

Responses

  • 200

    successful

POST /api/v1/accreditation_school_lists
curl \
 -X POST http://127.0.0.1:3000//api/v1/accreditation_school_lists \
 -H "Authorization: Bearer $ACCESS_TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"accreditation_school_list":{"akreditasi":"string"}}'
Request example
{
  "accreditation_school_list": {
    "akreditasi": "string"
  }
}