Skip to content

Commit a847b66

Browse files
committed
adding changes to proto
1 parent 8d7f74c commit a847b66

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

api/grpc/mpi/v1/command.pb.go

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc/mpi/v1/command.pb.validate.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/grpc/mpi/v1/command.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,8 @@ message APIDetails {
352352
string location = 1;
353353
// the API listen directive
354354
string listen = 2;
355+
// the API Ca directive
356+
string Ca = 3;
355357
}
356358

357359
// A set of runtime NGINX App Protect settings

docs/proto/protos.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ Perform an associated API action on an instance
678678
| ----- | ---- | ----- | ----------- |
679679
| location | [string](#string) | | the API location directive |
680680
| listen | [string](#string) | | the API listen directive |
681+
| Ca | [string](#string) | | the API Ca directive |
681682

682683

683684

0 commit comments

Comments
 (0)