List all keys.
Example request:
GET /meta HTTP/1.1
Example response:
HTTP/1.1 200 OK
Vary: Accept
Content-Type: 'application/json'
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: |
|
---|
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'
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: |
|
---|