Skip to content

Commit 082e29b

Browse files
committed
feat(csharp): add C# support to transformation YAML files
1 parent dc44091 commit 082e29b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

specs/search/helpers/partialUpdateObjectsWithTransformation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ method:
77
- javascript
88
- php
99
- python
10+
- csharp
1011
tags:
1112
- Records
1213
operationId: partialUpdateObjectsWithTransformation

specs/search/helpers/replaceAllObjectsWithTransformation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ method:
99
- java
1010
- php
1111
- python
12+
- csharp
1213
operationId: replaceAllObjectsWithTransformation
1314
summary: Replace all records in an index
1415
description: |

specs/search/helpers/saveObjectsWithTransformation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ method:
77
- javascript
88
- php
99
- python
10+
- csharp
1011
tags:
1112
- Records
1213
operationId: saveObjectsWithTransformation

0 commit comments

Comments
 (0)