V2WikiOrderHint
org.sagebionetworks.repo.model.v2.wiki.V2WikiOrderHint
A V2WikiOrderHint contains the order hint for the root wiki that corresponds to the given owner ID and type.
Field | Type | Description |
---|---|---|
ownerId | STRING | The ID of the owner of the wiki page with rootWikiId. |
ownerObjectType | ObjectType | JSON enum for the types of objects in Synapse. |
idList | ARRAY<STRING> | The list of sub wiki ids that in the order that they should be placed relative to their siblings. |
etag | STRING | The title etag of this object. Should be used to handle concurrently updating wiki order hints (e.g. if the etag of the order hint to update does not match the etag of the associated order hint in the database, reject the update). |