Add an instruction on an item

Adds an instruction to a library content item identified by libraryContentId within the specified teamsite. Instructions are rich-text annotations attached to content items that provide guidance to users when they view or share the item. The instruction type must be text. The text field supports a limited set of HTML syntax including bold, italic, underline, strikethrough, ordered and unordered lists, hyperlinks, and heading elements. On success the created instruction is returned with its generated id. Requires the seismic.library.manage scope.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Identifier of the teamsite context for the request. Depending on API behavior, it may be a GUID-formatted value or a documented special value such as 1.

string
required

Identifier of the library content item targeted by the operation.

Body Params

JSON object describing the instruction to create on the content item.

Request payload used to create a new instruction on a library content item.

string
enum

The type of instruction to create. Currently the only supported value is text, indicating a free-text instruction with limited HTML formatting.

Allowed:
string
length between 1 and 255

The title of the instruction displayed to users. Used as the heading shown to readers in the Library UI and in downstream rendering surfaces.

string
length between 1 and 4000

The rich-text body of the instruction. Supports a limited set of HTML tags including bold, italic, underline, strikethrough, ordered and unordered lists, hyperlinks, and heading elements.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json