Bookmark - Update existing bookmark-related details

Updates details of an existing bookmark associated with a report.

put
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
bookmarkIdstring · uuidRequired

Enter ID of an existing bookmark.

reportIdstring · uuidRequired

Enter ID of an existing report.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Body

Class for updating the properties of bookmark.

bookmarkStatestring | nullableOptional

A public property of type nullable string that has both a getter and a setter method, which allows for getting and setting the value of the BookmarkState property.

displayNamestring | nullableOptional

A public property of type nullable string that has both a getter and a setter method, which allows for getting and setting the value of the DisplayName property.

typestring · enumOptional

Enum for bookmark type.

Possible values:
Responses
200

Success: Bookmark details successfully updated.

put
/reports/{reportId}/bookmarks/{bookmarkId}

Last updated