Languages
Authorizations
AuthorizationstringRequired
Responses
200
OK
application/json
Represents a language
Idinteger · int32Optional
Unique id of language
CultureCodestring · nullableOptional
Culture code of language
Namestring · nullableOptional
Presented name of language
SortOrderinteger · int32Optional
Sort order of language
get
/v1/Languages200
OK
Authorizations
AuthorizationstringRequired
Body
Model to add a language
CultureCodestring · nullableOptional
ISO 639-1 culture code
Namestring · nullableOptional
Presented name of language
SortOrderinteger · int32Optional
Sort order of language
Responses
200
OK
application/json
integer · int32Optional
400
Bad Request
application/json
post
/v1/LanguagesAuthorizations
AuthorizationstringRequired
Body
Represents a language
Idinteger · int32Optional
Unique id of language
CultureCodestring · nullableOptional
Culture code of language
Namestring · nullableOptional
Presented name of language
SortOrderinteger · int32Optional
Sort order of language
Responses
200
OK
No content
400
Bad Request
application/json
put
/v1/LanguagesNo content
Authorizations
AuthorizationstringRequired
Path parameters
idinteger · int32Required
Id of language
Responses
200
OK
application/json
Represents a language
Idinteger · int32Optional
Unique id of language
CultureCodestring · nullableOptional
Culture code of language
Namestring · nullableOptional
Presented name of language
SortOrderinteger · int32Optional
Sort order of language
404
Not Found
application/json
get
/v1/Languages/{id}Last updated