fix: [typo] tagID

pull/8079/head
Steve Clement 2022-01-06 13:12:36 +09:00
parent ee6429edda
commit 48e13a9ee7
No known key found for this signature in database
GPG Key ID: 69A20F509BE4AEE9
2 changed files with 3 additions and 3 deletions

View File

@ -1617,7 +1617,7 @@ class RestResponseComponent extends Component
'type' => 'integer',
'operators' => array('equal'),
'validation' => array('min' => 0, 'step' => 1),
'help' => __('A tad ID to attach to created events')
'help' => __('A tag ID to attach to created events')
),
'tags' => array(
'input' => 'select',

View File

@ -435,7 +435,7 @@ POST a MISP Feed descriptor JSON to this API to add a Feed.
| delta_merge |integer |Merge attributes (only add new attribute, remove revoked attributes) |
| distribution |integer | |
| sharing_group_id |integer | |
| tag_id |integer |A tad ID to attach to created events |
| tag_id |integer |A tag ID to attach to created events |
| pull_rules |string |Not supported |
| rules |string |Not supported |
| event_id |integer | |
@ -472,7 +472,7 @@ POST a MISP Feed descriptor JSON to this API to edit a Feed.
| delta_merge |integer |Merge attributes (only add new attribute, remove revoked attributes) |
| distribution |integer | |
| sharing_group_id |integer | |
| tag_id |integer |A tad ID to attach to created events |
| tag_id |integer |A tag ID to attach to created events |
| pull_rules |string |Not supported |
| rules |string |Not supported |
| event_id |integer | |