Function changeGlossaryTermStatus

  • Changes the status of the term. Only a steward can verify a term. Once the term is verified only a steward can modify the term.

    Parameters

    • id: string

      The glossary id.

    • termId: string

      The term id.

    • query: { status: "draft" | "verified" | "deprecated" }

      an object with query parameters

      • status: "draft" | "verified" | "deprecated"

        The status to update to.

    • Optionaloptions: ApiCallOptions

    Returns Promise<ChangeGlossaryTermStatusHttpResponse>

    ChangeGlossaryTermStatusHttpError