Batch Create Notebook Topics

post

/api/restapi/notebookTopic/batch

Send a request to this endpoint to create one or more notebook topic.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityNotebookTopicsInput>
Type: array
Title: List<ApiEntityNotebookTopicsInput>
Show Source
  • ApiEntityNotebookTopicsInput
    Title: ApiEntityNotebookTopicsInput
    This entity represents a NotebookTopics object, a unique NotebookTopics object can be identified by the following combinations of the fields.
    • notebookTopicId
    • notebookTopicName,workspaceId
    • notebookTopicName,workspaceCode
Nested Schema : ApiEntityNotebookTopicsInput
Type: object
Title: ApiEntityNotebookTopicsInput
This entity represents a NotebookTopics object, a unique NotebookTopics object can be identified by the following combinations of the fields.
  • notebookTopicId
  • notebookTopicName,workspaceId
  • notebookTopicName,workspaceCode
Show Source
Nested Schema : appliesTo
Type: array
Business objects to which the notebook topics apply.
Show Source
Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityNotebookTopics>
Type: array
Title: List<ApiEntityNotebookTopics>
Show Source
Nested Schema : ApiEntityNotebookTopics
Type: object
Title: ApiEntityNotebookTopics
Show Source
Nested Schema : appliesTo
Type: array
Business objects to which the notebook topics apply.
Show Source

400 Response

Invalid Input.
Back to Top