Dataattributesupdate is an example object payload from Outline, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operationId": "dataAttributesUpdate",
"path": "/dataAttributes.update",
"method": "POST",
"summary": "Update a data attribute",
"tags": [
"DataAttributes"
],
"requestSchema": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the data attribute.",
"format": "uuid"
},
"name": {
"type": "string",
"description": "Name of the data attribute.",
"example": "Status"
},
"description": {
"type": "string",
"description": "Description of the data attribute."
},
"options": {
"$ref": "#/components/schemas/DataAttributeOptions"
},
"pinned": {
"type": "boolean",
"description": "Whether the data attribute is pinned to the top of document."
}
},
"required": [
"id",
"name"
]
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.