editDocumentType

abstract suspend fun editDocumentType(documentTypeId: String, name: String): DocumentType

Edit custom document type.

Return

DocumentType

Parameters

documentTypeId
name

document type name.

Throws

when unauthorized.

when name parameter is not valid.