Update tainacan-api.md

This commit is contained in:
Weryques 2018-02-14 16:17:14 -02:00 committed by GitHub
parent 50c219c383
commit 4c63362d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -174,10 +174,10 @@ In body of requisition pass a JSON with values of metadata, like:
```javascript
{
"values": "[
"values": [
{ "new": "any_type", "prev": "any_type"},
{ "new": "any_type", "prev": ""}
]"
]
}
```