Skip to content

Commit

Permalink
adds correct pattern for keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
vilenarios committed Oct 16, 2024
1 parent 9884702 commit 15f997f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ Sets the description for the ANT.

Sets the keywords for the ANT.

| Tag Name | Type | Pattern | Required | Description |
| -------- | ------ | -------------- | -------- | --------------------------------- |
| Action | string | "Set-Keywords" | true | Action tag for triggering handler |
| Keywords | table | "^[%w-_]+$" | true | New keywords for ANT. |
| Tag Name | Type | Pattern | Required | Description |
| -------- | ------ | ---------------------------------------------------------------- | -------- | --------------------------------- |
| Action | string | "Set-Keywords" | true | Action tag for triggering handler |
| Keywords | table | "^[%w-_#@]+$", max 32 characters, max 16 keywords, min 1 keyword | true | New keywords for ANT. |

#### `Set-Controller`

Expand Down

0 comments on commit 15f997f

Please sign in to comment.