editFamily

abstract suspend fun editFamily(familyId: String, familyName: String, isOpened: Boolean): Family

Edit family. The method allows you to change the family familyName with familyId and its isOpened modifier.

Parameters

familyId

Family identification, string.

familyName

Family name. Maximum name length - 250 characters.

isOpened

Family is opened, boolean.

See also

https://be-saas.cloudike.com/backend_docs/rest/api/2/core_pkg/family_app/Family/Family.html#patch

Throws

SessionIsNotInitializedException

Session is not active.

Illegal family name.

Unauthorized access.

Forbidden access.

Other problems.