Update tainacan-api.md

This commit is contained in:
Weryques 2018-02-27 15:43:05 -03:00 committed by GitHub
parent 004979de7d
commit 760e51a8e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,7 @@ A REST API for Tainacan Plugin. This API uses the Wordpress REST API.
1. [Collections](#collections)
1. [Items](#items)
1. [Fields](#fields)
1. [Field Types](#field-types)
1. [Item Metadata](#item-metadata)
1. [Taxonomies](#taxonomies)
1. [Filters](#filters)
@ -159,6 +160,13 @@ A REST API for Tainacan Plugin. This API uses the Wordpress REST API.
}
```
------
#### Field Types
1. Route `wp-json/tainacan/v2/field-types`
1. Endpoint supported:
1. GET (Fetch all field types)
------
#### Item Metadata