Describe the bug
The lexicon for createDraft has the returned id as type string.
The lexicon for deleteDraft Every other API requires the id as a string with a format of tid
The general type/class definitions also define id as a string with a format of tid
To Reproduce
Read the lexicons :)
Expected behavior
The return type of ID from createDraft should be a string with format tid
Describe the bug
The lexicon for
createDrafthas the returned id as typestring.The lexicon for
deleteDraftEvery other API requires the id as astringwith a format oftidThe general type/class definitions also define id as a
stringwith a format oftidTo Reproduce
Read the lexicons :)
Expected behavior
The return type of ID from
createDraftshould be a string with formattid