mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [api doc] typo
This commit is contained in:
parent
32efbfa019
commit
ffc119fdbd
1 changed files with 3 additions and 3 deletions
|
@ -546,10 +546,10 @@ Get tag metadata.
|
|||
- *str*
|
||||
- `first_seen`
|
||||
- date: first seen
|
||||
- *str - YYMMDD*
|
||||
- *str - YYYYMMDD*
|
||||
- `last_seen`
|
||||
- date: first seen
|
||||
- *str - YYMMDD*
|
||||
- date: lasr seen
|
||||
- *str - YYYYMMDD*
|
||||
#### Example
|
||||
```
|
||||
curl https://127.0.0.1:7000/api/v1/get/tag/metadata --header "Authorization: iHc1_ChZxj1aXmiFiF1mkxxQkzawwriEaZpPqyTQj " -H "Content-Type: application/json" --data @input.json -X POST
|
||||
|
|
Loading…
Reference in a new issue