key_values resource
Attributes
- key
-
create, read string
- value
-
create, read, update string
Relationships
JSON Resource Example
{ data: { type: key_values, id: 323, attributes: { key: string, value: string }, relationships: { author:{ id: 116, type: author }, company:{ id: 548, type: company } } } }
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/key_values/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/key_values/