Skip to content

Commit 98343f9

Browse files
committed
Updated API from documentation release
1 parent e5666d7 commit 98343f9

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

api-specs/api/types/search/SearchExactExpression.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ type: SearchQueryExpression
44
displayName: SearchExactExpression
55
properties:
66
exact:
7-
type: SearchAnyValue
7+
type: SearchExactValue
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#%RAML 1.0 DataType
2+
(package): Search
3+
type: SearchQueryExpressionValue
4+
displayName: SearchExactValue
5+
properties:
6+
value?:
7+
type: any
8+
values?:
9+
type: any[]
10+
language?:
11+
type: Locale
12+
caseInsensitive?:
13+
type: boolean

api-specs/api/types/types.raml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2037,6 +2037,7 @@ SearchDateRangeValue: !include search/SearchDateRangeValue.raml
20372037
SearchDateTimeRangeExpression: !include search/SearchDateTimeRangeExpression.raml
20382038
SearchDateTimeRangeValue: !include search/SearchDateTimeRangeValue.raml
20392039
SearchExactExpression: !include search/SearchExactExpression.raml
2040+
SearchExactValue: !include search/SearchExactValue.raml
20402041
SearchExistsExpression: !include search/SearchExistsExpression.raml
20412042
SearchExistsValue: !include search/SearchExistsValue.raml
20422043
SearchFieldType: !include search/SearchFieldType.raml

0 commit comments

Comments
 (0)