Skip to content

Commit

Permalink
Change license in API docs
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Borovcanin <[email protected]>
  • Loading branch information
dborovcanin committed Jul 15, 2024
1 parent a426eb5 commit 6d811db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/openapi/notifiers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
email: [email protected]
license:
name: Apache 2.0
url: https://github.com/absmach/magistrala/blob/main/LICENSE
url: https://github.com/absmach/mg-contrib/blob/main/LICENSE
version: 0.14.0

servers:
Expand Down Expand Up @@ -44,7 +44,7 @@ paths:
"400":
description: Failed due to malformed JSON.
"401":
description: Missing or invalid access token provided.
description: Missing or invalid access token provided.
"403":
description: Failed to perform authorization over the entity.
"409":
Expand Down
2 changes: 1 addition & 1 deletion api/openapi/twins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
email: [email protected]
license:
name: Apache 2.0
url: https://github.com/absmach/magistrala/blob/main/LICENSE
url: https://github.com/absmach/mg-contrib/blob/main/LICENSE
version: 0.14.0

servers:
Expand Down
1 change: 1 addition & 0 deletions docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ MG_NATS_PORT=4222
MG_NATS_HTTP_PORT=8222
MG_NATS_JETSTREAM_KEY=u7wFoAPgXpDueXOFldBnXDh4xjnSOyEJ2Cb8Z5SZvGLzIZ3U4exWhhoIBZHzuNvh
MG_NATS_URL=nats://nats:${MG_NATS_PORT}

# Configs for nats as MQTT broker
MG_NATS_HEALTH_CHECK=http://nats:${MG_NATS_HTTP_PORT}/healthz
MG_NATS_WS_TARGET_PATH=
Expand Down

0 comments on commit 6d811db

Please sign in to comment.