language

Create a new language

Creates a new language entry.

post/languages

Request body

namestring
codestring

Response

Language created successfully

statusstring
status_codeinteger

The HTTP status code. Usually 200 , 201, 204 etc

messagestring

A basic message describing a request was processed successfully. example: "Successfully"

Example response

{
  "status": "success",
  "status_code": 201
}

Changes

No recorded changes to this endpoint across all 15 revisions of this API.