Skip to content

Commit

Permalink
docs: minor readmes update
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Jun 22, 2024
1 parent 53b2cb6 commit 444e7d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mods/ctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @routr/ctl
$ rctl COMMAND
running command...
$ rctl (--version)
@routr/ctl/2.11.4 linux-x64 node-v20.14.0
@routr/ctl/2.11.4 darwin-arm64 node-v20.11.1
$ rctl --help [COMMAND]
USAGE
$ rctl COMMAND
Expand Down
4 changes: 2 additions & 2 deletions mods/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ Creates a new Domain on Routr.
| request.name | <code>string</code> | Name of the Domain |
| request.domainUri | <code>string</code> | The FQDN of the Domain |
| request.accessControlListRef | <code>string</code> | The reference to the AccessControlList for the Domain |
| request.egressPolicies | <code>Array.&lt;CC.EgressPolicy&gt;</code> | The list of EgressPolicies for the Domain |
| request.egressPolicies | <code>Array.&lt;EgressPolicy&gt;</code> | The list of EgressPolicies for the Domain |
| request.extended | <code>string</code> | Optional extended attributes |

**Example**
Expand Down Expand Up @@ -654,7 +654,7 @@ Updates an already existing Domain on Routr.
| request | <code>UpdateDomainRequest</code> | Partial with the fields to update |
| request.name | <code>string</code> | Name of the Domain |
| request.accessControlListRef | <code>string</code> | The reference to the AccessControlList for the Domain |
| request.egressPolicies | <code>Array.&lt;CC.EgressPolicy&gt;</code> | The list of EgressPolicies for the Domain |
| request.egressPolicies | <code>Array.&lt;EgressPolicy&gt;</code> | The list of EgressPolicies for the Domain |
| request.extended | <code>string</code> | Optional extended attributes |

**Example**
Expand Down

0 comments on commit 444e7d4

Please sign in to comment.