meta.py

GET /meta
List all keys.

Example request:

GET /meta HTTP/1.1

Example response:

HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/json'
POST /meta
Create a new allowed key (value is NULL).

Example request:

POST /meta HTTP/1.1

Example response:

HTTP/1.1 200 OK
Vary: Accept
Content-Type:
Status Codes:
GET /meta
List all values for a key.

Example request:

GET /meta HTTP/1.1

Example response:

HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/json'
POST /meta
Create a new value for a key.

Example request:

POST /meta HTTP/1.1

Example response:

HTTP/1.1 200 OK
Vary: Accept
Content-Type:
Status Codes: