Skip to main content

Referrer_BatchCreateCrossRefs

BatchCreateCrossRefs creates new crossrefs in batch. The limit is of 10 crossreferences and it's blocking. It ensures that the crossreferences are created in the database but not propagated to the other services

Request Body required
  • crossrefs object[] required
    • name string required

      The resource name of the crossref.

    • root string

      root entity which generated the crossreference.

    • etag string

      version control.

    • verified boolean

      if verified, the crossreference has been generated by a trusty process or verified by an operator

    • operator string

      last operator which edited the crossreference

    • createTime date-time

      creation time

    • updateTime date-time

      update time

    • edges object[]

      all edges of the crossreference

      • name string
      • state int32
Responses

OK

Schema
  • crossrefs object[]

    The list of crossrefs to create.

    • name string required

      The resource name of the crossref.

    • root string

      root entity which generated the crossreference.

    • etag string

      version control.

    • verified boolean

      if verified, the crossreference has been generated by a trusty process or verified by an operator

    • operator string

      last operator which edited the crossreference

    • createTime date-time

      creation time

    • updateTime date-time

      update time

    • edges object[]

      all edges of the crossreference

      • name string
      • state int32