v1
latestOpenAPI 3.0.02026-07-14135106116.2 KBformats
Update the format
settings with the given attributes
Deprecated: display_name Deprecated: default_format
Permission required: edit_format_settings
patch/formats/{format_id}
Headers
X-Fieldsstring mask
An optional fields mask
Request body
Example request
{
"labels": [
{
"category": "annotation",
"scope": "section",
"type": "string"
}
],
"table_types": [
{
"columns": [
{
"category": "annotation",
"scope": "section",
"type": "string"
}
],
"scope": "section"
}
]
}Response
Success
Example response
{
"labels": [
{
"category": "annotation",
"scope": "section",
"type": "string"
}
],
"table_types": [
{
"columns": [
{
"category": "annotation",
"scope": "section",
"type": "string"
}
],
"scope": "section"
}
]
}