fix: [api doc] typo

This commit is contained in:
Thirion Aurélien 2019-08-12 10:18:11 +02:00 committed by GitHub
parent 32efbfa019
commit ffc119fdbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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