We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6feec7b commit 534ae17Copy full SHA for 534ae17
proto/base/v1/openapi.proto
@@ -9,14 +9,14 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
9
info: {
10
title: "Permify API";
11
description: "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.";
12
- version: "v1.4.0";
+ version: "v1.4.1";
13
contact: {
14
name: "API Support";
15
url: "https://github.com/Permify/permify/issues";
16
email: "hello@permify.co";
17
};
18
license: {
19
- name: "Apache-2.0 license";
+ name: "AGPL-3.0 license";
20
url: "https://github.com/Permify/permify/blob/master/LICENSE";
21
}
22
0 commit comments