Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Dec 20, 2024
1 parent e5666d7 commit 98343f9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api-specs/api/types/search/SearchExactExpression.raml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ type: SearchQueryExpression
displayName: SearchExactExpression
properties:
exact:
type: SearchAnyValue
type: SearchExactValue
13 changes: 13 additions & 0 deletions api-specs/api/types/search/SearchExactValue.raml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#%RAML 1.0 DataType
(package): Search
type: SearchQueryExpressionValue
displayName: SearchExactValue
properties:
value?:
type: any
values?:
type: any[]
language?:
type: Locale
caseInsensitive?:
type: boolean
1 change: 1 addition & 0 deletions api-specs/api/types/types.raml
Original file line number Diff line number Diff line change
Expand Up @@ -2037,6 +2037,7 @@ SearchDateRangeValue: !include search/SearchDateRangeValue.raml
SearchDateTimeRangeExpression: !include search/SearchDateTimeRangeExpression.raml
SearchDateTimeRangeValue: !include search/SearchDateTimeRangeValue.raml
SearchExactExpression: !include search/SearchExactExpression.raml
SearchExactValue: !include search/SearchExactValue.raml
SearchExistsExpression: !include search/SearchExistsExpression.raml
SearchExistsValue: !include search/SearchExistsValue.raml
SearchFieldType: !include search/SearchFieldType.raml
Expand Down

0 comments on commit 98343f9

Please sign in to comment.