update
suspend fun update(screenId: String, name: String? = null, path: String? = null): Result<ScreenResource, Exception>
Update the screen title for the screen with the provided screenId
Parameters
screen Id
The screen ID (path parameter).
name
The new name of the screen (optional).
path
The new path of the screen (optional).