key_values resource
Attributes
- key
-
create, read string
- value
-
create, read, update string
Relationships
JSON Resource Example
{
data: {
type: key_values,
id: 407,
attributes: {
key: string,
value: string
},
relationships: {
author:{
id: 910,
type: author
},
company:{
id: 167,
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/