Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/webitel/protos
Browse files Browse the repository at this point in the history
  • Loading branch information
i.navrotskyj committed May 22, 2024
2 parents ce4ad3b + 4453629 commit 6d776aa
Show file tree
Hide file tree
Showing 5 changed files with 36,190 additions and 1,067 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ contacts_proto:

swagger_mix:
/home/igor/programs/golib/bin/swagger-mixin ./swagger/engine.swagger.json ./swagger/storage.swagger.json \
./swagger/messages.swagger.json ./swagger/logger.swagger.json ./swagger/contacts.swagger.json > ./swagger/api.json | true
./swagger/messages.swagger.json ./swagger/logger.swagger.json ./swagger/contacts.swagger.json ./swagger/webitel-go.swagger.json > ./swagger/api.json | true


.PHONY: clean
Expand Down
2 changes: 1 addition & 1 deletion engine/definition.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
base_path: "/api";
info: {
title: "Webitel API";
version: "23.12.0";
version: "24.04.0";
contact: {
name: "Webitel";
url: "https://webitel.com";
Expand Down
Loading

0 comments on commit 6d776aa

Please sign in to comment.