Removal: unsupported knowledge filter enum entries from Search and Filter APIs

Description

The documentation for knowledge Filter and Search APIs has some fields that are not supported and silently fail if these fields are presented. We will remove those values from the documentation.

Remove the current fields from DocumentSortByField:

  • CategoryId
  • ContextId
  • ContextName
  • ContextValueId
  • ContextValueName
  • LabelId

Remove the current fields from KnowledgeDocumentSearchSortByField:

  • CategoryId
  • ContextId
  • ContextName
  • ContextValueId
  • ContextValueName
  • LabelId

Change Category

API

Change Context

Those values are currently not supported and we silently fail if these fields are present.

Change Impact

We expect no impact since the values are not currently supported.

Date of Change

Immediate

Impacted APIs

Search and Filter APIs:

  • POST /knowledge/knowledgebases/{knowledgeBaseId}/documents/query
  • POST /knowledge/knowledgebases/{knowledgeBaseId}/documents/search

References

[GKC-8324]

This topic was automatically closed 62 days after the last reply. New replies are no longer allowed.