1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Merge pull request #64 from nats-io/fix_issue_62

fix for issue #62
This commit is contained in:
Ginger Collison 2019-09-27 16:11:08 -05:00 committed by GitHub
commit d7f0038dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ The `permissions` map specify subjects that can be subscribed to or published by
| Property | Description |
| :------ | :---- |
| `publish` | subject, list of subjects, or permission map the client can publish |
| `subscribe` | subject, list of subjects, or permission map the client can publish |
| `subscribe` | subject, list of subjects, or permission map the client can subscribe |
### Permission Map