Skip to main content
PUT
/
category
/
v1
cURL
curl --request PUT \
  --url https://aodocs.altirnao.com/api/category/v1 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "description": "<string>",
  "dynamicValues": true,
  "folder": true,
  "id": "<string>",
  "kind": "<string>",
  "levelNames": [
    "<string>"
  ],
  "levelNames_i18n": [
    "<string>"
  ],
  "libraryId": "<string>",
  "name": "<string>",
  "tags": true,
  "value": "<string>"
}
'
{
  "description": "<string>",
  "dynamicValues": true,
  "folder": true,
  "id": "<string>",
  "kind": "<string>",
  "levelNames": [
    "<string>"
  ],
  "levelNames_i18n": [
    "<string>"
  ],
  "libraryId": "<string>",
  "name": "<string>",
  "tags": true,
  "value": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Body

application/json
description
string

The description of the category

dynamicValues
boolean

Whether the category authorizes dynamic values

folder
boolean

Whether the category is the Folder category (read-only)

id
string

The ID of the category

kind
string
levelNames
string[]

The name of the levels in the category

levelNames_i18n
string[]

The internationalized name of the levels in the category (read-only field)

libraryId
string

The ID of the library

name
string

The name of the category

tags
boolean

Whether the category is the Tags category (read-only)

value
string

The ID of the category (backward compatibility for category.category.listCategoryDefinitions)

Response

200 - application/json

A ApiCategoryDefinition response

description
string

The description of the category

dynamicValues
boolean

Whether the category authorizes dynamic values

folder
boolean

Whether the category is the Folder category (read-only)

id
string

The ID of the category

kind
string
levelNames
string[]

The name of the levels in the category

levelNames_i18n
string[]

The internationalized name of the levels in the category (read-only field)

libraryId
string

The ID of the library

name
string

The name of the category

tags
boolean

Whether the category is the Tags category (read-only)

value
string

The ID of the category (backward compatibility for category.category.listCategoryDefinitions)