File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
specs/search/paths/objects Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ post:
12
12
- Actions are equivalent to the individual API requests of the same name.
13
13
parameters :
14
14
- $ref : ' ../../../common/parameters.yml#/IndexName'
15
+ x-codegen-request-body-name : batchWriteParams
15
16
requestBody :
16
- required : true
17
17
content :
18
18
application/json :
19
19
schema :
20
20
$ref : ' ../../../common/schemas/Batch.yml#/batchWriteParams'
21
+ required : true
21
22
responses :
22
23
' 200 ' :
23
24
description : OK
Original file line number Diff line number Diff line change @@ -8,7 +8,12 @@ using Xunit;
8
8
using System.Text.Json;
9
9
using Quibble.Xunit;
10
10
using dotenv.net;
11
+ { {#isSearchClient} }
11
12
using Action = Algolia.Search.Models.Search.Action;
13
+ { {/isSearchClient} }
14
+ { {^isSearchClient} }
15
+ using Action = Algolia.Search.Models.Ingestion.Action;
16
+ { {/isSearchClient} }
12
17
13
18
namespace Algolia.Search.e2e;
14
19
Original file line number Diff line number Diff line change @@ -8,7 +8,12 @@ using Xunit;
8
8
using System.Text.Json;
9
9
using Quibble.Xunit;
10
10
using dotenv.net;
11
+ { {#isSearchClient} }
11
12
using Action = Algolia.Search.Models.Search.Action;
13
+ { {/isSearchClient} }
14
+ { {^isSearchClient} }
15
+ using Action = Algolia.Search.Models.Ingestion.Action;
16
+ { {/isSearchClient} }
12
17
13
18
namespace Algolia.Search.requests;
14
19
You can’t perform that action at this time.
0 commit comments