Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.24 KB

changes.md

File metadata and controls

47 lines (32 loc) · 1.24 KB

Api changes

Changed Property(s)
  • ⚠️ changed property exact of type SearchExactExpression from type SearchAnyValue to SearchExactValue
Added Property(s)
  • added property businessUnits to type SearchIndexingConfiguration
Added Resource(s)
  • added resource /{projectKey}/business-units/search
  • added resource /{projectKey}/business-units/search/indexing-status
Added Method(s)
  • added method apiRoot.withProjectKey().businessUnits().search().post()
  • added method apiRoot.withProjectKey().businessUnits().search().head()
  • added method apiRoot.withProjectKey().businessUnits().searchIndexingStatus().get()
Added Type(s)
  • added type BusinessUnitIndexingProgress
  • added type BusinessUnitIndexingStatus
  • added type BusinessUnitPagedSearchResponse
  • added type BusinessUnitSearchIndexingStatusResponse
  • added type BusinessUnitSearchRequest
  • added type BusinessUnitSearchResult
  • added type BusinessUnitSearchStatus
  • added type ProjectChangeBusinessUnitSearchStatusAction
  • added type SearchExactValue