Examplary
  • Start for free

    Update library item

    Updates a library item. Only the publisher owner can update items in their publisher profile.

    PATCH https://api.examplary.ai/library/items/{itemId}

    Path parameters

    itemIdstringrequired

    Request body

    application/json
    descriptionstring

    A publicly visible description of the library item.

    namestring· nullable

    The name of the library item. If not provided, the name of the original resource will be used.

    studentLevelstring· nullable

    The student level associated with the library item.

    subjectstring· nullable

    The subject associated with the library item.

    tagsarray string[] | null· nullable

    Optional tags, e.g. ['math', 'science'].

    Requirements

    OAuth scopes

    This endpoint requires the library:write scope to be present.