v25

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-08143108383.9 KB
Terms

Creates or updates the single draft BDMS.Models.Term with the provided texts.

put/api/v{version}/terms/draft

Path parameters

versionstring required

Request body

idinteger required
isDraftboolean

Gets or sets whetther the BDMS.Models.Term is a draft.

textEnstring

Gets or sets the BDMS.Models.Term's english text.

textDestring nullable

Gets or sets the BDMS.Models.Term's german text.

textFrstring nullable

Gets or sets the BDMS.Models.Term's french text.

textItstring nullable

Gets or sets the BDMS.Models.Term's italian text.

textRostring nullable

Gets or sets the BDMS.Models.Term's romansch text.

creationstring date-time

Gets or sets the BDMS.Models.Term's creation date.

expirationstring date-time nullable

Gets or sets the BDMS.Models.Term's expiration date.

Response

The draft was saved successfully.