Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 34e6848

Browse files
authored
adds openapi template to add version (#2861)
1 parent 63e8271 commit 34e6848

13 files changed

+15
-1
lines changed

buf.gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ plugins:
4040
- local: protoc-gen-connect-openapi
4141
out: docs/openapi
4242
opt:
43-
- content-types=json
43+
- content-types=json,base=neosync.openapi.template.yaml
4444

4545
- remote: buf.build/protocolbuffers/python:v28.2 # generates messages and enums
4646
out: python/src/neosync

docs/openapi/mgmt/v1alpha1/anonymization.openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
openapi: 3.1.0
22
info:
3+
version: "0.4"
34
title: mgmt.v1alpha1
45
paths:
56
/mgmt.v1alpha1.AnonymizationService/AnonymizeMany:

docs/openapi/mgmt/v1alpha1/api_key.openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
openapi: 3.1.0
22
info:
3+
version: "0.4"
34
title: mgmt.v1alpha1
45
paths:
56
/mgmt.v1alpha1.ApiKeyService/GetAccountApiKeys:

docs/openapi/mgmt/v1alpha1/auth.openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
openapi: 3.1.0
22
info:
3+
version: "0.4"
34
title: mgmt.v1alpha1
45
paths:
56
/mgmt.v1alpha1.AuthService/LoginCli:

docs/openapi/mgmt/v1alpha1/connection.openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
openapi: 3.1.0
22
info:
3+
version: "0.4"
34
title: mgmt.v1alpha1
45
paths:
56
/mgmt.v1alpha1.ConnectionService/GetConnections:

docs/openapi/mgmt/v1alpha1/connection_data.openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
openapi: 3.1.0
22
info:
3+
version: "0.4"
34
title: mgmt.v1alpha1
45
paths:
56
/mgmt.v1alpha1.ConnectionDataService/GetConnectionDataStream: {}

docs/openapi/mgmt/v1alpha1/job.openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
openapi: 3.1.0
22
info:
3+
version: "0.4"
34
title: mgmt.v1alpha1
45
paths:
56
/mgmt.v1alpha1.JobService/GetJobs:

docs/openapi/mgmt/v1alpha1/metrics.openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
openapi: 3.1.0
22
info:
3+
version: "0.4"
34
title: mgmt.v1alpha1
45
paths:
56
/mgmt.v1alpha1.MetricsService/GetDailyMetricCount:

docs/openapi/mgmt/v1alpha1/transformer.openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
openapi: 3.1.0
22
info:
3+
version: "0.4"
34
title: mgmt.v1alpha1
45
paths:
56
/mgmt.v1alpha1.TransformersService/GetSystemTransformers:

docs/openapi/mgmt/v1alpha1/user_account.openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
openapi: 3.1.0
22
info:
3+
version: "0.4"
34
title: mgmt.v1alpha1
45
paths:
56
/mgmt.v1alpha1.UserAccountService/GetUser:

0 commit comments

Comments
 (0)