/
/DLx
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
Language11
  • getGet all Languages
  • putUpsert (create or replace) a Language
  • postAdd a new Language
  • getRetrieve a Language by ID
  • deleteDelete a Language by ID
  • patchPerform a partial update on a Language
  • getGet all Lexemes for a Language
  • putUpsert (add or replace) a Lexeme
  • postAdd a new Lexeme to a Language
  • getGet a Lexeme by ID
  • deleteDelete a Lexeme by ID
Lexeme7
    Language

    Add a new Language

    post/languages

    Request body

    object required

    Response

    201: The resource was created successfully.

    Changes