From a6ba9ad7c805743312aa67849c29433ff2cad3ec Mon Sep 17 00:00:00 2001 From: Masahiro Iuchi Date: Wed, 20 Aug 2025 22:46:57 +0900 Subject: [PATCH 1/5] Update src --- src/openapi/v1.json | 473 +++++-- src/openapi/v1.yaml | 356 +++++- src/openapi/v2.json | 1056 ++++++---------- src/openapi/v2.yaml | 532 ++++---- src/openapi/v3.json | 1056 ++++++---------- src/openapi/v3.yaml | 532 ++++---- src/openapi/v4.json | 1254 +++++++------------ src/openapi/v4.yaml | 628 +++++----- src/openapi/v5.json | 1254 +++++++------------ src/openapi/v5.yaml | 628 +++++----- src/openapi/v6.json | 1266 +++++++------------ src/openapi/v6.yaml | 640 +++++----- src/openapi/v7.json | 2841 +++++++++++++++++++++++++++++-------------- src/openapi/v7.yaml | 1664 +++++++++++++++++++------ 14 files changed, 7225 insertions(+), 6955 deletions(-) diff --git a/src/openapi/v1.json b/src/openapi/v1.json index 0a692e7..416b9ef 100644 --- a/src/openapi/v1.json +++ b/src/openapi/v1.json @@ -1,6 +1,95 @@ { "components": { "parameters": { + "category_excludeIds": { + "description": "The comma separated ID list of categories to exclude from result.", + "in": "query", + "name": "excludeIds", + "schema": { + "type": "string" + } + }, + "category_fields": { + "description": "The field list to retrieve as part of the category resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned.", + "in": "query", + "name": "fields", + "schema": { + "type": "string" + } + }, + "category_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, + "category_includeIds": { + "description": "The comma separated ID list of categories to include to result.", + "in": "query", + "name": "includeIds", + "schema": { + "type": "string" + } + }, + "category_limit": { + "description": "Maximum number of categories to retrieve.\n\n**Default**: 10", + "in": "query", + "name": "limit", + "schema": { + "default": "10", + "type": "integer" + } + }, + "category_offset": { + "description": "0-indexed offset.\n\n**Default**: 0", + "in": "query", + "name": "offset", + "schema": { + "default": "0", + "type": "integer" + } + }, + "category_search": { + "description": "Search query.", + "in": "query", + "name": "search", + "schema": { + "type": "string" + } + }, + "category_searchFields": { + "description": "The comma separated field name list to search.\n\n**Default**: label,basename", + "in": "query", + "name": "searchFields", + "schema": { + "default": "label,basename", + "type": "string" + } + }, + "category_sortBy": { + "description": "\n\n**Default**: user_custom", + "in": "query", + "name": "sortBy", + "schema": { + "default": "user_custom", + "type": "string" + } + }, + "category_sortOrder": { + "description": "#### descend\n\nReturn categories in descending order.\n\n#### ascend\n\nReturn categories in ascending order.\n\n\n\n**Default**: ascend", + "in": "query", + "name": "sortOrder", + "schema": { + "default": "ascend", + "enum": [ + "descend", + "ascend" + ], + "type": "string" + } + }, "comment_excludeIds": { "description": "The comma separated ID list of comments to exclude from result.", "in": "query", @@ -17,6 +106,15 @@ "type": "string" } }, + "comment_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "comment_includeIds": { "description": "The comma separated ID list of comments to include to result.", "in": "query", @@ -98,6 +196,15 @@ "type": "string" } }, + "entry_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "entry_includeIds": { "description": "The comma separated ID list of entries to include to result.", "in": "query", @@ -152,6 +259,18 @@ "type": "integer" } }, + "entry_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "entry_search": { "description": "Search query.", "in": "query", @@ -213,6 +332,114 @@ "type": "string" } }, + "field_filterKeys": {}, + "field_searchFields": {}, + "field_sortBy": {}, + "field_sortOrder": {}, + "permission_blogIds": { + "description": "The comma-separated blog id list that to be included in the result.", + "in": "query", + "name": "blogIds", + "schema": { + "type": "string" + } + }, + "permission_excludeIds": { + "description": "The comma separated ID list of permissions to exclude from result.", + "in": "query", + "name": "excludeIds", + "schema": { + "type": "string" + } + }, + "permission_fields": { + "description": "The field list to retrieve as part of the permission resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned.", + "in": "query", + "name": "fields", + "schema": { + "type": "string" + } + }, + "permission_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: blogIds", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "blogIds", + "type": "string" + } + }, + "permission_includeIds": { + "description": "The comma separated ID list of permissions to include to result.", + "in": "query", + "name": "includeIds", + "schema": { + "type": "string" + } + }, + "permission_limit": { + "description": "Maximum number of permissions to retrieve.\n\n**Default**: 25", + "in": "query", + "name": "limit", + "schema": { + "default": "25", + "type": "integer" + } + }, + "permission_offset": { + "description": "0-indexed offset.\n\n**Default**: 0", + "in": "query", + "name": "offset", + "schema": { + "default": "0", + "type": "integer" + } + }, + "permission_search": { + "description": "Search query.", + "in": "query", + "name": "search", + "schema": { + "type": "string" + } + }, + "permission_searchFields": { + "description": "The comma separated field name list to search.", + "in": "query", + "name": "searchFields", + "schema": { + "type": "string" + } + }, + "permission_sortBy": { + "description": "The field name for sort. You can specify one of following values\n\n- id\n- blog_id\n- author_id\n- created_by\n- created_on\n\n\n**Default**: blog_id", + "in": "query", + "name": "sortBy", + "schema": { + "default": "blog_id", + "enum": [ + "id", + "blog_id", + "author_id", + "created_by", + "created_on" + ], + "type": "string" + } + }, + "permission_sortOrder": { + "description": "#### descend\n\nReturn permissions in descending order.\n\n#### ascend\n\nReturn permissions in ascending order.\n\n\n\n**Default**: ascend", + "in": "query", + "name": "sortOrder", + "schema": { + "default": "ascend", + "enum": [ + "descend", + "ascend" + ], + "type": "string" + } + }, "site_excludeIds": { "description": "The comma separated ID list of sites to exclude from result.", "in": "query", @@ -229,6 +456,14 @@ "type": "string" } }, + "site_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "site_includeIds": { "description": "The comma separated ID list of sites to include to result.", "in": "query", @@ -981,7 +1216,7 @@ }, "info": { "title": "Movable Type Data API", - "version": "8.6.0" + "version": "8.7.0" }, "openapi": "3.0.0", "paths": { @@ -1425,11 +1660,6 @@ "description": "Do not have permission to publish." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rebuild the static archives in relation to specified entries", "tags": [ "Entries", @@ -1640,11 +1870,6 @@ "description": "Conflict" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Upload a file", "tags": [ "Assets" @@ -1686,6 +1911,15 @@ ], "type": "string" } + }, + { + "$ref": "#/components/parameters/category_limit" + }, + { + "$ref": "#/components/parameters/category_offset" + }, + { + "$ref": "#/components/parameters/category_searchFields" } ], "responses": { @@ -1830,6 +2064,50 @@ ], "type": "string" } + }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, + { + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status,entryStatus", + "type": "string" + } + }, + { + "in": "query", + "name": "searchFields", + "schema": { + "default": "body", + "type": "string" + } + }, + { + "in": "query", + "name": "sortBy", + "schema": { + "default": "id", + "type": "string" + } + }, + { + "in": "query", + "name": "sortOrder", + "schema": { + "default": "descend", + "type": "string" + } } ], "responses": { @@ -1972,11 +2250,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a comment", "tags": [ "Comments" @@ -2149,11 +2422,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a comment", "tags": [ "Comments" @@ -2293,6 +2561,9 @@ "schema": { "type": "string" } + }, + { + "$ref": "#/components/parameters/entry_filterKeys" } ], "responses": { @@ -2368,6 +2639,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/entry_saveRevision" } ], "requestBody": { @@ -2429,11 +2703,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new entry", "tags": [ "Entries" @@ -2516,11 +2785,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an entry", "tags": [ "Entries" @@ -2646,6 +2910,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/entry_saveRevision" } ], "requestBody": { @@ -2717,11 +2984,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an entry", "tags": [ "Entries" @@ -2771,6 +3033,50 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, + { + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, + { + "in": "query", + "name": "searchFields", + "schema": { + "default": "body", + "type": "string" + } + }, + { + "in": "query", + "name": "sortBy", + "schema": { + "default": "id", + "type": "string" + } + }, + { + "in": "query", + "name": "sortOrder", + "schema": { + "default": "descend", + "type": "string" + } } ], "responses": { @@ -2916,11 +3222,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new comment on an entry", "tags": [ "Comments", @@ -3016,11 +3317,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reply to specified comment", "tags": [ "Comments", @@ -3041,7 +3337,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -3051,7 +3347,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -3085,7 +3381,7 @@ } }, { - "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", "in": "query", "name": "uniquePath", "schema": { @@ -3161,11 +3457,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve pageviews count for each date from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -3185,7 +3476,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -3195,7 +3486,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -3293,11 +3584,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve visits count for each date from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -3317,7 +3603,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -3327,7 +3613,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -3361,7 +3647,7 @@ } }, { - "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", "in": "query", "name": "uniquePath", "schema": { @@ -3437,11 +3723,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve pageviews count for each path from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -3461,7 +3742,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -3471,7 +3752,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -3569,11 +3850,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve visits count for each path from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -3640,11 +3916,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a current effective provider", "tags": [ "Statistics" @@ -3702,11 +3973,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Invalidate current session. This is like logout", "tags": [ "Authentication" @@ -3829,11 +4095,6 @@ "description": "Do not have permission to synchronize users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Synchronize users", "tags": [ "Users" @@ -4000,11 +4261,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update user data", "tags": [ "Users" @@ -4030,6 +4286,21 @@ "schema": { "type": "string" } + }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, + { + "$ref": "#/components/parameters/permission_limit" + }, + { + "$ref": "#/components/parameters/permission_offset" + }, + { + "$ref": "#/components/parameters/permission_sortBy" + }, + { + "$ref": "#/components/parameters/permission_sortOrder" } ], "responses": { @@ -4089,11 +4360,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for a user", "tags": [ "Users", @@ -4294,6 +4560,11 @@ } } }, + "security": [ + { + "mtauth": [] + } + ], "servers": [ { "url": "https://example.com/mt/mt-data-api.cgi/v1" diff --git a/src/openapi/v1.yaml b/src/openapi/v1.yaml index f614b56..7ca8c0d 100644 --- a/src/openapi/v1.yaml +++ b/src/openapi/v1.yaml @@ -1,6 +1,94 @@ --- components: parameters: + category_excludeIds: + description: The comma separated ID list of categories to exclude from result. + in: query + name: excludeIds + schema: + type: string + category_fields: + description: 'The field list to retrieve as part of the category resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned.' + in: query + name: fields + schema: + type: string + category_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string + category_includeIds: + description: The comma separated ID list of categories to include to result. + in: query + name: includeIds + schema: + type: string + category_limit: + description: |- + Maximum number of categories to retrieve. + + **Default**: 10 + in: query + name: limit + schema: + default: 10 + type: integer + category_offset: + description: |- + 0-indexed offset. + + **Default**: 0 + in: query + name: offset + schema: + default: 0 + type: integer + category_search: + description: Search query. + in: query + name: search + schema: + type: string + category_searchFields: + description: |- + The comma separated field name list to search. + + **Default**: label,basename + in: query + name: searchFields + schema: + default: 'label,basename' + type: string + category_sortBy: + description: "\n\n**Default**: user_custom" + in: query + name: sortBy + schema: + default: user_custom + type: string + category_sortOrder: + description: |- + #### descend + + Return categories in descending order. + + #### ascend + + Return categories in ascending order. + + + + **Default**: ascend + in: query + name: sortOrder + schema: + default: ascend + enum: + - descend + - ascend + type: string comment_excludeIds: description: The comma separated ID list of comments to exclude from result. in: query @@ -13,6 +101,16 @@ components: name: fields schema: type: string + comment_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string comment_includeIds: description: The comma separated ID list of comments to include to result. in: query @@ -95,6 +193,16 @@ components: name: fields schema: type: string + entry_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string entry_includeIds: description: The comma separated ID list of entries to include to result. in: query @@ -142,6 +250,15 @@ components: schema: default: 0 type: integer + entry_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer entry_search: description: Search query. in: query @@ -237,6 +354,120 @@ components: - Spam - Unpublish type: string + field_filterKeys: {} + field_searchFields: {} + field_sortBy: {} + field_sortOrder: {} + permission_blogIds: + description: The comma-separated blog id list that to be included in the result. + in: query + name: blogIds + schema: + type: string + permission_excludeIds: + description: The comma separated ID list of permissions to exclude from result. + in: query + name: excludeIds + schema: + type: string + permission_fields: + description: 'The field list to retrieve as part of the permission resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned.' + in: query + name: fields + schema: + type: string + permission_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: blogIds + in: query + name: filterKeys + schema: + default: blogIds + type: string + permission_includeIds: + description: The comma separated ID list of permissions to include to result. + in: query + name: includeIds + schema: + type: string + permission_limit: + description: |- + Maximum number of permissions to retrieve. + + **Default**: 25 + in: query + name: limit + schema: + default: 25 + type: integer + permission_offset: + description: |- + 0-indexed offset. + + **Default**: 0 + in: query + name: offset + schema: + default: 0 + type: integer + permission_search: + description: Search query. + in: query + name: search + schema: + type: string + permission_searchFields: + description: The comma separated field name list to search. + in: query + name: searchFields + schema: + type: string + permission_sortBy: + description: |- + The field name for sort. You can specify one of following values + + - id + - blog_id + - author_id + - created_by + - created_on + + + **Default**: blog_id + in: query + name: sortBy + schema: + default: blog_id + enum: + - id + - blog_id + - author_id + - created_by + - created_on + type: string + permission_sortOrder: + description: |- + #### descend + + Return permissions in descending order. + + #### ascend + + Return permissions in ascending order. + + + + **Default**: ascend + in: query + name: sortOrder + schema: + default: ascend + enum: + - descend + - ascend + type: string site_excludeIds: description: The comma separated ID list of sites to exclude from result. in: query @@ -249,6 +480,12 @@ components: name: fields schema: type: string + site_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string site_includeIds: description: The comma separated ID list of sites to include to result. in: query @@ -775,7 +1012,7 @@ externalDocs: url: https://www.movabletype.jp/developers/data-api/ info: title: Movable Type Data API - version: 8.6.0 + version: 8.7.0 openapi: 3.0.0 paths: /: @@ -1083,8 +1320,6 @@ paths: description: Invalid login 403: description: Do not have permission to publish. - security: - - mtauth: [] summary: Rebuild the static archives in relation to specified entries tags: - Entries @@ -1220,8 +1455,6 @@ paths: type: object type: object description: Conflict - security: - - mtauth: [] summary: Upload a file tags: - Assets @@ -1268,6 +1501,9 @@ paths: - ascend - descend type: string + - $ref: '#/components/parameters/category_limit' + - $ref: '#/components/parameters/category_offset' + - $ref: '#/components/parameters/category_searchFields' responses: 200: content: @@ -1381,6 +1617,30 @@ paths: - Future - Spam type: string + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' + - in: query + name: filterKeys + schema: + default: 'status,entryStatus' + type: string + - in: query + name: searchFields + schema: + default: body + type: string + - in: query + name: sortBy + schema: + default: id + type: string + - in: query + name: sortOrder + schema: + default: descend + type: string responses: 200: content: @@ -1473,8 +1733,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a comment tags: - Comments @@ -1589,8 +1847,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a comment tags: - Comments @@ -1737,6 +1993,7 @@ paths: name: fields schema: type: string + - $ref: '#/components/parameters/entry_filterKeys' responses: 200: content: @@ -1787,6 +2044,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/entry_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -1822,8 +2080,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Create a new entry tags: - Entries @@ -1881,8 +2137,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an entry tags: - Entries @@ -1972,6 +2226,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/entry_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -2013,8 +2268,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an entry tags: - Entries @@ -2050,6 +2303,30 @@ paths: name: offset schema: type: integer + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' + - in: query + name: filterKeys + schema: + default: status + type: string + - in: query + name: searchFields + schema: + default: body + type: string + - in: query + name: sortBy + schema: + default: id + type: string + - in: query + name: sortOrder + schema: + default: descend + type: string responses: 200: content: @@ -2141,8 +2418,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Create a new comment on an entry tags: - Comments @@ -2204,8 +2479,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Reply to specified comment tags: - Comments @@ -2222,14 +2495,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -2251,7 +2524,7 @@ paths: name: path schema: type: string - - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' + - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' in: query name: uniquePath schema: @@ -2299,8 +2572,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve pageviews count for each date from provider (e.g. Google Analytics) tags: - Statistics @@ -2316,14 +2587,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -2385,8 +2656,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve visits count for each date from provider (e.g. Google Analytics) tags: - Statistics @@ -2402,14 +2671,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -2431,7 +2700,7 @@ paths: name: path schema: type: string - - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' + - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' in: query name: uniquePath schema: @@ -2479,8 +2748,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve pageviews count for each path from provider (e.g. Google Analytics) tags: - Statistics @@ -2496,14 +2763,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -2565,8 +2832,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve visits count for each path from provider (e.g. Google Analytics) tags: - Statistics @@ -2610,8 +2875,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve a current effective provider tags: - Statistics @@ -2653,8 +2916,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Invalidate current session. This is like logout tags: - Authentication @@ -2737,8 +2998,6 @@ paths: description: Invalid login 403: description: Do not have permission to synchronize users. - security: - - mtauth: [] summary: Synchronize users tags: - Users @@ -2849,8 +3108,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update user data tags: - Users @@ -2871,6 +3128,11 @@ paths: name: blogIds schema: type: string + - $ref: '#/components/parameters/permission_filterKeys' + - $ref: '#/components/parameters/permission_limit' + - $ref: '#/components/parameters/permission_offset' + - $ref: '#/components/parameters/permission_sortBy' + - $ref: '#/components/parameters/permission_sortOrder' responses: 200: content: @@ -2906,8 +3168,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve a list of permissions for a user tags: - Users @@ -3057,6 +3317,8 @@ paths: summary: Get server API version tags: - Common API +security: + - mtauth: [] servers: - url: https://example.com/mt/mt-data-api.cgi/v1 tags: diff --git a/src/openapi/v2.json b/src/openapi/v2.json index c8144c6..8d86fe1 100644 --- a/src/openapi/v2.json +++ b/src/openapi/v2.json @@ -17,6 +17,15 @@ "type": "string" } }, + "asset_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: class", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "class", + "type": "string" + } + }, "asset_includeIds": { "description": "The comma separated ID list of assets to include to result.", "in": "query", @@ -98,6 +107,14 @@ "type": "string" } }, + "category_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "category_includeIds": { "description": "The comma separated ID list of categories to include to result.", "in": "query", @@ -179,6 +196,15 @@ "type": "string" } }, + "comment_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "comment_includeIds": { "description": "The comma separated ID list of comments to include to result.", "in": "query", @@ -260,6 +286,15 @@ "type": "string" } }, + "entry_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "entry_includeIds": { "description": "The comma separated ID list of entries to include to result.", "in": "query", @@ -314,6 +349,18 @@ "type": "integer" } }, + "entry_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "entry_search": { "description": "Search query.", "in": "query", @@ -391,6 +438,15 @@ "type": "string" } }, + "field_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: systemObject,type", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "systemObject,type", + "type": "string" + } + }, "field_includeIds": { "description": "The comma separated ID list of fields to include to result.", "in": "query", @@ -472,6 +528,14 @@ "type": "string" } }, + "folder_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "folder_includeIds": { "description": "The comma separated ID list of folders to include to result.", "in": "query", @@ -553,6 +617,14 @@ "type": "string" } }, + "formatted_text_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "formatted_text_includeIds": { "description": "The comma separated ID list of formatted_texts to include to result.", "in": "query", @@ -634,6 +706,15 @@ "type": "string" } }, + "group_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "group_includeIds": { "description": "The comma separated ID list of groups to include to result.", "in": "query", @@ -715,6 +796,15 @@ "type": "string" } }, + "log_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: level", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "level", + "type": "string" + } + }, "log_includeIds": { "description": "The comma separated ID list of logs to include to result.", "in": "query", @@ -796,6 +886,15 @@ "type": "string" } }, + "page_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "page_includeIds": { "description": "The comma separated ID list of pages to include to result.", "in": "query", @@ -850,6 +949,18 @@ "type": "integer" } }, + "page_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "page_search": { "description": "Search query.", "in": "query", @@ -935,6 +1046,15 @@ "type": "string" } }, + "permission_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: blogIds", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "blogIds", + "type": "string" + } + }, "permission_includeIds": { "description": "The comma separated ID list of permissions to include to result.", "in": "query", @@ -1022,6 +1142,14 @@ "type": "string" } }, + "role_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "role_includeIds": { "description": "The comma separated ID list of roles to include to result.", "in": "query", @@ -1110,6 +1238,14 @@ "type": "string" } }, + "site_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "site_includeIds": { "description": "The comma separated ID list of sites to include to result.", "in": "query", @@ -1194,6 +1330,14 @@ "type": "string" } }, + "tag_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "tag_includeIds": { "description": "The comma separated ID list of tags to include to result.", "in": "query", @@ -1275,6 +1419,15 @@ "type": "string" } }, + "template_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: type", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "type", + "type": "string" + } + }, "template_includeIds": { "description": "The comma separated ID list of templates to include to result.", "in": "query", @@ -1301,6 +1454,18 @@ "type": "integer" } }, + "template_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "template_search": { "description": "Search query.", "in": "query", @@ -1356,6 +1521,15 @@ "type": "string" } }, + "templatemap_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: archiveType,buildType,isPreferred", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "archiveType,buildType,isPreferred", + "type": "string" + } + }, "templatemap_includeIds": { "description": "The comma separated ID list of templatemaps to include to result.", "in": "query", @@ -1436,6 +1610,15 @@ "type": "string" } }, + "user_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status,lockout", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status,lockout", + "type": "string" + } + }, "user_includeIds": { "description": "The comma separated ID list of users to include to result.", "in": "query", @@ -1517,6 +1700,14 @@ "type": "string" } }, + "widget_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "widget_includeIds": { "description": "The comma separated ID list of widgets to include to result.", "in": "query", @@ -1598,6 +1789,14 @@ "type": "string" } }, + "widgetset_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "widgetset_includeIds": { "description": "The comma separated ID list of widgetsets to include to result.", "in": "query", @@ -4702,7 +4901,7 @@ }, "info": { "title": "Movable Type Data API", - "version": "8.6.0" + "version": "8.7.0" }, "openapi": "3.0.0", "paths": { @@ -4898,11 +5097,6 @@ "description": "Upload file size is larger than CGIMaxUpload." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Upload a file", "tags": [ "Assets" @@ -5241,6 +5435,9 @@ }, { "$ref": "#/components/parameters/group_fields" + }, + { + "$ref": "#/components/parameters/group_filterKeys" } ], "responses": { @@ -5291,11 +5488,6 @@ "description": "Do not have permission to retrieve the requested groups." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of groups", "tags": [ "Groups" @@ -5351,11 +5543,6 @@ "description": "Do not have permission to create a group." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new group", "tags": [ "Groups" @@ -5404,11 +5591,6 @@ "description": "Do not have permission to synchronize groups." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Synchronize groups", "tags": [ "Groups" @@ -5483,11 +5665,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a group", "tags": [ "Groups" @@ -5552,11 +5729,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single group by its ID", "tags": [ "Groups" @@ -5643,11 +5815,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a group", "tags": [ "Groups" @@ -5685,6 +5852,9 @@ }, { "$ref": "#/components/parameters/group_fields" + }, + { + "$ref": "#/components/parameters/group_filterKeys" } ], "responses": { @@ -5745,11 +5915,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of members for specified group", "tags": [ "Groups" @@ -5830,11 +5995,6 @@ "description": "Group or Member not found." } }, - "security": [ - { - "mtauth": [] - } - ], "tags": [ "Groups" ] @@ -5916,11 +6076,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "tags": [ "Groups" ] @@ -5992,11 +6147,6 @@ "description": "Group or Member not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single member by its ID for specified group", "tags": [ "Groups" @@ -6032,6 +6182,9 @@ }, { "$ref": "#/components/parameters/permission_blogIds" + }, + { + "$ref": "#/components/parameters/permission_filterKeys" } ], "responses": { @@ -6092,11 +6245,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for group", "tags": [ "Groups", @@ -6186,11 +6334,6 @@ "description": "Site or Group not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to group", "tags": [ "Groups", @@ -6280,11 +6423,6 @@ "description": "Site or Group not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from group", "tags": [ "Groups", @@ -6313,6 +6451,9 @@ }, { "$ref": "#/components/parameters/permission_blogIds" + }, + { + "$ref": "#/components/parameters/permission_filterKeys" } ], "responses": { @@ -6373,11 +6514,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions", "tags": [ "Permissions" @@ -6444,11 +6580,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of plugins in the specified site", "tags": [ "Plugins" @@ -6507,11 +6638,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Disable all plugins", "tags": [ "Plugins" @@ -6570,11 +6696,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Enable all plugins", "tags": [ "Plugins" @@ -6638,11 +6759,6 @@ "description": "Site or Plugin not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single plugin by its ID", "tags": [ "Plugins" @@ -6711,11 +6827,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Disable a plugin", "tags": [ "Plugins" @@ -6784,11 +6895,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Enable a plugin", "tags": [ "Plugins" @@ -6886,11 +6992,6 @@ "description": "Do not have permission to publish." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rebuild the static archives in relation to specified entries", "tags": [ "Entries", @@ -7049,11 +7150,6 @@ "description": "Do not have permission to retrieve the list of roles." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of roles", "tags": [ "Roles" @@ -7119,11 +7215,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new role", "tags": [ "Roles" @@ -7198,11 +7289,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing role", "tags": [ "Roles" @@ -7267,11 +7353,6 @@ "description": "Site or Role not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single role by its ID", "tags": [ "Roles" @@ -7358,11 +7439,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing role", "tags": [ "Roles" @@ -7398,6 +7474,9 @@ }, { "$ref": "#/components/parameters/permission_blogIds" + }, + { + "$ref": "#/components/parameters/permission_filterKeys" } ], "responses": { @@ -7458,11 +7537,6 @@ "description": "Site or Role not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions by role", "tags": [ "Roles", @@ -7771,11 +7845,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new website", "tags": [ "Sites" @@ -7850,11 +7919,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing blog or website", "tags": [ "Sites" @@ -8008,11 +8072,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new blog", "tags": [ "Sites" @@ -8099,11 +8158,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing blog or website", "tags": [ "Sites" @@ -8141,6 +8195,9 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -8377,11 +8434,6 @@ "description": "Conflict" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Upload a file", "tags": [ "Assets" @@ -8464,11 +8516,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an asset", "tags": [ "Assets" @@ -8643,11 +8690,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an asset", "tags": [ "Assets" @@ -8720,6 +8762,9 @@ }, { "$ref": "#/components/parameters/entry_no_text_filter" + }, + { + "$ref": "#/components/parameters/entry_filterKeys" } ], "responses": { @@ -8853,6 +8898,9 @@ }, { "$ref": "#/components/parameters/page_no_text_filter" + }, + { + "$ref": "#/components/parameters/page_filterKeys" } ], "responses": { @@ -9107,11 +9155,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Backup specified site", "tags": [ "Sites", @@ -9324,11 +9367,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new category", "tags": [ "Categories" @@ -9412,11 +9450,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rearrange existing categories in a new order", "tags": [ "Categories" @@ -9499,11 +9532,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing category", "tags": [ "Categories" @@ -9678,11 +9706,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing category", "tags": [ "Categories" @@ -9866,6 +9889,9 @@ }, { "$ref": "#/components/parameters/entry_no_text_filter" + }, + { + "$ref": "#/components/parameters/entry_filterKeys" } ], "responses": { @@ -10377,6 +10403,18 @@ ], "type": "string" } + }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" } ], "responses": { @@ -10519,11 +10557,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a comment", "tags": [ "Comments" @@ -10696,11 +10729,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a comment", "tags": [ "Comments" @@ -10840,6 +10868,9 @@ "schema": { "type": "string" } + }, + { + "$ref": "#/components/parameters/entry_filterKeys" } ], "responses": { @@ -10915,6 +10946,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/entry_saveRevision" } ], "requestBody": { @@ -10976,11 +11010,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new entry", "tags": [ "Entries" @@ -11044,11 +11073,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export entries", "tags": [ "Entries" @@ -11164,11 +11188,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Import entries", "tags": [ "Entries" @@ -11268,11 +11287,6 @@ "description": "Site or Entry not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a entry", "tags": [ "Entries" @@ -11355,11 +11369,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an entry", "tags": [ "Entries" @@ -11485,6 +11494,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/entry_saveRevision" } ], "requestBody": { @@ -11556,11 +11568,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an entry", "tags": [ "Entries" @@ -11627,6 +11634,12 @@ }, { "$ref": "#/components/parameters/asset_fields" + }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" } ], "responses": { @@ -11891,6 +11904,18 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" } ], "responses": { @@ -12036,11 +12061,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new comment on an entry", "tags": [ "Comments", @@ -12136,11 +12156,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reply to specified comment", "tags": [ "Comments", @@ -12249,11 +12264,6 @@ "description": "Site or Entry not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a entry with existing data", "tags": [ "Entries" @@ -12323,11 +12333,6 @@ "description": "Site or Theme not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export site's theme", "tags": [ "Themes" @@ -12365,6 +12370,9 @@ }, { "$ref": "#/components/parameters/field_fields" + }, + { + "$ref": "#/components/parameters/field_filterKeys" } ], "responses": { @@ -12425,11 +12433,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of fields in the specified site", "tags": [ "CustomFields" @@ -12505,11 +12508,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new field", "tags": [ "CustomFields" @@ -12592,11 +12590,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a field", "tags": [ "CustomFields" @@ -12669,11 +12662,6 @@ "description": "Site or Field not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single field by its ID", "tags": [ "CustomFields" @@ -12768,11 +12756,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a field", "tags": [ "CustomFields" @@ -12975,11 +12958,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new folder.", "tags": [ "Folders" @@ -13063,11 +13041,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rearrange existing folders in a new order", "tags": [ "Folders" @@ -13150,11 +13123,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing folder", "tags": [ "Folders" @@ -13329,11 +13297,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing folder", "tags": [ "Folders" @@ -13508,6 +13471,9 @@ }, { "$ref": "#/components/parameters/page_no_text_filter" + }, + { + "$ref": "#/components/parameters/page_filterKeys" } ], "responses": { @@ -13908,11 +13874,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of formatted_texts in the specified site", "tags": [ "FormattedText" @@ -13988,11 +13949,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new formatted_text", "tags": [ "FormattedText" @@ -14075,11 +14031,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a formatted_text", "tags": [ "FormattedText" @@ -14152,11 +14103,6 @@ "description": "Site or FormattedText not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single formatted_text by its ID", "tags": [ "FormattedText" @@ -14251,11 +14197,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a formatted_text", "tags": [ "FormattedText" @@ -14335,11 +14276,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset logs", "tags": [ "Logs" @@ -14368,6 +14304,9 @@ { "$ref": "#/components/parameters/log_offset" }, + { + "$ref": "#/components/parameters/log_filterKeys" + }, { "description": "- id\n- created_on\n- blog_id\n- author_id\n- level\n- class\n\n**Default**: created_on\n", "in": "query", @@ -14475,11 +14414,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of logs in the specified site", "tags": [ "Logs" @@ -14555,11 +14489,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new log", "tags": [ "Logs" @@ -14630,11 +14559,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export logs", "tags": [ "Logs" @@ -14717,11 +14641,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing log", "tags": [ "Logs" @@ -14794,11 +14713,6 @@ "description": "Site or Log not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single log by its ID", "tags": [ "Logs" @@ -14893,11 +14807,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing log", "tags": [ "Logs" @@ -14962,6 +14871,9 @@ }, { "$ref": "#/components/parameters/page_no_text_filter" + }, + { + "$ref": "#/components/parameters/page_filterKeys" } ], "responses": { @@ -15037,6 +14949,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/page_saveRevision" } ], "requestBody": { @@ -15098,11 +15013,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new page", "tags": [ "Pages" @@ -15202,11 +15112,6 @@ "description": "Site or Page not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a page", "tags": [ "Pages" @@ -15289,11 +15194,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing page", "tags": [ "Pages" @@ -15398,6 +15298,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/page_saveRevision" } ], "requestBody": { @@ -15469,11 +15372,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing page", "tags": [ "Pages" @@ -15513,6 +15411,12 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -15648,6 +15552,18 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" } ], "responses": { @@ -15793,11 +15709,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new comment on a page", "tags": [ "Comments", @@ -15893,11 +15804,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reply to specified comment", "tags": [ "Comments", @@ -16006,11 +15912,6 @@ "description": "Site or Page not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a page with existing data", "tags": [ "Pages" @@ -16103,11 +16004,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for site", "tags": [ "Sites", @@ -16197,11 +16093,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to site", "tags": [ "Sites", @@ -16291,11 +16182,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from site", "tags": [ "Sites", @@ -16379,11 +16265,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset all templates in the site", "tags": [ "Templates" @@ -16403,7 +16284,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -16413,7 +16294,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -16447,7 +16328,7 @@ } }, { - "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", "in": "query", "name": "uniquePath", "schema": { @@ -16523,11 +16404,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve pageviews count for each date from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -16547,7 +16423,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -16557,7 +16433,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -16655,11 +16531,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve visits count for each date from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -16679,7 +16550,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -16689,7 +16560,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -16723,7 +16594,7 @@ } }, { - "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", "in": "query", "name": "uniquePath", "schema": { @@ -16799,11 +16670,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve pageviews count for each path from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -16823,7 +16689,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -16833,7 +16699,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -16931,11 +16797,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve visits count for each path from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -17002,11 +16863,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a current effective provider", "tags": [ "Statistics" @@ -17186,11 +17042,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing tag", "tags": [ "Tags" @@ -17357,11 +17208,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing tag", "tags": [ "Tags" @@ -17401,6 +17247,12 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -17559,6 +17411,9 @@ }, { "$ref": "#/components/parameters/entry_no_text_filter" + }, + { + "$ref": "#/components/parameters/entry_filterKeys" } ], "responses": { @@ -17692,6 +17547,9 @@ }, { "$ref": "#/components/parameters/page_no_text_filter" + }, + { + "$ref": "#/components/parameters/page_filterKeys" } ], "responses": { @@ -17783,6 +17641,9 @@ { "$ref": "#/components/parameters/template_offset" }, + { + "$ref": "#/components/parameters/template_filterKeys" + }, { "description": "#### id\n\nSort by the ID of each template.\n\n#### name\n\nSort by the name of each template.\n\n#### created_on\n\nSort by the created time of each template.\n\n#### modified_on\n\nSort by the modified time of each template.\n\n#### created_by\n\nSort by the ID of user who created each template.\n\n#### modified_by\n\nSort by the ID of user who modified each template.\n\n#### type\n\nSort by the type of each template.\n\n**Default**: name\n", "in": "query", @@ -17880,11 +17741,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of templates in the specified site", "tags": [ "Templates" @@ -17900,6 +17756,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/template_saveRevision" } ], "requestBody": { @@ -17961,11 +17820,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new template", "tags": [ "Templates" @@ -18065,11 +17919,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a template", "tags": [ "Templates" @@ -18152,11 +18001,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a template", "tags": [ "Templates" @@ -18230,11 +18074,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single template by its ID", "tags": [ "Templates" @@ -18258,6 +18097,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/template_saveRevision" } ], "requestBody": { @@ -18329,11 +18171,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a template", "tags": [ "Templates" @@ -18411,11 +18248,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a clone of a template", "tags": [ "Templates" @@ -18523,11 +18355,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a template with existing data", "tags": [ "Templates" @@ -18605,11 +18432,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Publish a template", "tags": [ "Templates" @@ -18693,11 +18515,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset template text to theme default or tempalte_set default", "tags": [ "Templates" @@ -18749,6 +18566,9 @@ }, { "$ref": "#/components/parameters/templatemap_excludeIds" + }, + { + "$ref": "#/components/parameters/templatemap_filterKeys" } ], "responses": { @@ -18809,11 +18629,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of templatemaps in the specified site", "tags": [ "Templates", @@ -18898,11 +18713,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new templatemap", "tags": [ "Templates", @@ -18994,11 +18804,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing templatemap", "tags": [ "Templates", @@ -19077,11 +18882,6 @@ "description": "Site or Template or TemplateMap not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single templatemap by its ID", "tags": [ "Templates", @@ -19185,11 +18985,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing templatemap", "tags": [ "Templates", @@ -19268,11 +19063,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of themes for site", "tags": [ "Themes" @@ -19345,11 +19135,6 @@ "description": "Site or Theme not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single theme by its ID for site", "tags": [ "Themes" @@ -19427,11 +19212,6 @@ "description": "Site or Theme not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Apply a theme to site", "tags": [ "Themes" @@ -19535,11 +19315,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgets in the specified site", "tags": [ "Widgets" @@ -19615,11 +19390,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new widget", "tags": [ "Widgets" @@ -19702,11 +19472,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a widget", "tags": [ "Widgets" @@ -19779,11 +19544,6 @@ "description": "Site or Widget not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widget by its ID", "tags": [ "Widgets" @@ -19878,11 +19638,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a widget", "tags": [ "Widgets" @@ -19959,11 +19714,6 @@ "description": "Site or Widget not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a clone of a widget", "tags": [ "Widgets" @@ -20046,11 +19796,6 @@ "description": "Site or Widget not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset widget text to default", "tags": [ "Widgets" @@ -20154,11 +19899,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgetsets in the specified site", "tags": [ "WidgetSets" @@ -20234,11 +19974,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new widgetset", "tags": [ "WidgetSets" @@ -20321,11 +20056,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing widgetset", "tags": [ "WidgetSets" @@ -20398,11 +20128,6 @@ "description": "Site or WidgetSet not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widgetset by its ID", "tags": [ "WidgetSets" @@ -20497,11 +20222,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing widgetset", "tags": [ "WidgetSets" @@ -20613,11 +20333,6 @@ "description": "Site or WidgetSet not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgets in the specified widgetset", "tags": [ "Widgets", @@ -20701,11 +20416,6 @@ "description": "Site or Widget not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widget by widgetset ID", "tags": [ "Widgets", @@ -20774,11 +20484,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of themes", "tags": [ "Themes" @@ -20853,11 +20558,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Uninstall a specified theme from the MT", "tags": [ "Themes" @@ -20920,11 +20620,6 @@ "description": "Site or Theme not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single theme by its ID", "tags": [ "Themes" @@ -20982,11 +20677,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Invalidate current session. This is like logout", "tags": [ "Authentication" @@ -21091,6 +20781,9 @@ { "$ref": "#/components/parameters/user_offset" }, + { + "$ref": "#/components/parameters/user_filterKeys" + }, { "description": "The field name for sort. You can specify one of following values\n- id\n- name\n\n**Default**: name\n", "in": "query", @@ -21266,11 +20959,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new user", "tags": [ "Users" @@ -21314,11 +21002,6 @@ "description": "Do not have permission to export users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export users", "tags": [ "Users" @@ -21391,11 +21074,6 @@ "description": "Do not have permission to import users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Import users", "tags": [ "Users" @@ -21444,11 +21122,6 @@ "description": "Do not have permission to synchronize users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Synchronize users", "tags": [ "Users" @@ -21523,11 +21196,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete user", "tags": [ "Users" @@ -21692,11 +21360,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update user data", "tags": [ "Users" @@ -21734,6 +21397,9 @@ }, { "$ref": "#/components/parameters/group_fields" + }, + { + "$ref": "#/components/parameters/group_filterKeys" } ], "responses": { @@ -21794,11 +21460,6 @@ "description": "User not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of groups", "tags": [ "Users", @@ -21835,6 +21496,9 @@ }, { "$ref": "#/components/parameters/permission_blogIds" + }, + { + "$ref": "#/components/parameters/permission_filterKeys" } ], "responses": { @@ -21895,11 +21559,6 @@ "description": "Site or User not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for user", "tags": [ "Users", @@ -21989,11 +21648,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to user", "tags": [ "Users", @@ -22083,11 +21737,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from user", "tags": [ "Users", @@ -22161,11 +21810,6 @@ "description": "Site or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Send the link for password recovery to specified user by email", "tags": [ "Users" @@ -22385,11 +22029,6 @@ "description": "Site or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Unlock user account", "tags": [ "Users" @@ -22447,6 +22086,11 @@ } } }, + "security": [ + { + "mtauth": [] + } + ], "servers": [ { "url": "https://example.com/mt/mt-data-api.cgi/v2" diff --git a/src/openapi/v2.yaml b/src/openapi/v2.yaml index 5a624e8..4ff53a7 100644 --- a/src/openapi/v2.yaml +++ b/src/openapi/v2.yaml @@ -13,6 +13,16 @@ components: name: fields schema: type: string + asset_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: class + in: query + name: filterKeys + schema: + default: class + type: string asset_includeIds: description: The comma separated ID list of assets to include to result. in: query @@ -95,6 +105,12 @@ components: name: fields schema: type: string + category_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string category_includeIds: description: The comma separated ID list of categories to include to result. in: query @@ -177,6 +193,16 @@ components: name: fields schema: type: string + comment_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string comment_includeIds: description: The comma separated ID list of comments to include to result. in: query @@ -259,6 +285,16 @@ components: name: fields schema: type: string + entry_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string entry_includeIds: description: The comma separated ID list of entries to include to result. in: query @@ -306,6 +342,15 @@ components: schema: default: 0 type: integer + entry_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer entry_search: description: Search query. in: query @@ -413,6 +458,16 @@ components: name: fields schema: type: string + field_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: systemObject,type + in: query + name: filterKeys + schema: + default: 'systemObject,type' + type: string field_includeIds: description: The comma separated ID list of fields to include to result. in: query @@ -495,6 +550,12 @@ components: name: fields schema: type: string + folder_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string folder_includeIds: description: The comma separated ID list of folders to include to result. in: query @@ -577,6 +638,12 @@ components: name: fields schema: type: string + formatted_text_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string formatted_text_includeIds: description: The comma separated ID list of formatted_texts to include to result. in: query @@ -659,6 +726,16 @@ components: name: fields schema: type: string + group_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string group_includeIds: description: The comma separated ID list of groups to include to result. in: query @@ -741,6 +818,16 @@ components: name: fields schema: type: string + log_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: level + in: query + name: filterKeys + schema: + default: level + type: string log_includeIds: description: The comma separated ID list of logs to include to result. in: query @@ -823,6 +910,16 @@ components: name: fields schema: type: string + page_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string page_includeIds: description: The comma separated ID list of pages to include to result. in: query @@ -870,6 +967,15 @@ components: schema: default: 0 type: integer + page_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer page_search: description: Search query. in: query @@ -983,6 +1089,16 @@ components: name: fields schema: type: string + permission_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: blogIds + in: query + name: filterKeys + schema: + default: blogIds + type: string permission_includeIds: description: The comma separated ID list of permissions to include to result. in: query @@ -1077,6 +1193,12 @@ components: name: fields schema: type: string + role_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string role_includeIds: description: The comma separated ID list of roles to include to result. in: query @@ -1174,6 +1296,12 @@ components: name: fields schema: type: string + site_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string site_includeIds: description: The comma separated ID list of sites to include to result. in: query @@ -1262,6 +1390,12 @@ components: name: fields schema: type: string + tag_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string tag_includeIds: description: The comma separated ID list of tags to include to result. in: query @@ -1344,6 +1478,16 @@ components: name: fields schema: type: string + template_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: type + in: query + name: filterKeys + schema: + default: type + type: string template_includeIds: description: The comma separated ID list of templates to include to result. in: query @@ -1370,6 +1514,15 @@ components: schema: default: 0 type: integer + template_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer template_search: description: Search query. in: query @@ -1426,6 +1579,16 @@ components: name: fields schema: type: string + templatemap_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: archiveType,buildType,isPreferred + in: query + name: filterKeys + schema: + default: 'archiveType,buildType,isPreferred' + type: string templatemap_includeIds: description: The comma separated ID list of templatemaps to include to result. in: query @@ -1504,6 +1667,16 @@ components: name: fields schema: type: string + user_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status,lockout + in: query + name: filterKeys + schema: + default: 'status,lockout' + type: string user_includeIds: description: The comma separated ID list of users to include to result. in: query @@ -1586,6 +1759,12 @@ components: name: fields schema: type: string + widget_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string widget_includeIds: description: The comma separated ID list of widgets to include to result. in: query @@ -1668,6 +1847,12 @@ components: name: fields schema: type: string + widgetset_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string widgetset_includeIds: description: The comma separated ID list of widgetsets to include to result. in: query @@ -3747,7 +3932,7 @@ externalDocs: url: https://www.movabletype.jp/developers/data-api/ info: title: Movable Type Data API - version: 8.6.0 + version: 8.7.0 openapi: 3.0.0 paths: /: @@ -3873,8 +4058,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Upload file size is larger than CGIMaxUpload. - security: - - mtauth: [] summary: Upload a file tags: - Assets @@ -4096,6 +4279,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' responses: 200: content: @@ -4126,8 +4310,6 @@ paths: description: Invalid login 403: description: Do not have permission to retrieve the requested groups. - security: - - mtauth: [] summary: Retrieve a list of groups tags: - Groups @@ -4161,8 +4343,6 @@ paths: description: Invalid login 403: description: Do not have permission to create a group. - security: - - mtauth: [] summary: Create a new group tags: - Groups @@ -4192,8 +4372,6 @@ paths: description: Invalid login 403: description: Do not have permission to synchronize groups. - security: - - mtauth: [] summary: Synchronize groups tags: - Groups @@ -4242,8 +4420,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a group tags: - Groups @@ -4282,8 +4458,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve single group by its ID tags: - Groups @@ -4339,8 +4513,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a group tags: - Groups @@ -4359,6 +4531,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' responses: 200: content: @@ -4395,8 +4568,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve a list of members for specified group tags: - Groups @@ -4445,8 +4616,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group or Member not found. - security: - - mtauth: [] tags: - Groups '/groups/{group_id}/members/{member_id}': @@ -4499,8 +4668,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] tags: - Groups get: @@ -4543,8 +4710,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group or Member not found. - security: - - mtauth: [] summary: Retrieve single member by its ID for specified group tags: - Groups @@ -4565,6 +4730,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' responses: 200: content: @@ -4601,8 +4767,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for group tags: - Groups @@ -4660,8 +4824,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Group not found - security: - - mtauth: [] summary: Grant permissions to group tags: - Groups @@ -4719,8 +4881,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Group not found - security: - - mtauth: [] summary: Revoke permissions from group tags: - Groups @@ -4737,6 +4897,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' responses: 200: content: @@ -4773,8 +4934,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of permissions tags: - Permissions @@ -4816,8 +4975,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of plugins in the specified site tags: - Plugins @@ -4853,8 +5010,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Disable all plugins tags: - Plugins @@ -4890,8 +5045,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Enable all plugins tags: - Plugins @@ -4930,8 +5083,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found. - security: - - mtauth: [] summary: Retrieve single plugin by its ID tags: - Plugins @@ -4973,8 +5124,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Disable a plugin tags: - Plugins @@ -5016,8 +5165,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Enable a plugin tags: - Plugins @@ -5094,8 +5241,6 @@ paths: description: Invalid login 403: description: Do not have permission to publish. - security: - - mtauth: [] summary: Rebuild the static archives in relation to specified entries tags: - Entries @@ -5194,8 +5339,6 @@ paths: description: Invalid login 403: description: Do not have permission to retrieve the list of roles. - security: - - mtauth: [] summary: Retrieve a list of roles tags: - Roles @@ -5235,8 +5378,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new role tags: - Roles @@ -5285,8 +5426,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing role tags: - Roles @@ -5325,8 +5464,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role not found. - security: - - mtauth: [] summary: Retrieve a single role by its ID tags: - Roles @@ -5382,8 +5519,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing role tags: - Roles @@ -5407,6 +5542,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' responses: 200: content: @@ -5443,8 +5579,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role not found. - security: - - mtauth: [] summary: Retrieve a list of permissions by role tags: - Roles @@ -5675,8 +5809,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new website tags: - Sites @@ -5731,8 +5863,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing blog or website tags: - Sites @@ -5831,8 +5961,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new blog tags: - Sites @@ -5893,8 +6021,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing blog or website tags: - Sites @@ -5915,6 +6041,7 @@ paths: - $ref: '#/components/parameters/asset_searchFields' - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -6081,8 +6208,6 @@ paths: type: object type: object description: Conflict - security: - - mtauth: [] summary: Upload a file tags: - Assets @@ -6141,8 +6266,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an asset tags: - Assets @@ -6256,8 +6379,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an asset tags: - Assets @@ -6299,6 +6420,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' responses: 200: content: @@ -6377,6 +6499,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' responses: 200: content: @@ -6533,8 +6656,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Backup specified site tags: - Sites @@ -6689,8 +6810,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new category tags: - Categories @@ -6752,8 +6871,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Rearrange existing categories in a new order tags: - Categories @@ -6813,8 +6930,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing category tags: - Categories @@ -6928,8 +7043,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing category tags: - Categories @@ -7052,6 +7165,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' responses: 200: content: @@ -7417,6 +7531,10 @@ paths: - Future - Spam type: string + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' responses: 200: content: @@ -7509,8 +7627,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a comment tags: - Comments @@ -7625,8 +7741,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a comment tags: - Comments @@ -7773,6 +7887,7 @@ paths: name: fields schema: type: string + - $ref: '#/components/parameters/entry_filterKeys' responses: 200: content: @@ -7829,6 +7944,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/entry_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -7864,8 +7980,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new entry tags: - Entries @@ -7904,8 +8018,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Export entries tags: - Entries @@ -7988,8 +8100,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Import entries tags: - Entries @@ -8057,8 +8167,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Entry not found - security: - - mtauth: [] summary: Make a preview for a entry tags: - Entries @@ -8116,8 +8224,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an entry tags: - Entries @@ -8213,6 +8319,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/entry_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -8254,8 +8361,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an entry tags: - Entries @@ -8309,6 +8414,8 @@ paths: type: string - $ref: '#/components/parameters/asset_sortOrder' - $ref: '#/components/parameters/asset_fields' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' responses: 200: content: @@ -8508,6 +8615,10 @@ paths: name: offset schema: type: integer + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' responses: 200: content: @@ -8599,8 +8710,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Create a new comment on an entry tags: - Comments @@ -8662,8 +8771,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Reply to specified comment tags: - Comments @@ -8738,8 +8845,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Entry not found - security: - - mtauth: [] summary: Make a preview for a entry with existing data tags: - Entries @@ -8788,8 +8893,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found - security: - - mtauth: [] summary: Export site's theme tags: - Themes @@ -8808,6 +8911,7 @@ paths: - $ref: '#/components/parameters/field_sortBy' - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/field_fields' + - $ref: '#/components/parameters/field_filterKeys' responses: 200: content: @@ -8844,8 +8948,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of fields in the specified site tags: - CustomFields @@ -8891,8 +8993,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new field tags: - CustomFields @@ -8946,8 +9046,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a field tags: - CustomFields @@ -8991,8 +9089,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Field not found. - security: - - mtauth: [] summary: Retrieve single field by its ID tags: - CustomFields @@ -9053,8 +9149,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a field tags: - CustomFields @@ -9204,8 +9298,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new folder. tags: - Folders @@ -9267,8 +9359,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Rearrange existing folders in a new order tags: - Folders @@ -9328,8 +9418,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing folder tags: - Folders @@ -9443,8 +9531,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing folder tags: - Folders @@ -9562,6 +9648,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' responses: 200: content: @@ -9834,8 +9921,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of formatted_texts in the specified site tags: - FormattedText @@ -9881,8 +9966,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new formatted_text tags: - FormattedText @@ -9936,8 +10019,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a formatted_text tags: - FormattedText @@ -9981,8 +10062,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or FormattedText not found. - security: - - mtauth: [] summary: Retrieve single formatted_text by its ID tags: - FormattedText @@ -10043,8 +10122,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a formatted_text tags: - FormattedText @@ -10096,8 +10173,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Reset logs tags: - Logs @@ -10119,6 +10194,7 @@ paths: - $ref: '#/components/parameters/log_searchFields' - $ref: '#/components/parameters/log_limit' - $ref: '#/components/parameters/log_offset' + - $ref: '#/components/parameters/log_filterKeys' - description: | - id - created_on @@ -10206,8 +10282,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of logs in the specified site tags: - Logs @@ -10253,8 +10327,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new log tags: - Logs @@ -10297,8 +10369,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Export logs tags: - Logs @@ -10352,8 +10422,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing log tags: - Logs @@ -10397,8 +10465,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Log not found. - security: - - mtauth: [] summary: Retrieve a single log by its ID tags: - Logs @@ -10459,8 +10525,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing log tags: - Logs @@ -10497,6 +10561,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' responses: 200: content: @@ -10553,6 +10618,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/page_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -10588,8 +10654,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new page tags: - Pages @@ -10657,8 +10721,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Page not found - security: - - mtauth: [] summary: Make a preview for a page tags: - Pages @@ -10717,8 +10779,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing page tags: - Pages @@ -10796,6 +10856,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/page_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -10837,8 +10898,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing page tags: - Pages @@ -10862,6 +10921,8 @@ paths: type: string - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -10962,6 +11023,10 @@ paths: name: offset schema: type: integer + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' responses: 200: content: @@ -11053,8 +11118,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Create a new comment on a page tags: - Comments @@ -11116,8 +11179,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Reply to specified comment tags: - Comments @@ -11192,8 +11253,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Page not found - security: - - mtauth: [] summary: Make a preview for a page with existing data tags: - Pages @@ -11254,8 +11313,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for site tags: - Sites @@ -11313,8 +11370,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Grant permissions to site tags: - Sites @@ -11372,8 +11427,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Revoke permissions from site tags: - Sites @@ -11442,8 +11495,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Reset all templates in the site tags: - Templates @@ -11459,14 +11510,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -11488,7 +11539,7 @@ paths: name: path schema: type: string - - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' + - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' in: query name: uniquePath schema: @@ -11536,8 +11587,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve pageviews count for each date from provider (e.g. Google Analytics) tags: - Statistics @@ -11553,14 +11602,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -11622,8 +11671,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve visits count for each date from provider (e.g. Google Analytics) tags: - Statistics @@ -11639,14 +11686,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -11668,7 +11715,7 @@ paths: name: path schema: type: string - - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' + - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' in: query name: uniquePath schema: @@ -11716,8 +11763,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve pageviews count for each path from provider (e.g. Google Analytics) tags: - Statistics @@ -11733,14 +11778,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -11802,8 +11847,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve visits count for each path from provider (e.g. Google Analytics) tags: - Statistics @@ -11847,8 +11890,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve a current effective provider tags: - Statistics @@ -11956,8 +11997,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing tag tags: - Tags @@ -12061,8 +12100,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing tag tags: - Tags @@ -12086,6 +12123,8 @@ paths: type: string - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -12192,6 +12231,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' responses: 200: content: @@ -12270,6 +12310,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' responses: 200: content: @@ -12328,6 +12369,7 @@ paths: - $ref: '#/components/parameters/template_searchFields' - $ref: '#/components/parameters/template_limit' - $ref: '#/components/parameters/template_offset' + - $ref: '#/components/parameters/template_filterKeys' - description: | #### id @@ -12416,8 +12458,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of templates in the specified site tags: - Templates @@ -12434,6 +12474,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/template_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -12469,8 +12510,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new template tags: - Templates @@ -12539,8 +12578,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Make a preview for a template tags: - Templates @@ -12599,8 +12636,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a template tags: - Templates @@ -12650,8 +12685,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Retrieve single template by its ID tags: - Templates @@ -12676,6 +12709,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/template_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -12717,8 +12751,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a template tags: - Templates @@ -12771,8 +12803,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Make a clone of a template tags: - Templates @@ -12852,8 +12882,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Make a preview for a template with existing data tags: - Templates @@ -12912,8 +12940,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Publish a template tags: - Templates @@ -12970,8 +12996,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Reset template text to theme default or tempalte_set default tags: - Templates @@ -12997,6 +13021,7 @@ paths: - $ref: '#/components/parameters/templatemap_fields' - $ref: '#/components/parameters/templatemap_includeIds' - $ref: '#/components/parameters/templatemap_excludeIds' + - $ref: '#/components/parameters/templatemap_filterKeys' responses: 200: content: @@ -13033,8 +13058,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Retrieve a list of templatemaps in the specified site tags: - Templates @@ -13086,8 +13109,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Create a new templatemap tags: - Templates @@ -13147,8 +13168,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing templatemap tags: - Templates @@ -13197,8 +13216,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template or TemplateMap not found. - security: - - mtauth: [] summary: Retrieve a single templatemap by its ID tags: - Templates @@ -13265,8 +13282,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing templatemap tags: - Templates @@ -13321,8 +13336,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of themes for site tags: - Themes @@ -13372,8 +13385,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found. - security: - - mtauth: [] summary: Retrieve a single theme by its ID for site tags: - Themes @@ -13426,8 +13437,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found - security: - - mtauth: [] summary: Apply a theme to site tags: - Themes @@ -13484,8 +13493,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of widgets in the specified site tags: - Widgets @@ -13531,8 +13538,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new widget tags: - Widgets @@ -13586,8 +13591,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a widget tags: - Widgets @@ -13631,8 +13634,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found. - security: - - mtauth: [] summary: Retrieve a single widget by its ID tags: - Widgets @@ -13693,8 +13694,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a widget tags: - Widgets @@ -13741,8 +13740,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found - security: - - mtauth: [] summary: Make a clone of a widget tags: - Widgets @@ -13793,8 +13790,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found - security: - - mtauth: [] summary: Reset widget text to default tags: - Widgets @@ -13851,8 +13846,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of widgetsets in the specified site tags: - WidgetSets @@ -13898,8 +13891,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new widgetset tags: - WidgetSets @@ -13953,8 +13944,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing widgetset tags: - WidgetSets @@ -13998,8 +13987,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or WidgetSet not found. - security: - - mtauth: [] summary: Retrieve a single widgetset by its ID tags: - WidgetSets @@ -14060,8 +14047,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing widgetset tags: - WidgetSets @@ -14123,8 +14108,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or WidgetSet not found. - security: - - mtauth: [] summary: Retrieve a list of widgets in the specified widgetset tags: - Widgets @@ -14175,8 +14158,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found. - security: - - mtauth: [] summary: Retrieve a single widget by widgetset ID tags: - Widgets @@ -14225,8 +14206,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of themes tags: - Themes @@ -14281,8 +14260,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Uninstall a specified theme from the MT tags: - Themes @@ -14326,8 +14303,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found. - security: - - mtauth: [] summary: Retrieve a single theme by its ID tags: - Themes @@ -14369,8 +14344,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Invalidate current session. This is like logout tags: - Authentication @@ -14447,6 +14420,7 @@ paths: - $ref: '#/components/parameters/user_searchFields' - $ref: '#/components/parameters/user_limit' - $ref: '#/components/parameters/user_offset' + - $ref: '#/components/parameters/user_filterKeys' - description: | The field name for sort. You can specify one of following values - id @@ -14585,8 +14559,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new user tags: - Users @@ -14613,8 +14585,6 @@ paths: description: Invalid login 403: description: Do not have permission to export users. - security: - - mtauth: [] summary: Export users tags: - Users @@ -14659,8 +14629,6 @@ paths: description: Invalid login 403: description: Do not have permission to import users. - security: - - mtauth: [] summary: Import users tags: - Users @@ -14690,8 +14658,6 @@ paths: description: Invalid login 403: description: Do not have permission to synchronize users. - security: - - mtauth: [] summary: Synchronize users tags: - Users @@ -14746,8 +14712,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete user tags: - Users @@ -14857,8 +14821,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update user data tags: - Users @@ -14877,6 +14839,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' responses: 200: content: @@ -14913,8 +14876,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: User not found. - security: - - mtauth: [] summary: Retrieve a list of groups tags: - Users @@ -14936,6 +14897,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' responses: 200: content: @@ -14972,8 +14934,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for user tags: - Users @@ -15031,8 +14991,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Grant permissions to user tags: - Users @@ -15090,8 +15048,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Revoke permissions from user tags: - Users @@ -15142,8 +15098,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found - security: - - mtauth: [] summary: Send the link for password recovery to specified user by email tags: - Users @@ -15304,8 +15258,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found - security: - - mtauth: [] summary: Unlock user account tags: - Users @@ -15346,6 +15298,8 @@ paths: summary: Get server API version tags: - Common API +security: + - mtauth: [] servers: - url: https://example.com/mt/mt-data-api.cgi/v2 tags: diff --git a/src/openapi/v3.json b/src/openapi/v3.json index bcafd23..49d00ea 100644 --- a/src/openapi/v3.json +++ b/src/openapi/v3.json @@ -42,6 +42,15 @@ "type": "string" } }, + "asset_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: class", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "class", + "type": "string" + } + }, "asset_includeIds": { "description": "The comma separated ID list of assets to include to result.", "in": "query", @@ -148,6 +157,14 @@ "type": "string" } }, + "category_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "category_includeIds": { "description": "The comma separated ID list of categories to include to result.", "in": "query", @@ -254,6 +271,15 @@ "type": "string" } }, + "comment_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "comment_includeIds": { "description": "The comma separated ID list of comments to include to result.", "in": "query", @@ -360,6 +386,15 @@ "type": "string" } }, + "entry_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "entry_includeIds": { "description": "The comma separated ID list of entries to include to result.", "in": "query", @@ -414,6 +449,18 @@ "type": "integer" } }, + "entry_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "entry_search": { "description": "Search query.", "in": "query", @@ -516,6 +563,15 @@ "type": "string" } }, + "field_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: systemObject,type", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "systemObject,type", + "type": "string" + } + }, "field_includeIds": { "description": "The comma separated ID list of fields to include to result.", "in": "query", @@ -622,6 +678,14 @@ "type": "string" } }, + "folder_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "folder_includeIds": { "description": "The comma separated ID list of folders to include to result.", "in": "query", @@ -728,6 +792,14 @@ "type": "string" } }, + "formatted_text_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "formatted_text_includeIds": { "description": "The comma separated ID list of formatted_texts to include to result.", "in": "query", @@ -834,6 +906,15 @@ "type": "string" } }, + "group_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "group_includeIds": { "description": "The comma separated ID list of groups to include to result.", "in": "query", @@ -940,6 +1021,15 @@ "type": "string" } }, + "log_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: level", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "level", + "type": "string" + } + }, "log_includeIds": { "description": "The comma separated ID list of logs to include to result.", "in": "query", @@ -1046,6 +1136,15 @@ "type": "string" } }, + "page_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "page_includeIds": { "description": "The comma separated ID list of pages to include to result.", "in": "query", @@ -1100,6 +1199,18 @@ "type": "integer" } }, + "page_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "page_search": { "description": "Search query.", "in": "query", @@ -1210,6 +1321,15 @@ "type": "string" } }, + "permission_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: blogIds", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "blogIds", + "type": "string" + } + }, "permission_includeIds": { "description": "The comma separated ID list of permissions to include to result.", "in": "query", @@ -1322,6 +1442,14 @@ "type": "string" } }, + "role_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "role_includeIds": { "description": "The comma separated ID list of roles to include to result.", "in": "query", @@ -1435,6 +1563,14 @@ "type": "string" } }, + "site_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "site_includeIds": { "description": "The comma separated ID list of sites to include to result.", "in": "query", @@ -1544,6 +1680,14 @@ "type": "string" } }, + "tag_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "tag_includeIds": { "description": "The comma separated ID list of tags to include to result.", "in": "query", @@ -1650,6 +1794,15 @@ "type": "string" } }, + "template_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: type", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "type", + "type": "string" + } + }, "template_includeIds": { "description": "The comma separated ID list of templates to include to result.", "in": "query", @@ -1676,6 +1829,18 @@ "type": "integer" } }, + "template_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "template_search": { "description": "Search query.", "in": "query", @@ -1756,6 +1921,15 @@ "type": "string" } }, + "templatemap_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: archiveType,buildType,isPreferred", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "archiveType,buildType,isPreferred", + "type": "string" + } + }, "templatemap_includeIds": { "description": "The comma separated ID list of templatemaps to include to result.", "in": "query", @@ -1861,6 +2035,15 @@ "type": "string" } }, + "user_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status,lockout", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status,lockout", + "type": "string" + } + }, "user_includeIds": { "description": "The comma separated ID list of users to include to result.", "in": "query", @@ -1967,6 +2150,14 @@ "type": "string" } }, + "widget_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "widget_includeIds": { "description": "The comma separated ID list of widgets to include to result.", "in": "query", @@ -2073,6 +2264,14 @@ "type": "string" } }, + "widgetset_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "widgetset_includeIds": { "description": "The comma separated ID list of widgetsets to include to result.", "in": "query", @@ -5235,7 +5434,7 @@ }, "info": { "title": "Movable Type Data API", - "version": "8.6.0" + "version": "8.7.0" }, "openapi": "3.0.0", "paths": { @@ -5439,11 +5638,6 @@ "description": "Upload file size is larger than CGIMaxUpload." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Upload a file", "tags": [ "Assets" @@ -5783,6 +5977,9 @@ { "$ref": "#/components/parameters/group_fields" }, + { + "$ref": "#/components/parameters/group_filterKeys" + }, { "$ref": "#/components/parameters/group_dateField" }, @@ -5841,11 +6038,6 @@ "description": "Do not have permission to retrieve the requested groups." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of groups", "tags": [ "Groups" @@ -5901,11 +6093,6 @@ "description": "Do not have permission to create a group." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new group", "tags": [ "Groups" @@ -5954,11 +6141,6 @@ "description": "Do not have permission to synchronize groups." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Synchronize groups", "tags": [ "Groups" @@ -6033,11 +6215,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a group", "tags": [ "Groups" @@ -6102,11 +6279,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single group by its ID", "tags": [ "Groups" @@ -6193,11 +6365,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a group", "tags": [ "Groups" @@ -6236,6 +6403,9 @@ { "$ref": "#/components/parameters/group_fields" }, + { + "$ref": "#/components/parameters/group_filterKeys" + }, { "$ref": "#/components/parameters/user_dateField" }, @@ -6304,11 +6474,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of members for specified group", "tags": [ "Groups" @@ -6389,11 +6554,6 @@ "description": "Group or Member not found." } }, - "security": [ - { - "mtauth": [] - } - ], "tags": [ "Groups" ] @@ -6475,11 +6635,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "tags": [ "Groups" ] @@ -6551,11 +6706,6 @@ "description": "Group or Member not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single member by its ID for specified group", "tags": [ "Groups" @@ -6592,6 +6742,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -6660,11 +6813,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for group", "tags": [ "Groups", @@ -6754,11 +6902,6 @@ "description": "Site or Group not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to group", "tags": [ "Groups", @@ -6848,11 +6991,6 @@ "description": "Site or Group not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from group", "tags": [ "Groups", @@ -6882,6 +7020,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -6950,11 +7091,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions", "tags": [ "Permissions" @@ -7021,11 +7157,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of plugins in the specified site", "tags": [ "Plugins" @@ -7084,11 +7215,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Disable all plugins", "tags": [ "Plugins" @@ -7147,11 +7273,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Enable all plugins", "tags": [ "Plugins" @@ -7215,11 +7336,6 @@ "description": "Site or Plugin not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single plugin by its ID", "tags": [ "Plugins" @@ -7288,11 +7404,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Disable a plugin", "tags": [ "Plugins" @@ -7361,11 +7472,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Enable a plugin", "tags": [ "Plugins" @@ -7463,11 +7569,6 @@ "description": "Do not have permission to publish." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rebuild the static archives in relation to specified entries", "tags": [ "Entries", @@ -7635,11 +7736,6 @@ "description": "Do not have permission to retrieve the list of roles." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of roles", "tags": [ "Roles" @@ -7705,11 +7801,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new role", "tags": [ "Roles" @@ -7784,11 +7875,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing role", "tags": [ "Roles" @@ -7853,11 +7939,6 @@ "description": "Site or Role not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single role by its ID", "tags": [ "Roles" @@ -7944,11 +8025,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing role", "tags": [ "Roles" @@ -7985,6 +8061,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -8053,11 +8132,6 @@ "description": "Site or Role not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions by role", "tags": [ "Roles", @@ -8375,11 +8449,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new website", "tags": [ "Sites" @@ -8454,11 +8523,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing blog or website", "tags": [ "Sites" @@ -8612,11 +8676,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new blog", "tags": [ "Sites" @@ -8703,11 +8762,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing blog or website", "tags": [ "Sites" @@ -8745,6 +8799,9 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -8990,11 +9047,6 @@ "description": "Conflict" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Upload a file", "tags": [ "Assets" @@ -9077,11 +9129,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an asset", "tags": [ "Assets" @@ -9256,11 +9303,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an asset", "tags": [ "Assets" @@ -9334,6 +9376,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -9476,6 +9521,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -9738,11 +9786,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Backup specified site", "tags": [ "Sites", @@ -9964,11 +10007,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new category", "tags": [ "Categories" @@ -10052,11 +10090,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rearrange existing categories in a new order", "tags": [ "Categories" @@ -10139,11 +10172,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing category", "tags": [ "Categories" @@ -10318,11 +10346,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing category", "tags": [ "Categories" @@ -10507,6 +10530,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -11045,6 +11071,18 @@ "type": "string" } }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, { "$ref": "#/components/parameters/comment_dateField" }, @@ -11195,11 +11233,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a comment", "tags": [ "Comments" @@ -11372,11 +11405,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a comment", "tags": [ "Comments" @@ -11517,6 +11545,9 @@ "type": "string" } }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -11600,6 +11631,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/entry_saveRevision" } ], "requestBody": { @@ -11669,11 +11703,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new entry", "tags": [ "Entries" @@ -11737,11 +11766,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export entries", "tags": [ "Entries" @@ -11857,11 +11881,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Import entries", "tags": [ "Entries" @@ -11961,11 +11980,6 @@ "description": "Site or Entry not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a entry", "tags": [ "Entries" @@ -12048,11 +12062,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an entry", "tags": [ "Entries" @@ -12178,6 +12187,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/entry_saveRevision" } ], "requestBody": { @@ -12257,11 +12269,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an entry", "tags": [ "Entries" @@ -12329,6 +12336,12 @@ { "$ref": "#/components/parameters/asset_fields" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "$ref": "#/components/parameters/asset_dateField" }, @@ -12611,6 +12624,18 @@ "type": "integer" } }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, { "$ref": "#/components/parameters/comment_dateField" }, @@ -12764,11 +12789,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new comment on an entry", "tags": [ "Comments", @@ -12864,11 +12884,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reply to specified comment", "tags": [ "Comments", @@ -12977,11 +12992,6 @@ "description": "Site or Entry not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a entry with existing data", "tags": [ "Entries" @@ -13051,11 +13061,6 @@ "description": "Site or Theme not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export site's theme", "tags": [ "Themes" @@ -13094,6 +13099,9 @@ { "$ref": "#/components/parameters/field_fields" }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, { "$ref": "#/components/parameters/field_dateField" }, @@ -13162,11 +13170,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of fields in the specified site", "tags": [ "CustomFields" @@ -13242,11 +13245,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new field", "tags": [ "CustomFields" @@ -13329,11 +13327,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a field", "tags": [ "CustomFields" @@ -13406,11 +13399,6 @@ "description": "Site or Field not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single field by its ID", "tags": [ "CustomFields" @@ -13505,11 +13493,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a field", "tags": [ "CustomFields" @@ -13721,11 +13704,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new folder.", "tags": [ "Folders" @@ -13809,11 +13787,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rearrange existing folders in a new order", "tags": [ "Folders" @@ -13896,11 +13869,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing folder", "tags": [ "Folders" @@ -14075,11 +14043,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing folder", "tags": [ "Folders" @@ -14255,6 +14218,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -14681,11 +14647,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of formatted_texts in the specified site", "tags": [ "FormattedText" @@ -14761,11 +14722,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new formatted_text", "tags": [ "FormattedText" @@ -14848,11 +14804,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a formatted_text", "tags": [ "FormattedText" @@ -14925,11 +14876,6 @@ "description": "Site or FormattedText not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single formatted_text by its ID", "tags": [ "FormattedText" @@ -15024,11 +14970,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a formatted_text", "tags": [ "FormattedText" @@ -15108,11 +15049,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset logs", "tags": [ "Logs" @@ -15141,6 +15077,9 @@ { "$ref": "#/components/parameters/log_offset" }, + { + "$ref": "#/components/parameters/log_filterKeys" + }, { "description": "- id\n- created_on\n- blog_id\n- author_id\n- level\n- class\n\n**Default**: created_on\n", "in": "query", @@ -15257,11 +15196,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of logs in the specified site", "tags": [ "Logs" @@ -15337,11 +15271,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new log", "tags": [ "Logs" @@ -15412,11 +15341,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export logs", "tags": [ "Logs" @@ -15499,11 +15423,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing log", "tags": [ "Logs" @@ -15576,11 +15495,6 @@ "description": "Site or Log not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single log by its ID", "tags": [ "Logs" @@ -15675,11 +15589,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing log", "tags": [ "Logs" @@ -15745,6 +15654,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -15828,6 +15740,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/page_saveRevision" } ], "requestBody": { @@ -15897,11 +15812,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new page", "tags": [ "Pages" @@ -16001,11 +15911,6 @@ "description": "Site or Page not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a page", "tags": [ "Pages" @@ -16088,11 +15993,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing page", "tags": [ "Pages" @@ -16197,6 +16097,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/page_saveRevision" } ], "requestBody": { @@ -16276,11 +16179,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing page", "tags": [ "Pages" @@ -16320,6 +16218,12 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -16465,6 +16369,18 @@ "type": "integer" } }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, { "$ref": "#/components/parameters/comment_dateField" }, @@ -16618,11 +16534,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new comment on a page", "tags": [ "Comments", @@ -16718,11 +16629,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reply to specified comment", "tags": [ "Comments", @@ -16831,11 +16737,6 @@ "description": "Site or Page not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a page with existing data", "tags": [ "Pages" @@ -16937,11 +16838,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for site", "tags": [ "Sites", @@ -17031,11 +16927,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to site", "tags": [ "Sites", @@ -17125,11 +17016,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from site", "tags": [ "Sites", @@ -17213,11 +17099,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset all templates in the site", "tags": [ "Templates" @@ -17237,7 +17118,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -17247,7 +17128,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -17281,7 +17162,7 @@ } }, { - "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", "in": "query", "name": "uniquePath", "schema": { @@ -17357,11 +17238,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve pageviews count for each date from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -17381,7 +17257,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -17391,7 +17267,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -17489,11 +17365,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve visits count for each date from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -17513,7 +17384,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -17523,7 +17394,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -17557,7 +17428,7 @@ } }, { - "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", "in": "query", "name": "uniquePath", "schema": { @@ -17633,11 +17504,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve pageviews count for each path from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -17657,7 +17523,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -17667,7 +17533,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -17765,11 +17631,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve visits count for each path from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -17836,11 +17697,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a current effective provider", "tags": [ "Statistics" @@ -18029,11 +17885,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing tag", "tags": [ "Tags" @@ -18200,11 +18051,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing tag", "tags": [ "Tags" @@ -18244,6 +18090,12 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -18412,6 +18264,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -18554,6 +18409,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -18653,6 +18511,9 @@ { "$ref": "#/components/parameters/template_offset" }, + { + "$ref": "#/components/parameters/template_filterKeys" + }, { "description": "#### id\n\nSort by the ID of each template.\n\n#### name\n\nSort by the name of each template.\n\n#### created_on\n\nSort by the created time of each template.\n\n#### modified_on\n\nSort by the modified time of each template.\n\n#### created_by\n\nSort by the ID of user who created each template.\n\n#### modified_by\n\nSort by the ID of user who modified each template.\n\n#### type\n\nSort by the type of each template.\n\n**Default**: name\n", "in": "query", @@ -18759,11 +18620,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of templates in the specified site", "tags": [ "Templates" @@ -18779,6 +18635,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/template_saveRevision" } ], "requestBody": { @@ -18840,11 +18699,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new template", "tags": [ "Templates" @@ -18944,11 +18798,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a template", "tags": [ "Templates" @@ -19031,11 +18880,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a template", "tags": [ "Templates" @@ -19109,11 +18953,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single template by its ID", "tags": [ "Templates" @@ -19137,6 +18976,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/template_saveRevision" } ], "requestBody": { @@ -19208,11 +19050,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a template", "tags": [ "Templates" @@ -19290,11 +19127,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a clone of a template", "tags": [ "Templates" @@ -19402,11 +19234,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a template with existing data", "tags": [ "Templates" @@ -19484,11 +19311,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Publish a template", "tags": [ "Templates" @@ -19572,11 +19394,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset template text to theme default or tempalte_set default", "tags": [ "Templates" @@ -19629,6 +19446,9 @@ { "$ref": "#/components/parameters/templatemap_excludeIds" }, + { + "$ref": "#/components/parameters/templatemap_filterKeys" + }, { "$ref": "#/components/parameters/templatemap_dateField" }, @@ -19697,11 +19517,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of templatemaps in the specified site", "tags": [ "Templates", @@ -19786,11 +19601,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new templatemap", "tags": [ "Templates", @@ -19882,11 +19692,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing templatemap", "tags": [ "Templates", @@ -19965,11 +19770,6 @@ "description": "Site or Template or TemplateMap not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single templatemap by its ID", "tags": [ "Templates", @@ -20073,11 +19873,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing templatemap", "tags": [ "Templates", @@ -20156,11 +19951,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of themes for site", "tags": [ "Themes" @@ -20233,11 +20023,6 @@ "description": "Site or Theme not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single theme by its ID for site", "tags": [ "Themes" @@ -20315,11 +20100,6 @@ "description": "Site or Theme not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Apply a theme to site", "tags": [ "Themes" @@ -20432,11 +20212,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgets in the specified site", "tags": [ "Widgets" @@ -20512,11 +20287,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new widget", "tags": [ "Widgets" @@ -20599,11 +20369,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a widget", "tags": [ "Widgets" @@ -20676,11 +20441,6 @@ "description": "Site or Widget not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widget by its ID", "tags": [ "Widgets" @@ -20775,11 +20535,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a widget", "tags": [ "Widgets" @@ -20856,11 +20611,6 @@ "description": "Site or Widget not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a clone of a widget", "tags": [ "Widgets" @@ -20943,11 +20693,6 @@ "description": "Site or Widget not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset widget text to default", "tags": [ "Widgets" @@ -21060,11 +20805,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgetsets in the specified site", "tags": [ "WidgetSets" @@ -21140,11 +20880,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new widgetset", "tags": [ "WidgetSets" @@ -21227,11 +20962,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing widgetset", "tags": [ "WidgetSets" @@ -21304,11 +21034,6 @@ "description": "Site or WidgetSet not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widgetset by its ID", "tags": [ "WidgetSets" @@ -21403,11 +21128,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing widgetset", "tags": [ "WidgetSets" @@ -21528,11 +21248,6 @@ "description": "Site or WidgetSet not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgets in the specified widgetset", "tags": [ "Widgets", @@ -21616,11 +21331,6 @@ "description": "Site or Widget not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widget by widgetset ID", "tags": [ "Widgets", @@ -21689,11 +21399,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of themes", "tags": [ "Themes" @@ -21768,11 +21473,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Uninstall a specified theme from the MT", "tags": [ "Themes" @@ -21835,11 +21535,6 @@ "description": "Site or Theme not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single theme by its ID", "tags": [ "Themes" @@ -21897,11 +21592,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Invalidate current session. This is like logout", "tags": [ "Authentication" @@ -22006,6 +21696,9 @@ { "$ref": "#/components/parameters/user_offset" }, + { + "$ref": "#/components/parameters/user_filterKeys" + }, { "description": "The field name for sort. You can specify one of following values\n- id\n- name\n\n**Default**: name\n", "in": "query", @@ -22190,11 +21883,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new user", "tags": [ "Users" @@ -22238,11 +21926,6 @@ "description": "Do not have permission to export users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export users", "tags": [ "Users" @@ -22315,11 +21998,6 @@ "description": "Do not have permission to import users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Import users", "tags": [ "Users" @@ -22368,11 +22046,6 @@ "description": "Do not have permission to synchronize users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Synchronize users", "tags": [ "Users" @@ -22447,11 +22120,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete user", "tags": [ "Users" @@ -22616,11 +22284,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update user data", "tags": [ "Users" @@ -22659,6 +22322,9 @@ { "$ref": "#/components/parameters/group_fields" }, + { + "$ref": "#/components/parameters/group_filterKeys" + }, { "$ref": "#/components/parameters/group_dateField" }, @@ -22727,11 +22393,6 @@ "description": "User not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of groups", "tags": [ "Users", @@ -22769,6 +22430,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -22837,11 +22501,6 @@ "description": "Site or User not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for user", "tags": [ "Users", @@ -22931,11 +22590,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to user", "tags": [ "Users", @@ -23025,11 +22679,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from user", "tags": [ "Users", @@ -23103,11 +22752,6 @@ "description": "Site or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Send the link for password recovery to specified user by email", "tags": [ "Users" @@ -23336,11 +22980,6 @@ "description": "Site or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Unlock user account", "tags": [ "Users" @@ -23398,6 +23037,11 @@ } } }, + "security": [ + { + "mtauth": [] + } + ], "servers": [ { "url": "https://example.com/mt/mt-data-api.cgi/v3" diff --git a/src/openapi/v3.yaml b/src/openapi/v3.yaml index 73b5930..aadae05 100644 --- a/src/openapi/v3.yaml +++ b/src/openapi/v3.yaml @@ -32,6 +32,16 @@ components: name: fields schema: type: string + asset_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: class + in: query + name: filterKeys + schema: + default: class + type: string asset_includeIds: description: The comma separated ID list of assets to include to result. in: query @@ -133,6 +143,12 @@ components: name: fields schema: type: string + category_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string category_includeIds: description: The comma separated ID list of categories to include to result. in: query @@ -234,6 +250,16 @@ components: name: fields schema: type: string + comment_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string comment_includeIds: description: The comma separated ID list of comments to include to result. in: query @@ -335,6 +361,16 @@ components: name: fields schema: type: string + entry_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string entry_includeIds: description: The comma separated ID list of entries to include to result. in: query @@ -382,6 +418,15 @@ components: schema: default: 0 type: integer + entry_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer entry_search: description: Search query. in: query @@ -508,6 +553,16 @@ components: name: fields schema: type: string + field_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: systemObject,type + in: query + name: filterKeys + schema: + default: 'systemObject,type' + type: string field_includeIds: description: The comma separated ID list of fields to include to result. in: query @@ -609,6 +664,12 @@ components: name: fields schema: type: string + folder_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string folder_includeIds: description: The comma separated ID list of folders to include to result. in: query @@ -710,6 +771,12 @@ components: name: fields schema: type: string + formatted_text_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string formatted_text_includeIds: description: The comma separated ID list of formatted_texts to include to result. in: query @@ -811,6 +878,16 @@ components: name: fields schema: type: string + group_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string group_includeIds: description: The comma separated ID list of groups to include to result. in: query @@ -912,6 +989,16 @@ components: name: fields schema: type: string + log_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: level + in: query + name: filterKeys + schema: + default: level + type: string log_includeIds: description: The comma separated ID list of logs to include to result. in: query @@ -1013,6 +1100,16 @@ components: name: fields schema: type: string + page_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string page_includeIds: description: The comma separated ID list of pages to include to result. in: query @@ -1060,6 +1157,15 @@ components: schema: default: 0 type: integer + page_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer page_search: description: Search query. in: query @@ -1192,6 +1298,16 @@ components: name: fields schema: type: string + permission_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: blogIds + in: query + name: filterKeys + schema: + default: blogIds + type: string permission_includeIds: description: The comma separated ID list of permissions to include to result. in: query @@ -1305,6 +1421,12 @@ components: name: fields schema: type: string + role_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string role_includeIds: description: The comma separated ID list of roles to include to result. in: query @@ -1421,6 +1543,12 @@ components: name: fields schema: type: string + site_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string site_includeIds: description: The comma separated ID list of sites to include to result. in: query @@ -1528,6 +1656,12 @@ components: name: fields schema: type: string + tag_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string tag_includeIds: description: The comma separated ID list of tags to include to result. in: query @@ -1629,6 +1763,16 @@ components: name: fields schema: type: string + template_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: type + in: query + name: filterKeys + schema: + default: type + type: string template_includeIds: description: The comma separated ID list of templates to include to result. in: query @@ -1655,6 +1799,15 @@ components: schema: default: 0 type: integer + template_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer template_search: description: Search query. in: query @@ -1730,6 +1883,16 @@ components: name: fields schema: type: string + templatemap_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: archiveType,buildType,isPreferred + in: query + name: filterKeys + schema: + default: 'archiveType,buildType,isPreferred' + type: string templatemap_includeIds: description: The comma separated ID list of templatemaps to include to result. in: query @@ -1827,6 +1990,16 @@ components: name: fields schema: type: string + user_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status,lockout + in: query + name: filterKeys + schema: + default: 'status,lockout' + type: string user_includeIds: description: The comma separated ID list of users to include to result. in: query @@ -1928,6 +2101,12 @@ components: name: fields schema: type: string + widget_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string widget_includeIds: description: The comma separated ID list of widgets to include to result. in: query @@ -2029,6 +2208,12 @@ components: name: fields schema: type: string + widgetset_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string widgetset_includeIds: description: The comma separated ID list of widgetsets to include to result. in: query @@ -4146,7 +4331,7 @@ externalDocs: url: https://www.movabletype.jp/developers/data-api/ info: title: Movable Type Data API - version: 8.6.0 + version: 8.7.0 openapi: 3.0.0 paths: /: @@ -4278,8 +4463,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Upload file size is larger than CGIMaxUpload. - security: - - mtauth: [] summary: Upload a file tags: - Assets @@ -4501,6 +4684,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' - $ref: '#/components/parameters/group_dateField' - $ref: '#/components/parameters/group_dateFrom' - $ref: '#/components/parameters/group_dateTo' @@ -4534,8 +4718,6 @@ paths: description: Invalid login 403: description: Do not have permission to retrieve the requested groups. - security: - - mtauth: [] summary: Retrieve a list of groups tags: - Groups @@ -4569,8 +4751,6 @@ paths: description: Invalid login 403: description: Do not have permission to create a group. - security: - - mtauth: [] summary: Create a new group tags: - Groups @@ -4600,8 +4780,6 @@ paths: description: Invalid login 403: description: Do not have permission to synchronize groups. - security: - - mtauth: [] summary: Synchronize groups tags: - Groups @@ -4650,8 +4828,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a group tags: - Groups @@ -4690,8 +4866,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve single group by its ID tags: - Groups @@ -4747,8 +4921,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a group tags: - Groups @@ -4767,6 +4939,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' - $ref: '#/components/parameters/user_dateField' - $ref: '#/components/parameters/user_dateFrom' - $ref: '#/components/parameters/user_dateTo' @@ -4806,8 +4979,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve a list of members for specified group tags: - Groups @@ -4856,8 +5027,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group or Member not found. - security: - - mtauth: [] tags: - Groups '/groups/{group_id}/members/{member_id}': @@ -4910,8 +5079,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] tags: - Groups get: @@ -4954,8 +5121,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group or Member not found. - security: - - mtauth: [] summary: Retrieve single member by its ID for specified group tags: - Groups @@ -4976,6 +5141,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -5015,8 +5181,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for group tags: - Groups @@ -5074,8 +5238,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Group not found - security: - - mtauth: [] summary: Grant permissions to group tags: - Groups @@ -5133,8 +5295,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Group not found - security: - - mtauth: [] summary: Revoke permissions from group tags: - Groups @@ -5151,6 +5311,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -5190,8 +5351,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of permissions tags: - Permissions @@ -5233,8 +5392,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of plugins in the specified site tags: - Plugins @@ -5270,8 +5427,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Disable all plugins tags: - Plugins @@ -5307,8 +5462,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Enable all plugins tags: - Plugins @@ -5347,8 +5500,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found. - security: - - mtauth: [] summary: Retrieve single plugin by its ID tags: - Plugins @@ -5390,8 +5541,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Disable a plugin tags: - Plugins @@ -5433,8 +5582,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Enable a plugin tags: - Plugins @@ -5511,8 +5658,6 @@ paths: description: Invalid login 403: description: Do not have permission to publish. - security: - - mtauth: [] summary: Rebuild the static archives in relation to specified entries tags: - Entries @@ -5614,8 +5759,6 @@ paths: description: Invalid login 403: description: Do not have permission to retrieve the list of roles. - security: - - mtauth: [] summary: Retrieve a list of roles tags: - Roles @@ -5655,8 +5798,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new role tags: - Roles @@ -5705,8 +5846,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing role tags: - Roles @@ -5745,8 +5884,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role not found. - security: - - mtauth: [] summary: Retrieve a single role by its ID tags: - Roles @@ -5802,8 +5939,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing role tags: - Roles @@ -5827,6 +5962,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -5866,8 +6002,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role not found. - security: - - mtauth: [] summary: Retrieve a list of permissions by role tags: - Roles @@ -6101,8 +6235,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new website tags: - Sites @@ -6157,8 +6289,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing blog or website tags: - Sites @@ -6257,8 +6387,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new blog tags: - Sites @@ -6319,8 +6447,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing blog or website tags: - Sites @@ -6341,6 +6467,7 @@ paths: - $ref: '#/components/parameters/asset_searchFields' - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -6512,8 +6639,6 @@ paths: type: object type: object description: Conflict - security: - - mtauth: [] summary: Upload a file tags: - Assets @@ -6572,8 +6697,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an asset tags: - Assets @@ -6687,8 +6810,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an asset tags: - Assets @@ -6730,6 +6851,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -6811,6 +6933,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -6970,8 +7093,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Backup specified site tags: - Sites @@ -7129,8 +7250,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new category tags: - Categories @@ -7192,8 +7311,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Rearrange existing categories in a new order tags: - Categories @@ -7253,8 +7370,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing category tags: - Categories @@ -7368,8 +7483,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing category tags: - Categories @@ -7492,6 +7605,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -7866,6 +7980,10 @@ paths: - Future - Spam type: string + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/comment_dateField' - $ref: '#/components/parameters/comment_dateFrom' - $ref: '#/components/parameters/comment_dateTo' @@ -7961,8 +8079,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a comment tags: - Comments @@ -8077,8 +8193,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a comment tags: - Comments @@ -8225,6 +8339,7 @@ paths: name: fields schema: type: string + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -8284,6 +8399,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/entry_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -8325,8 +8441,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new entry tags: - Entries @@ -8365,8 +8479,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Export entries tags: - Entries @@ -8449,8 +8561,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Import entries tags: - Entries @@ -8518,8 +8628,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Entry not found - security: - - mtauth: [] summary: Make a preview for a entry tags: - Entries @@ -8577,8 +8685,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an entry tags: - Entries @@ -8674,6 +8780,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/entry_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -8721,8 +8828,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an entry tags: - Entries @@ -8776,6 +8881,8 @@ paths: type: string - $ref: '#/components/parameters/asset_sortOrder' - $ref: '#/components/parameters/asset_fields' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - $ref: '#/components/parameters/asset_dateField' - $ref: '#/components/parameters/asset_dateFrom' - $ref: '#/components/parameters/asset_dateTo' @@ -8981,6 +9088,10 @@ paths: name: offset schema: type: integer + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/comment_dateField' - $ref: '#/components/parameters/comment_dateFrom' - $ref: '#/components/parameters/comment_dateTo' @@ -9075,8 +9186,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Create a new comment on an entry tags: - Comments @@ -9138,8 +9247,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Reply to specified comment tags: - Comments @@ -9214,8 +9321,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Entry not found - security: - - mtauth: [] summary: Make a preview for a entry with existing data tags: - Entries @@ -9264,8 +9369,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found - security: - - mtauth: [] summary: Export site's theme tags: - Themes @@ -9284,6 +9387,7 @@ paths: - $ref: '#/components/parameters/field_sortBy' - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/field_fields' + - $ref: '#/components/parameters/field_filterKeys' - $ref: '#/components/parameters/field_dateField' - $ref: '#/components/parameters/field_dateFrom' - $ref: '#/components/parameters/field_dateTo' @@ -9323,8 +9427,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of fields in the specified site tags: - CustomFields @@ -9370,8 +9472,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new field tags: - CustomFields @@ -9425,8 +9525,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a field tags: - CustomFields @@ -9470,8 +9568,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Field not found. - security: - - mtauth: [] summary: Retrieve single field by its ID tags: - CustomFields @@ -9532,8 +9628,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a field tags: - CustomFields @@ -9686,8 +9780,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new folder. tags: - Folders @@ -9749,8 +9841,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Rearrange existing folders in a new order tags: - Folders @@ -9810,8 +9900,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing folder tags: - Folders @@ -9925,8 +10013,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing folder tags: - Folders @@ -10044,6 +10130,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -10325,8 +10412,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of formatted_texts in the specified site tags: - FormattedText @@ -10372,8 +10457,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new formatted_text tags: - FormattedText @@ -10427,8 +10510,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a formatted_text tags: - FormattedText @@ -10472,8 +10553,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or FormattedText not found. - security: - - mtauth: [] summary: Retrieve single formatted_text by its ID tags: - FormattedText @@ -10534,8 +10613,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a formatted_text tags: - FormattedText @@ -10587,8 +10664,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Reset logs tags: - Logs @@ -10610,6 +10685,7 @@ paths: - $ref: '#/components/parameters/log_searchFields' - $ref: '#/components/parameters/log_limit' - $ref: '#/components/parameters/log_offset' + - $ref: '#/components/parameters/log_filterKeys' - description: | - id - created_on @@ -10700,8 +10776,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of logs in the specified site tags: - Logs @@ -10747,8 +10821,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new log tags: - Logs @@ -10791,8 +10863,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Export logs tags: - Logs @@ -10846,8 +10916,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing log tags: - Logs @@ -10891,8 +10959,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Log not found. - security: - - mtauth: [] summary: Retrieve a single log by its ID tags: - Logs @@ -10953,8 +11019,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing log tags: - Logs @@ -10991,6 +11055,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -11050,6 +11115,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/page_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -11091,8 +11157,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new page tags: - Pages @@ -11160,8 +11224,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Page not found - security: - - mtauth: [] summary: Make a preview for a page tags: - Pages @@ -11220,8 +11282,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing page tags: - Pages @@ -11299,6 +11359,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/page_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -11346,8 +11407,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing page tags: - Pages @@ -11371,6 +11430,8 @@ paths: type: string - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -11474,6 +11535,10 @@ paths: name: offset schema: type: integer + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/comment_dateField' - $ref: '#/components/parameters/comment_dateFrom' - $ref: '#/components/parameters/comment_dateTo' @@ -11568,8 +11633,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Create a new comment on a page tags: - Comments @@ -11631,8 +11694,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Reply to specified comment tags: - Comments @@ -11707,8 +11768,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Page not found - security: - - mtauth: [] summary: Make a preview for a page with existing data tags: - Pages @@ -11772,8 +11831,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for site tags: - Sites @@ -11831,8 +11888,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Grant permissions to site tags: - Sites @@ -11890,8 +11945,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Revoke permissions from site tags: - Sites @@ -11960,8 +12013,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Reset all templates in the site tags: - Templates @@ -11977,14 +12028,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -12006,7 +12057,7 @@ paths: name: path schema: type: string - - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' + - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' in: query name: uniquePath schema: @@ -12054,8 +12105,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve pageviews count for each date from provider (e.g. Google Analytics) tags: - Statistics @@ -12071,14 +12120,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -12140,8 +12189,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve visits count for each date from provider (e.g. Google Analytics) tags: - Statistics @@ -12157,14 +12204,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -12186,7 +12233,7 @@ paths: name: path schema: type: string - - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' + - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' in: query name: uniquePath schema: @@ -12234,8 +12281,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve pageviews count for each path from provider (e.g. Google Analytics) tags: - Statistics @@ -12251,14 +12296,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -12320,8 +12365,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve visits count for each path from provider (e.g. Google Analytics) tags: - Statistics @@ -12365,8 +12408,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve a current effective provider tags: - Statistics @@ -12477,8 +12518,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing tag tags: - Tags @@ -12582,8 +12621,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing tag tags: - Tags @@ -12607,6 +12644,8 @@ paths: type: string - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -12716,6 +12755,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -12797,6 +12837,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -12858,6 +12899,7 @@ paths: - $ref: '#/components/parameters/template_searchFields' - $ref: '#/components/parameters/template_limit' - $ref: '#/components/parameters/template_offset' + - $ref: '#/components/parameters/template_filterKeys' - description: | #### id @@ -12949,8 +12991,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of templates in the specified site tags: - Templates @@ -12967,6 +13007,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/template_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -13002,8 +13043,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new template tags: - Templates @@ -13072,8 +13111,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Make a preview for a template tags: - Templates @@ -13132,8 +13169,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a template tags: - Templates @@ -13183,8 +13218,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Retrieve single template by its ID tags: - Templates @@ -13209,6 +13242,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/template_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -13250,8 +13284,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a template tags: - Templates @@ -13304,8 +13336,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Make a clone of a template tags: - Templates @@ -13385,8 +13415,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Make a preview for a template with existing data tags: - Templates @@ -13445,8 +13473,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Publish a template tags: - Templates @@ -13503,8 +13529,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Reset template text to theme default or tempalte_set default tags: - Templates @@ -13530,6 +13554,7 @@ paths: - $ref: '#/components/parameters/templatemap_fields' - $ref: '#/components/parameters/templatemap_includeIds' - $ref: '#/components/parameters/templatemap_excludeIds' + - $ref: '#/components/parameters/templatemap_filterKeys' - $ref: '#/components/parameters/templatemap_dateField' - $ref: '#/components/parameters/templatemap_dateFrom' - $ref: '#/components/parameters/templatemap_dateTo' @@ -13569,8 +13594,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Retrieve a list of templatemaps in the specified site tags: - Templates @@ -13622,8 +13645,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Create a new templatemap tags: - Templates @@ -13683,8 +13704,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing templatemap tags: - Templates @@ -13733,8 +13752,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template or TemplateMap not found. - security: - - mtauth: [] summary: Retrieve a single templatemap by its ID tags: - Templates @@ -13801,8 +13818,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing templatemap tags: - Templates @@ -13857,8 +13872,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of themes for site tags: - Themes @@ -13908,8 +13921,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found. - security: - - mtauth: [] summary: Retrieve a single theme by its ID for site tags: - Themes @@ -13962,8 +13973,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found - security: - - mtauth: [] summary: Apply a theme to site tags: - Themes @@ -14023,8 +14032,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of widgets in the specified site tags: - Widgets @@ -14070,8 +14077,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new widget tags: - Widgets @@ -14125,8 +14130,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a widget tags: - Widgets @@ -14170,8 +14173,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found. - security: - - mtauth: [] summary: Retrieve a single widget by its ID tags: - Widgets @@ -14232,8 +14233,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a widget tags: - Widgets @@ -14280,8 +14279,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found - security: - - mtauth: [] summary: Make a clone of a widget tags: - Widgets @@ -14332,8 +14329,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found - security: - - mtauth: [] summary: Reset widget text to default tags: - Widgets @@ -14393,8 +14388,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of widgetsets in the specified site tags: - WidgetSets @@ -14440,8 +14433,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new widgetset tags: - WidgetSets @@ -14495,8 +14486,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing widgetset tags: - WidgetSets @@ -14540,8 +14529,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or WidgetSet not found. - security: - - mtauth: [] summary: Retrieve a single widgetset by its ID tags: - WidgetSets @@ -14602,8 +14589,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing widgetset tags: - WidgetSets @@ -14668,8 +14653,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or WidgetSet not found. - security: - - mtauth: [] summary: Retrieve a list of widgets in the specified widgetset tags: - Widgets @@ -14720,8 +14703,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found. - security: - - mtauth: [] summary: Retrieve a single widget by widgetset ID tags: - Widgets @@ -14770,8 +14751,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of themes tags: - Themes @@ -14826,8 +14805,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Uninstall a specified theme from the MT tags: - Themes @@ -14871,8 +14848,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found. - security: - - mtauth: [] summary: Retrieve a single theme by its ID tags: - Themes @@ -14914,8 +14889,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Invalidate current session. This is like logout tags: - Authentication @@ -14992,6 +14965,7 @@ paths: - $ref: '#/components/parameters/user_searchFields' - $ref: '#/components/parameters/user_limit' - $ref: '#/components/parameters/user_offset' + - $ref: '#/components/parameters/user_filterKeys' - description: | The field name for sort. You can specify one of following values - id @@ -15133,8 +15107,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new user tags: - Users @@ -15161,8 +15133,6 @@ paths: description: Invalid login 403: description: Do not have permission to export users. - security: - - mtauth: [] summary: Export users tags: - Users @@ -15207,8 +15177,6 @@ paths: description: Invalid login 403: description: Do not have permission to import users. - security: - - mtauth: [] summary: Import users tags: - Users @@ -15238,8 +15206,6 @@ paths: description: Invalid login 403: description: Do not have permission to synchronize users. - security: - - mtauth: [] summary: Synchronize users tags: - Users @@ -15294,8 +15260,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete user tags: - Users @@ -15405,8 +15369,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update user data tags: - Users @@ -15425,6 +15387,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' - $ref: '#/components/parameters/group_dateField' - $ref: '#/components/parameters/group_dateFrom' - $ref: '#/components/parameters/group_dateTo' @@ -15464,8 +15427,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: User not found. - security: - - mtauth: [] summary: Retrieve a list of groups tags: - Users @@ -15487,6 +15448,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -15526,8 +15488,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for user tags: - Users @@ -15585,8 +15545,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Grant permissions to user tags: - Users @@ -15644,8 +15602,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Revoke permissions from user tags: - Users @@ -15696,8 +15652,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found - security: - - mtauth: [] summary: Send the link for password recovery to specified user by email tags: - Users @@ -15861,8 +15815,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found - security: - - mtauth: [] summary: Unlock user account tags: - Users @@ -15903,6 +15855,8 @@ paths: summary: Get server API version tags: - Common API +security: + - mtauth: [] servers: - url: https://example.com/mt/mt-data-api.cgi/v3 tags: diff --git a/src/openapi/v4.json b/src/openapi/v4.json index 1893ac0..178e5f3 100644 --- a/src/openapi/v4.json +++ b/src/openapi/v4.json @@ -42,6 +42,15 @@ "type": "string" } }, + "asset_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: class", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "class", + "type": "string" + } + }, "asset_includeIds": { "description": "The comma separated ID list of assets to include to result.", "in": "query", @@ -148,6 +157,14 @@ "type": "string" } }, + "category_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "category_includeIds": { "description": "The comma separated ID list of categories to include to result.", "in": "query", @@ -232,6 +249,14 @@ "type": "string" } }, + "category_set_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "category_set_includeIds": { "description": "The comma separated ID list of category_sets to include to result.", "in": "query", @@ -354,6 +379,15 @@ "type": "string" } }, + "comment_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "comment_includeIds": { "description": "The comma separated ID list of comments to include to result.", "in": "query", @@ -460,6 +494,15 @@ "type": "string" } }, + "content_data_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "content_data_includeIds": { "description": "The comma separated ID list of content_data to include to result.", "in": "query", @@ -486,6 +529,18 @@ "type": "integer" } }, + "content_data_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "content_data_search": { "description": "Search query.", "in": "query", @@ -566,6 +621,14 @@ "type": "string" } }, + "content_field_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "content_field_includeIds": { "description": "The comma separated ID list of content_fields to include to result.", "in": "query", @@ -672,6 +735,14 @@ "type": "string" } }, + "content_type_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "content_type_includeIds": { "description": "The comma separated ID list of content_types to include to result.", "in": "query", @@ -778,6 +849,15 @@ "type": "string" } }, + "entry_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "entry_includeIds": { "description": "The comma separated ID list of entries to include to result.", "in": "query", @@ -832,6 +912,18 @@ "type": "integer" } }, + "entry_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "entry_search": { "description": "Search query.", "in": "query", @@ -934,6 +1026,15 @@ "type": "string" } }, + "field_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: systemObject,type", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "systemObject,type", + "type": "string" + } + }, "field_includeIds": { "description": "The comma separated ID list of fields to include to result.", "in": "query", @@ -1040,6 +1141,14 @@ "type": "string" } }, + "folder_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "folder_includeIds": { "description": "The comma separated ID list of folders to include to result.", "in": "query", @@ -1146,6 +1255,14 @@ "type": "string" } }, + "formatted_text_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "formatted_text_includeIds": { "description": "The comma separated ID list of formatted_texts to include to result.", "in": "query", @@ -1252,6 +1369,15 @@ "type": "string" } }, + "group_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "group_includeIds": { "description": "The comma separated ID list of groups to include to result.", "in": "query", @@ -1358,6 +1484,15 @@ "type": "string" } }, + "log_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: level", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "level", + "type": "string" + } + }, "log_includeIds": { "description": "The comma separated ID list of logs to include to result.", "in": "query", @@ -1464,6 +1599,15 @@ "type": "string" } }, + "page_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "page_includeIds": { "description": "The comma separated ID list of pages to include to result.", "in": "query", @@ -1518,6 +1662,18 @@ "type": "integer" } }, + "page_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "page_search": { "description": "Search query.", "in": "query", @@ -1628,6 +1784,15 @@ "type": "string" } }, + "permission_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: blogIds", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "blogIds", + "type": "string" + } + }, "permission_includeIds": { "description": "The comma separated ID list of permissions to include to result.", "in": "query", @@ -1740,6 +1905,14 @@ "type": "string" } }, + "role_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "role_includeIds": { "description": "The comma separated ID list of roles to include to result.", "in": "query", @@ -1853,6 +2026,14 @@ "type": "string" } }, + "site_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "site_includeIds": { "description": "The comma separated ID list of sites to include to result.", "in": "query", @@ -1962,6 +2143,14 @@ "type": "string" } }, + "tag_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "tag_includeIds": { "description": "The comma separated ID list of tags to include to result.", "in": "query", @@ -2068,6 +2257,15 @@ "type": "string" } }, + "template_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: type", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "type", + "type": "string" + } + }, "template_includeIds": { "description": "The comma separated ID list of templates to include to result.", "in": "query", @@ -2094,6 +2292,18 @@ "type": "integer" } }, + "template_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "template_search": { "description": "Search query.", "in": "query", @@ -2174,6 +2384,15 @@ "type": "string" } }, + "templatemap_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: archiveType,buildType,isPreferred", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "archiveType,buildType,isPreferred", + "type": "string" + } + }, "templatemap_includeIds": { "description": "The comma separated ID list of templatemaps to include to result.", "in": "query", @@ -2279,6 +2498,15 @@ "type": "string" } }, + "user_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status,lockout", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status,lockout", + "type": "string" + } + }, "user_includeIds": { "description": "The comma separated ID list of users to include to result.", "in": "query", @@ -2385,6 +2613,14 @@ "type": "string" } }, + "widget_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "widget_includeIds": { "description": "The comma separated ID list of widgets to include to result.", "in": "query", @@ -2491,6 +2727,14 @@ "type": "string" } }, + "widgetset_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "widgetset_includeIds": { "description": "The comma separated ID list of widgetsets to include to result.", "in": "query", @@ -6135,7 +6379,7 @@ }, "info": { "title": "Movable Type Data API", - "version": "8.6.0" + "version": "8.7.0" }, "openapi": "3.0.0", "paths": { @@ -6339,11 +6583,6 @@ "description": "Upload file size is larger than CGIMaxUpload." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Upload a file", "tags": [ "Assets" @@ -6683,6 +6922,9 @@ { "$ref": "#/components/parameters/group_fields" }, + { + "$ref": "#/components/parameters/group_filterKeys" + }, { "$ref": "#/components/parameters/group_dateField" }, @@ -6741,11 +6983,6 @@ "description": "Do not have permission to retrieve the requested groups." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of groups", "tags": [ "Groups" @@ -6801,11 +7038,6 @@ "description": "Do not have permission to create a group." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new group", "tags": [ "Groups" @@ -6854,11 +7086,6 @@ "description": "Do not have permission to synchronize groups." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Synchronize groups", "tags": [ "Groups" @@ -6933,11 +7160,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a group", "tags": [ "Groups" @@ -7002,11 +7224,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single group by its ID", "tags": [ "Groups" @@ -7093,11 +7310,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a group", "tags": [ "Groups" @@ -7136,6 +7348,9 @@ { "$ref": "#/components/parameters/group_fields" }, + { + "$ref": "#/components/parameters/group_filterKeys" + }, { "$ref": "#/components/parameters/user_dateField" }, @@ -7204,11 +7419,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of members for specified group", "tags": [ "Groups" @@ -7289,11 +7499,6 @@ "description": "Group or Member not found." } }, - "security": [ - { - "mtauth": [] - } - ], "tags": [ "Groups" ] @@ -7375,11 +7580,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "tags": [ "Groups" ] @@ -7451,11 +7651,6 @@ "description": "Group or Member not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single member by its ID for specified group", "tags": [ "Groups" @@ -7492,6 +7687,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -7560,11 +7758,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for group", "tags": [ "Groups", @@ -7654,11 +7847,6 @@ "description": "Site or Group not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to group", "tags": [ "Groups", @@ -7748,11 +7936,6 @@ "description": "Site or Group not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from group", "tags": [ "Groups", @@ -7782,6 +7965,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -7850,11 +8036,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions", "tags": [ "Permissions" @@ -7921,11 +8102,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of plugins in the specified site", "tags": [ "Plugins" @@ -7984,11 +8160,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Disable all plugins", "tags": [ "Plugins" @@ -8047,11 +8218,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Enable all plugins", "tags": [ "Plugins" @@ -8115,11 +8281,6 @@ "description": "Site or Plugin not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single plugin by its ID", "tags": [ "Plugins" @@ -8188,11 +8349,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Disable a plugin", "tags": [ "Plugins" @@ -8261,11 +8417,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Enable a plugin", "tags": [ "Plugins" @@ -8358,11 +8509,6 @@ "description": "Do not have permission to publish content_data." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Publish Content Data", "tags": [ "Content Data", @@ -8461,11 +8607,6 @@ "description": "Do not have permission to publish." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rebuild the static archives in relation to specified entries", "tags": [ "Entries", @@ -8633,11 +8774,6 @@ "description": "Do not have permission to retrieve the list of roles." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of roles", "tags": [ "Roles" @@ -8703,11 +8839,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new role", "tags": [ "Roles" @@ -8782,11 +8913,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing role", "tags": [ "Roles" @@ -8851,11 +8977,6 @@ "description": "Site or Role not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single role by its ID", "tags": [ "Roles" @@ -8942,11 +9063,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing role", "tags": [ "Roles" @@ -8983,6 +9099,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -9051,11 +9170,6 @@ "description": "Site or Role not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions by role", "tags": [ "Roles", @@ -9389,11 +9503,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new website", "tags": [ "Sites" @@ -9468,11 +9577,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing blog or website", "tags": [ "Sites" @@ -9626,11 +9730,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new blog", "tags": [ "Sites" @@ -9717,11 +9816,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing blog or website", "tags": [ "Sites" @@ -9759,6 +9853,9 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -10004,11 +10101,6 @@ "description": "Conflict" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Upload a file", "tags": [ "Assets" @@ -10091,11 +10183,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an asset", "tags": [ "Assets" @@ -10270,11 +10357,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an asset", "tags": [ "Assets" @@ -10348,6 +10430,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -10490,6 +10575,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -10752,11 +10840,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Backup specified site", "tags": [ "Sites", @@ -10978,11 +11061,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new category", "tags": [ "Categories" @@ -11066,11 +11144,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rearrange existing categories in a new order", "tags": [ "Categories" @@ -11153,11 +11226,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing category", "tags": [ "Categories" @@ -11332,11 +11400,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing category", "tags": [ "Categories" @@ -11521,6 +11584,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -12061,11 +12127,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new category set", "tags": [ "Category Sets" @@ -12148,11 +12209,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete category set", "tags": [ "Category Sets" @@ -12328,11 +12384,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update category set", "tags": [ "Category Sets" @@ -12388,6 +12439,21 @@ "type": "integer" } }, + { + "$ref": "#/components/parameters/category_limit" + }, + { + "$ref": "#/components/parameters/category_offset" + }, + { + "$ref": "#/components/parameters/category_searchFields" + }, + { + "$ref": "#/components/parameters/category_sortBy" + }, + { + "$ref": "#/components/parameters/category_sortOrder" + }, { "$ref": "#/components/parameters/category_dateField" }, @@ -12539,11 +12605,6 @@ "description": "Site pr Category_set not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new category for category set", "tags": [ "Categories", @@ -12636,11 +12697,6 @@ "description": "Site or Category_set not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Save hierarchical categories order in category set", "tags": [ "Categories", @@ -12732,11 +12788,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete single category in category set", "tags": [ "Categories", @@ -12930,11 +12981,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update single category in category set", "tags": [ "Categories", @@ -13546,6 +13592,18 @@ "type": "string" } }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, { "$ref": "#/components/parameters/comment_dateField" }, @@ -13696,11 +13754,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a comment", "tags": [ "Comments" @@ -13873,11 +13926,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a comment", "tags": [ "Comments" @@ -13902,6 +13950,9 @@ { "$ref": "#/components/parameters/content_type_offset" }, + { + "$ref": "#/components/parameters/content_type_searchFields" + }, { "description": "The field name for sort. You can specify one of following values.\n- name\n- dataLabel\n- uniqueID\n- modified_on\n", "in": "query", @@ -13994,11 +14045,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Content Type Collection", "tags": [ "Content Types" @@ -14075,11 +14121,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create Content Type", "tags": [ "Content Types" @@ -14162,11 +14203,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete Content Type", "tags": [ "Content Types" @@ -14240,11 +14276,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Fetch single Content Type", "tags": [ "Content Types" @@ -14339,11 +14370,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update Content Type", "tags": [ "Content Types" @@ -14428,6 +14454,12 @@ { "$ref": "#/components/parameters/content_data_excludeIds" }, + { + "$ref": "#/components/parameters/content_data_filterKeys" + }, + { + "$ref": "#/components/parameters/content_data_searchFields" + }, { "$ref": "#/components/parameters/content_data_dateField" }, @@ -14518,6 +14550,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/content_data_saveRevision" } ], "requestBody": { @@ -14579,11 +14614,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create Content Data", "tags": [ "Content Types", @@ -14692,11 +14722,6 @@ "description": "Site or Content_type not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview by data", "tags": [ "Content Types", @@ -14788,11 +14813,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete single content data", "tags": [ "Content Types", @@ -14915,6 +14935,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/content_data_saveRevision" } ], "requestBody": { @@ -14986,11 +15009,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update Content Data", "tags": [ "Content Types", @@ -15107,11 +15125,6 @@ "description": "Site or Content_type or Content_data not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview by id", "tags": [ "Content Types", @@ -15145,6 +15158,9 @@ { "$ref": "#/components/parameters/content_field_offset" }, + { + "$ref": "#/components/parameters/content_field_searchFields" + }, { "description": "The field name for sort. You can specify one of following values.\n- name\n- dataLabel\n- uniqueID\n- modified_on\n", "in": "query", @@ -15237,11 +15253,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Content Field Collection", "tags": [ "Content Fields", @@ -15327,11 +15338,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create Content Field", "tags": [ "Content Types", @@ -15424,11 +15430,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Save hierarchical content field order", "tags": [ "Content Types", @@ -15520,11 +15521,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete Content Field", "tags": [ "Content Types", @@ -15607,11 +15603,6 @@ "description": "Site or Content_type or Content_field not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Fetch single Content Field", "tags": [ "Content Types", @@ -15715,11 +15706,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update Content Field", "tags": [ "Content Types", @@ -15861,6 +15847,9 @@ "type": "string" } }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -15944,6 +15933,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/entry_saveRevision" } ], "requestBody": { @@ -16013,11 +16005,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new entry", "tags": [ "Entries" @@ -16081,11 +16068,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export entries", "tags": [ "Entries" @@ -16201,11 +16183,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Import entries", "tags": [ "Entries" @@ -16305,11 +16282,6 @@ "description": "Site or Entry not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a entry", "tags": [ "Entries" @@ -16392,11 +16364,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an entry", "tags": [ "Entries" @@ -16522,6 +16489,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/entry_saveRevision" } ], "requestBody": { @@ -16601,11 +16571,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an entry", "tags": [ "Entries" @@ -16673,6 +16638,12 @@ { "$ref": "#/components/parameters/asset_fields" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "$ref": "#/components/parameters/asset_dateField" }, @@ -16955,6 +16926,18 @@ "type": "integer" } }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, { "$ref": "#/components/parameters/comment_dateField" }, @@ -17108,11 +17091,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new comment on an entry", "tags": [ "Comments", @@ -17208,11 +17186,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reply to specified comment", "tags": [ "Comments", @@ -17321,11 +17294,6 @@ "description": "Site or Entry not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a entry with existing data", "tags": [ "Entries" @@ -17395,11 +17363,6 @@ "description": "Site or Theme not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export site's theme", "tags": [ "Themes" @@ -17438,6 +17401,9 @@ { "$ref": "#/components/parameters/field_fields" }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, { "$ref": "#/components/parameters/field_dateField" }, @@ -17506,11 +17472,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of fields in the specified site", "tags": [ "CustomFields" @@ -17586,11 +17547,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new field", "tags": [ "CustomFields" @@ -17673,11 +17629,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a field", "tags": [ "CustomFields" @@ -17750,11 +17701,6 @@ "description": "Site or Field not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single field by its ID", "tags": [ "CustomFields" @@ -17849,11 +17795,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a field", "tags": [ "CustomFields" @@ -18065,11 +18006,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new folder.", "tags": [ "Folders" @@ -18153,11 +18089,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rearrange existing folders in a new order", "tags": [ "Folders" @@ -18240,11 +18171,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing folder", "tags": [ "Folders" @@ -18419,11 +18345,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing folder", "tags": [ "Folders" @@ -18599,6 +18520,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -19025,11 +18949,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of formatted_texts in the specified site", "tags": [ "FormattedText" @@ -19105,11 +19024,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new formatted_text", "tags": [ "FormattedText" @@ -19192,11 +19106,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a formatted_text", "tags": [ "FormattedText" @@ -19269,11 +19178,6 @@ "description": "Site or FormattedText not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single formatted_text by its ID", "tags": [ "FormattedText" @@ -19368,11 +19272,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a formatted_text", "tags": [ "FormattedText" @@ -19452,11 +19351,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset logs", "tags": [ "Logs" @@ -19485,6 +19379,9 @@ { "$ref": "#/components/parameters/log_offset" }, + { + "$ref": "#/components/parameters/log_filterKeys" + }, { "description": "- id\n- created_on\n- blog_id\n- author_id\n- level\n- class\n\n**Default**: created_on\n", "in": "query", @@ -19601,11 +19498,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of logs in the specified site", "tags": [ "Logs" @@ -19681,11 +19573,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new log", "tags": [ "Logs" @@ -19756,11 +19643,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export logs", "tags": [ "Logs" @@ -19843,11 +19725,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing log", "tags": [ "Logs" @@ -19920,11 +19797,6 @@ "description": "Site or Log not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single log by its ID", "tags": [ "Logs" @@ -20019,11 +19891,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing log", "tags": [ "Logs" @@ -20089,6 +19956,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -20172,6 +20042,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/page_saveRevision" } ], "requestBody": { @@ -20241,11 +20114,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new page", "tags": [ "Pages" @@ -20345,11 +20213,6 @@ "description": "Site or Page not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a page", "tags": [ "Pages" @@ -20432,11 +20295,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing page", "tags": [ "Pages" @@ -20541,6 +20399,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/page_saveRevision" } ], "requestBody": { @@ -20620,11 +20481,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing page", "tags": [ "Pages" @@ -20664,6 +20520,12 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -20809,6 +20671,18 @@ "type": "integer" } }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, { "$ref": "#/components/parameters/comment_dateField" }, @@ -20962,11 +20836,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new comment on a page", "tags": [ "Comments", @@ -21062,11 +20931,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reply to specified comment", "tags": [ "Comments", @@ -21175,11 +21039,6 @@ "description": "Site or Page not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a page with existing data", "tags": [ "Pages" @@ -21281,11 +21140,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for site", "tags": [ "Sites", @@ -21375,11 +21229,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to site", "tags": [ "Sites", @@ -21469,11 +21318,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from site", "tags": [ "Sites", @@ -21557,11 +21401,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset all templates in the site", "tags": [ "Templates" @@ -21581,7 +21420,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -21591,7 +21430,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -21625,7 +21464,7 @@ } }, { - "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", "in": "query", "name": "uniquePath", "schema": { @@ -21701,11 +21540,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve pageviews count for each date from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -21725,7 +21559,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -21735,7 +21569,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -21833,11 +21667,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve visits count for each date from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -21857,7 +21686,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -21867,7 +21696,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -21901,7 +21730,7 @@ } }, { - "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", "in": "query", "name": "uniquePath", "schema": { @@ -21977,11 +21806,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve pageviews count for each path from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -22001,7 +21825,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -22011,7 +21835,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -22109,11 +21933,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve visits count for each path from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -22180,11 +21999,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a current effective provider", "tags": [ "Statistics" @@ -22373,11 +22187,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing tag", "tags": [ "Tags" @@ -22544,11 +22353,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing tag", "tags": [ "Tags" @@ -22588,6 +22392,12 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -22756,6 +22566,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -22898,6 +22711,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -22997,6 +22813,9 @@ { "$ref": "#/components/parameters/template_offset" }, + { + "$ref": "#/components/parameters/template_filterKeys" + }, { "description": "#### id\n\nSort by the ID of each template.\n\n#### name\n\nSort by the name of each template.\n\n#### created_on\n\nSort by the created time of each template.\n\n#### modified_on\n\nSort by the modified time of each template.\n\n#### created_by\n\nSort by the ID of user who created each template.\n\n#### modified_by\n\nSort by the ID of user who modified each template.\n\n#### type\n\nSort by the type of each template.\n\n**Default**: name\n", "in": "query", @@ -23103,11 +22922,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of templates in the specified site", "tags": [ "Templates" @@ -23123,6 +22937,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/template_saveRevision" } ], "requestBody": { @@ -23184,11 +23001,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new template", "tags": [ "Templates" @@ -23288,11 +23100,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a template", "tags": [ "Templates" @@ -23375,11 +23182,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a template", "tags": [ "Templates" @@ -23453,11 +23255,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single template by its ID", "tags": [ "Templates" @@ -23481,6 +23278,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/template_saveRevision" } ], "requestBody": { @@ -23552,11 +23352,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a template", "tags": [ "Templates" @@ -23634,11 +23429,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a clone of a template", "tags": [ "Templates" @@ -23746,11 +23536,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a template with existing data", "tags": [ "Templates" @@ -23828,11 +23613,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Publish a template", "tags": [ "Templates" @@ -23916,11 +23696,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset template text to theme default or tempalte_set default", "tags": [ "Templates" @@ -23973,6 +23748,9 @@ { "$ref": "#/components/parameters/templatemap_excludeIds" }, + { + "$ref": "#/components/parameters/templatemap_filterKeys" + }, { "$ref": "#/components/parameters/templatemap_dateField" }, @@ -24041,11 +23819,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of templatemaps in the specified site", "tags": [ "Templates", @@ -24130,11 +23903,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new templatemap", "tags": [ "Templates", @@ -24226,11 +23994,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing templatemap", "tags": [ "Templates", @@ -24309,11 +24072,6 @@ "description": "Site or Template or TemplateMap not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single templatemap by its ID", "tags": [ "Templates", @@ -24417,11 +24175,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing templatemap", "tags": [ "Templates", @@ -24500,11 +24253,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of themes for site", "tags": [ "Themes" @@ -24577,11 +24325,6 @@ "description": "Site or Theme not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single theme by its ID for site", "tags": [ "Themes" @@ -24659,11 +24402,6 @@ "description": "Site or Theme not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Apply a theme to site", "tags": [ "Themes" @@ -24776,11 +24514,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgets in the specified site", "tags": [ "Widgets" @@ -24856,11 +24589,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new widget", "tags": [ "Widgets" @@ -24943,11 +24671,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a widget", "tags": [ "Widgets" @@ -25020,11 +24743,6 @@ "description": "Site or Widget not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widget by its ID", "tags": [ "Widgets" @@ -25119,11 +24837,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a widget", "tags": [ "Widgets" @@ -25200,11 +24913,6 @@ "description": "Site or Widget not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a clone of a widget", "tags": [ "Widgets" @@ -25287,11 +24995,6 @@ "description": "Site or Widget not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset widget text to default", "tags": [ "Widgets" @@ -25404,11 +25107,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgetsets in the specified site", "tags": [ "WidgetSets" @@ -25484,11 +25182,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new widgetset", "tags": [ "WidgetSets" @@ -25571,11 +25264,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing widgetset", "tags": [ "WidgetSets" @@ -25648,11 +25336,6 @@ "description": "Site or WidgetSet not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widgetset by its ID", "tags": [ "WidgetSets" @@ -25747,11 +25430,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing widgetset", "tags": [ "WidgetSets" @@ -25872,11 +25550,6 @@ "description": "Site or WidgetSet not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgets in the specified widgetset", "tags": [ "Widgets", @@ -25960,11 +25633,6 @@ "description": "Site or Widget not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widget by widgetset ID", "tags": [ "Widgets", @@ -26033,11 +25701,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of themes", "tags": [ "Themes" @@ -26112,11 +25775,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Uninstall a specified theme from the MT", "tags": [ "Themes" @@ -26179,11 +25837,6 @@ "description": "Site or Theme not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single theme by its ID", "tags": [ "Themes" @@ -26241,11 +25894,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Invalidate current session. This is like logout", "tags": [ "Authentication" @@ -26350,6 +25998,9 @@ { "$ref": "#/components/parameters/user_offset" }, + { + "$ref": "#/components/parameters/user_filterKeys" + }, { "description": "The field name for sort. You can specify one of following values\n- id\n- name\n\n**Default**: name\n", "in": "query", @@ -26534,11 +26185,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new user", "tags": [ "Users" @@ -26582,11 +26228,6 @@ "description": "Do not have permission to export users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export users", "tags": [ "Users" @@ -26659,11 +26300,6 @@ "description": "Do not have permission to import users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Import users", "tags": [ "Users" @@ -26712,11 +26348,6 @@ "description": "Do not have permission to synchronize users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Synchronize users", "tags": [ "Users" @@ -26791,11 +26422,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete user", "tags": [ "Users" @@ -26960,11 +26586,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update user data", "tags": [ "Users" @@ -27003,6 +26624,9 @@ { "$ref": "#/components/parameters/group_fields" }, + { + "$ref": "#/components/parameters/group_filterKeys" + }, { "$ref": "#/components/parameters/group_dateField" }, @@ -27071,11 +26695,6 @@ "description": "User not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of groups", "tags": [ "Users", @@ -27113,6 +26732,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -27181,11 +26803,6 @@ "description": "Site or User not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for user", "tags": [ "Users", @@ -27275,11 +26892,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to user", "tags": [ "Users", @@ -27369,11 +26981,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from user", "tags": [ "Users", @@ -27447,11 +27054,6 @@ "description": "Site or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Send the link for password recovery to specified user by email", "tags": [ "Users" @@ -27680,11 +27282,6 @@ "description": "Site or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Unlock user account", "tags": [ "Users" @@ -27742,6 +27339,11 @@ } } }, + "security": [ + { + "mtauth": [] + } + ], "servers": [ { "url": "https://example.com/mt/mt-data-api.cgi/v4" diff --git a/src/openapi/v4.yaml b/src/openapi/v4.yaml index a56a438..6acb66b 100644 --- a/src/openapi/v4.yaml +++ b/src/openapi/v4.yaml @@ -32,6 +32,16 @@ components: name: fields schema: type: string + asset_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: class + in: query + name: filterKeys + schema: + default: class + type: string asset_includeIds: description: The comma separated ID list of assets to include to result. in: query @@ -133,6 +143,12 @@ components: name: fields schema: type: string + category_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string category_includeIds: description: The comma separated ID list of categories to include to result. in: query @@ -206,6 +222,12 @@ components: name: fields schema: type: string + category_set_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string category_set_includeIds: description: The comma separated ID list of category_sets to include to result. in: query @@ -317,6 +339,16 @@ components: name: fields schema: type: string + comment_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string comment_includeIds: description: The comma separated ID list of comments to include to result. in: query @@ -418,6 +450,16 @@ components: name: fields schema: type: string + content_data_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string content_data_includeIds: description: The comma separated ID list of content_data to include to result. in: query @@ -444,6 +486,15 @@ components: schema: default: 0 type: integer + content_data_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer content_data_search: description: Search query. in: query @@ -519,6 +570,12 @@ components: name: fields schema: type: string + content_field_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string content_field_includeIds: description: The comma separated ID list of content_fields to include to result. in: query @@ -620,6 +677,12 @@ components: name: fields schema: type: string + content_type_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string content_type_includeIds: description: The comma separated ID list of content_types to include to result. in: query @@ -721,6 +784,16 @@ components: name: fields schema: type: string + entry_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string entry_includeIds: description: The comma separated ID list of entries to include to result. in: query @@ -768,6 +841,15 @@ components: schema: default: 0 type: integer + entry_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer entry_search: description: Search query. in: query @@ -894,6 +976,16 @@ components: name: fields schema: type: string + field_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: systemObject,type + in: query + name: filterKeys + schema: + default: 'systemObject,type' + type: string field_includeIds: description: The comma separated ID list of fields to include to result. in: query @@ -995,6 +1087,12 @@ components: name: fields schema: type: string + folder_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string folder_includeIds: description: The comma separated ID list of folders to include to result. in: query @@ -1096,6 +1194,12 @@ components: name: fields schema: type: string + formatted_text_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string formatted_text_includeIds: description: The comma separated ID list of formatted_texts to include to result. in: query @@ -1197,6 +1301,16 @@ components: name: fields schema: type: string + group_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string group_includeIds: description: The comma separated ID list of groups to include to result. in: query @@ -1298,6 +1412,16 @@ components: name: fields schema: type: string + log_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: level + in: query + name: filterKeys + schema: + default: level + type: string log_includeIds: description: The comma separated ID list of logs to include to result. in: query @@ -1399,6 +1523,16 @@ components: name: fields schema: type: string + page_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string page_includeIds: description: The comma separated ID list of pages to include to result. in: query @@ -1446,6 +1580,15 @@ components: schema: default: 0 type: integer + page_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer page_search: description: Search query. in: query @@ -1578,6 +1721,16 @@ components: name: fields schema: type: string + permission_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: blogIds + in: query + name: filterKeys + schema: + default: blogIds + type: string permission_includeIds: description: The comma separated ID list of permissions to include to result. in: query @@ -1691,6 +1844,12 @@ components: name: fields schema: type: string + role_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string role_includeIds: description: The comma separated ID list of roles to include to result. in: query @@ -1807,6 +1966,12 @@ components: name: fields schema: type: string + site_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string site_includeIds: description: The comma separated ID list of sites to include to result. in: query @@ -1914,6 +2079,12 @@ components: name: fields schema: type: string + tag_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string tag_includeIds: description: The comma separated ID list of tags to include to result. in: query @@ -2015,6 +2186,16 @@ components: name: fields schema: type: string + template_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: type + in: query + name: filterKeys + schema: + default: type + type: string template_includeIds: description: The comma separated ID list of templates to include to result. in: query @@ -2041,6 +2222,15 @@ components: schema: default: 0 type: integer + template_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer template_search: description: Search query. in: query @@ -2116,6 +2306,16 @@ components: name: fields schema: type: string + templatemap_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: archiveType,buildType,isPreferred + in: query + name: filterKeys + schema: + default: 'archiveType,buildType,isPreferred' + type: string templatemap_includeIds: description: The comma separated ID list of templatemaps to include to result. in: query @@ -2213,6 +2413,16 @@ components: name: fields schema: type: string + user_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status,lockout + in: query + name: filterKeys + schema: + default: 'status,lockout' + type: string user_includeIds: description: The comma separated ID list of users to include to result. in: query @@ -2314,6 +2524,12 @@ components: name: fields schema: type: string + widget_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string widget_includeIds: description: The comma separated ID list of widgets to include to result. in: query @@ -2415,6 +2631,12 @@ components: name: fields schema: type: string + widgetset_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string widgetset_includeIds: description: The comma separated ID list of widgetsets to include to result. in: query @@ -4845,7 +5067,7 @@ externalDocs: url: https://www.movabletype.jp/developers/data-api/ info: title: Movable Type Data API - version: 8.6.0 + version: 8.7.0 openapi: 3.0.0 paths: /: @@ -4977,8 +5199,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Upload file size is larger than CGIMaxUpload. - security: - - mtauth: [] summary: Upload a file tags: - Assets @@ -5200,6 +5420,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' - $ref: '#/components/parameters/group_dateField' - $ref: '#/components/parameters/group_dateFrom' - $ref: '#/components/parameters/group_dateTo' @@ -5233,8 +5454,6 @@ paths: description: Invalid login 403: description: Do not have permission to retrieve the requested groups. - security: - - mtauth: [] summary: Retrieve a list of groups tags: - Groups @@ -5268,8 +5487,6 @@ paths: description: Invalid login 403: description: Do not have permission to create a group. - security: - - mtauth: [] summary: Create a new group tags: - Groups @@ -5299,8 +5516,6 @@ paths: description: Invalid login 403: description: Do not have permission to synchronize groups. - security: - - mtauth: [] summary: Synchronize groups tags: - Groups @@ -5349,8 +5564,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a group tags: - Groups @@ -5389,8 +5602,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve single group by its ID tags: - Groups @@ -5446,8 +5657,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a group tags: - Groups @@ -5466,6 +5675,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' - $ref: '#/components/parameters/user_dateField' - $ref: '#/components/parameters/user_dateFrom' - $ref: '#/components/parameters/user_dateTo' @@ -5505,8 +5715,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve a list of members for specified group tags: - Groups @@ -5555,8 +5763,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group or Member not found. - security: - - mtauth: [] tags: - Groups '/groups/{group_id}/members/{member_id}': @@ -5609,8 +5815,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] tags: - Groups get: @@ -5653,8 +5857,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group or Member not found. - security: - - mtauth: [] summary: Retrieve single member by its ID for specified group tags: - Groups @@ -5675,6 +5877,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -5714,8 +5917,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for group tags: - Groups @@ -5773,8 +5974,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Group not found - security: - - mtauth: [] summary: Grant permissions to group tags: - Groups @@ -5832,8 +6031,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Group not found - security: - - mtauth: [] summary: Revoke permissions from group tags: - Groups @@ -5850,6 +6047,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -5889,8 +6087,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of permissions tags: - Permissions @@ -5932,8 +6128,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of plugins in the specified site tags: - Plugins @@ -5969,8 +6163,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Disable all plugins tags: - Plugins @@ -6006,8 +6198,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Enable all plugins tags: - Plugins @@ -6046,8 +6236,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found. - security: - - mtauth: [] summary: Retrieve single plugin by its ID tags: - Plugins @@ -6089,8 +6277,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Disable a plugin tags: - Plugins @@ -6132,8 +6318,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Enable a plugin tags: - Plugins @@ -6196,8 +6380,6 @@ paths: description: Invalid login 403: description: Do not have permission to publish content_data. - security: - - mtauth: [] summary: Publish Content Data tags: - Content Data @@ -6275,8 +6457,6 @@ paths: description: Invalid login 403: description: Do not have permission to publish. - security: - - mtauth: [] summary: Rebuild the static archives in relation to specified entries tags: - Entries @@ -6378,8 +6558,6 @@ paths: description: Invalid login 403: description: Do not have permission to retrieve the list of roles. - security: - - mtauth: [] summary: Retrieve a list of roles tags: - Roles @@ -6419,8 +6597,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new role tags: - Roles @@ -6469,8 +6645,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing role tags: - Roles @@ -6509,8 +6683,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role not found. - security: - - mtauth: [] summary: Retrieve a single role by its ID tags: - Roles @@ -6566,8 +6738,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing role tags: - Roles @@ -6591,6 +6761,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -6630,8 +6801,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role not found. - security: - - mtauth: [] summary: Retrieve a list of permissions by role tags: - Roles @@ -6879,8 +7048,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new website tags: - Sites @@ -6935,8 +7102,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing blog or website tags: - Sites @@ -7035,8 +7200,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new blog tags: - Sites @@ -7097,8 +7260,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing blog or website tags: - Sites @@ -7119,6 +7280,7 @@ paths: - $ref: '#/components/parameters/asset_searchFields' - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -7290,8 +7452,6 @@ paths: type: object type: object description: Conflict - security: - - mtauth: [] summary: Upload a file tags: - Assets @@ -7350,8 +7510,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an asset tags: - Assets @@ -7465,8 +7623,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an asset tags: - Assets @@ -7508,6 +7664,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -7589,6 +7746,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -7748,8 +7906,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Backup specified site tags: - Sites @@ -7907,8 +8063,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new category tags: - Categories @@ -7970,8 +8124,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Rearrange existing categories in a new order tags: - Categories @@ -8031,8 +8183,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing category tags: - Categories @@ -8146,8 +8296,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing category tags: - Categories @@ -8270,6 +8418,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -8642,8 +8791,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new category set tags: - Category Sets @@ -8700,8 +8847,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete category set tags: - Category Sets @@ -8819,8 +8964,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update category set tags: - Category Sets @@ -8859,6 +9002,11 @@ paths: - 0 - 1 type: integer + - $ref: '#/components/parameters/category_limit' + - $ref: '#/components/parameters/category_offset' + - $ref: '#/components/parameters/category_searchFields' + - $ref: '#/components/parameters/category_sortBy' + - $ref: '#/components/parameters/category_sortOrder' - $ref: '#/components/parameters/category_dateField' - $ref: '#/components/parameters/category_dateFrom' - $ref: '#/components/parameters/category_dateTo' @@ -8957,8 +9105,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site pr Category_set not found. - security: - - mtauth: [] summary: Create a new category for category set tags: - Categories @@ -9032,8 +9178,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Category_set not found. - security: - - mtauth: [] summary: Save hierarchical categories order in category set tags: - Categories @@ -9098,8 +9242,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete single category in category set tags: - Categories @@ -9230,8 +9372,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update single category in category set tags: - Categories @@ -9630,6 +9770,10 @@ paths: - Future - Spam type: string + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/comment_dateField' - $ref: '#/components/parameters/comment_dateFrom' - $ref: '#/components/parameters/comment_dateTo' @@ -9725,8 +9869,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a comment tags: - Comments @@ -9841,8 +9983,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a comment tags: - Comments @@ -9862,6 +10002,7 @@ paths: type: integer - $ref: '#/components/parameters/content_type_limit' - $ref: '#/components/parameters/content_type_offset' + - $ref: '#/components/parameters/content_type_searchFields' - description: | The field name for sort. You can specify one of following values. - name @@ -9918,8 +10059,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Content Type Collection tags: - Content Types @@ -9975,8 +10114,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create Content Type tags: - Content Types @@ -10035,8 +10172,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete Content Type tags: - Content Types @@ -10086,8 +10221,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Fetch single Content Type tags: - Content Types @@ -10153,8 +10286,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update Content Type tags: - Content Types @@ -10245,6 +10376,8 @@ paths: - $ref: '#/components/parameters/content_data_fields' - $ref: '#/components/parameters/content_data_includeIds' - $ref: '#/components/parameters/content_data_excludeIds' + - $ref: '#/components/parameters/content_data_filterKeys' + - $ref: '#/components/parameters/content_data_searchFields' - $ref: '#/components/parameters/content_data_dateField' - $ref: '#/components/parameters/content_data_dateFrom' - $ref: '#/components/parameters/content_data_dateTo' @@ -10313,6 +10446,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/content_data_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -10348,8 +10482,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Create Content Data tags: - Content Types @@ -10433,8 +10565,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found - security: - - mtauth: [] summary: Make a preview by data tags: - Content Types @@ -10501,8 +10631,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete single content data tags: - Content Types @@ -10599,6 +10727,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/content_data_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -10640,8 +10769,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update Content Data tags: - Content Types @@ -10730,8 +10857,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type or Content_data not found - security: - - mtauth: [] summary: Make a preview by id tags: - Content Types @@ -10757,6 +10882,7 @@ paths: type: integer - $ref: '#/components/parameters/content_field_limit' - $ref: '#/components/parameters/content_field_offset' + - $ref: '#/components/parameters/content_field_searchFields' - description: | The field name for sort. You can specify one of following values. - name @@ -10813,8 +10939,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Content Field Collection tags: - Content Fields @@ -10876,8 +11000,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Create Content Field tags: - Content Types @@ -10950,8 +11072,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Save hierarchical content field order tags: - Content Types @@ -11016,8 +11136,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete Content Field tags: - Content Types @@ -11073,8 +11191,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type or Content_field not found. - security: - - mtauth: [] summary: Fetch single Content Field tags: - Content Types @@ -11148,8 +11264,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update Content Field tags: - Content Types @@ -11297,6 +11411,7 @@ paths: name: fields schema: type: string + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -11356,6 +11471,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/entry_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -11397,8 +11513,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new entry tags: - Entries @@ -11437,8 +11551,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Export entries tags: - Entries @@ -11521,8 +11633,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Import entries tags: - Entries @@ -11590,8 +11700,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Entry not found - security: - - mtauth: [] summary: Make a preview for a entry tags: - Entries @@ -11649,8 +11757,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an entry tags: - Entries @@ -11746,6 +11852,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/entry_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -11793,8 +11900,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an entry tags: - Entries @@ -11848,6 +11953,8 @@ paths: type: string - $ref: '#/components/parameters/asset_sortOrder' - $ref: '#/components/parameters/asset_fields' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - $ref: '#/components/parameters/asset_dateField' - $ref: '#/components/parameters/asset_dateFrom' - $ref: '#/components/parameters/asset_dateTo' @@ -12053,6 +12160,10 @@ paths: name: offset schema: type: integer + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/comment_dateField' - $ref: '#/components/parameters/comment_dateFrom' - $ref: '#/components/parameters/comment_dateTo' @@ -12147,8 +12258,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Create a new comment on an entry tags: - Comments @@ -12210,8 +12319,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Reply to specified comment tags: - Comments @@ -12286,8 +12393,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Entry not found - security: - - mtauth: [] summary: Make a preview for a entry with existing data tags: - Entries @@ -12336,8 +12441,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found - security: - - mtauth: [] summary: Export site's theme tags: - Themes @@ -12356,6 +12459,7 @@ paths: - $ref: '#/components/parameters/field_sortBy' - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/field_fields' + - $ref: '#/components/parameters/field_filterKeys' - $ref: '#/components/parameters/field_dateField' - $ref: '#/components/parameters/field_dateFrom' - $ref: '#/components/parameters/field_dateTo' @@ -12395,8 +12499,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of fields in the specified site tags: - CustomFields @@ -12442,8 +12544,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new field tags: - CustomFields @@ -12497,8 +12597,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a field tags: - CustomFields @@ -12542,8 +12640,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Field not found. - security: - - mtauth: [] summary: Retrieve single field by its ID tags: - CustomFields @@ -12604,8 +12700,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a field tags: - CustomFields @@ -12758,8 +12852,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new folder. tags: - Folders @@ -12821,8 +12913,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Rearrange existing folders in a new order tags: - Folders @@ -12882,8 +12972,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing folder tags: - Folders @@ -12997,8 +13085,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing folder tags: - Folders @@ -13116,6 +13202,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -13397,8 +13484,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of formatted_texts in the specified site tags: - FormattedText @@ -13444,8 +13529,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new formatted_text tags: - FormattedText @@ -13499,8 +13582,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a formatted_text tags: - FormattedText @@ -13544,8 +13625,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or FormattedText not found. - security: - - mtauth: [] summary: Retrieve single formatted_text by its ID tags: - FormattedText @@ -13606,8 +13685,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a formatted_text tags: - FormattedText @@ -13659,8 +13736,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Reset logs tags: - Logs @@ -13682,6 +13757,7 @@ paths: - $ref: '#/components/parameters/log_searchFields' - $ref: '#/components/parameters/log_limit' - $ref: '#/components/parameters/log_offset' + - $ref: '#/components/parameters/log_filterKeys' - description: | - id - created_on @@ -13772,8 +13848,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of logs in the specified site tags: - Logs @@ -13819,8 +13893,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new log tags: - Logs @@ -13863,8 +13935,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Export logs tags: - Logs @@ -13918,8 +13988,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing log tags: - Logs @@ -13963,8 +14031,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Log not found. - security: - - mtauth: [] summary: Retrieve a single log by its ID tags: - Logs @@ -14025,8 +14091,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing log tags: - Logs @@ -14063,6 +14127,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -14122,6 +14187,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/page_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -14163,8 +14229,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new page tags: - Pages @@ -14232,8 +14296,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Page not found - security: - - mtauth: [] summary: Make a preview for a page tags: - Pages @@ -14292,8 +14354,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing page tags: - Pages @@ -14371,6 +14431,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/page_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -14418,8 +14479,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing page tags: - Pages @@ -14443,6 +14502,8 @@ paths: type: string - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -14546,6 +14607,10 @@ paths: name: offset schema: type: integer + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/comment_dateField' - $ref: '#/components/parameters/comment_dateFrom' - $ref: '#/components/parameters/comment_dateTo' @@ -14640,8 +14705,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Create a new comment on a page tags: - Comments @@ -14703,8 +14766,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Reply to specified comment tags: - Comments @@ -14779,8 +14840,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Page not found - security: - - mtauth: [] summary: Make a preview for a page with existing data tags: - Pages @@ -14844,8 +14903,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for site tags: - Sites @@ -14903,8 +14960,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Grant permissions to site tags: - Sites @@ -14962,8 +15017,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Revoke permissions from site tags: - Sites @@ -15032,8 +15085,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Reset all templates in the site tags: - Templates @@ -15049,14 +15100,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -15078,7 +15129,7 @@ paths: name: path schema: type: string - - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' + - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' in: query name: uniquePath schema: @@ -15126,8 +15177,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve pageviews count for each date from provider (e.g. Google Analytics) tags: - Statistics @@ -15143,14 +15192,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -15212,8 +15261,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve visits count for each date from provider (e.g. Google Analytics) tags: - Statistics @@ -15229,14 +15276,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -15258,7 +15305,7 @@ paths: name: path schema: type: string - - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' + - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' in: query name: uniquePath schema: @@ -15306,8 +15353,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve pageviews count for each path from provider (e.g. Google Analytics) tags: - Statistics @@ -15323,14 +15368,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -15392,8 +15437,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve visits count for each path from provider (e.g. Google Analytics) tags: - Statistics @@ -15437,8 +15480,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve a current effective provider tags: - Statistics @@ -15549,8 +15590,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing tag tags: - Tags @@ -15654,8 +15693,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing tag tags: - Tags @@ -15679,6 +15716,8 @@ paths: type: string - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -15788,6 +15827,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -15869,6 +15909,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -15930,6 +15971,7 @@ paths: - $ref: '#/components/parameters/template_searchFields' - $ref: '#/components/parameters/template_limit' - $ref: '#/components/parameters/template_offset' + - $ref: '#/components/parameters/template_filterKeys' - description: | #### id @@ -16021,8 +16063,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of templates in the specified site tags: - Templates @@ -16039,6 +16079,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/template_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -16074,8 +16115,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new template tags: - Templates @@ -16144,8 +16183,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Make a preview for a template tags: - Templates @@ -16204,8 +16241,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a template tags: - Templates @@ -16255,8 +16290,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Retrieve single template by its ID tags: - Templates @@ -16281,6 +16314,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/template_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -16322,8 +16356,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a template tags: - Templates @@ -16376,8 +16408,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Make a clone of a template tags: - Templates @@ -16457,8 +16487,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Make a preview for a template with existing data tags: - Templates @@ -16517,8 +16545,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Publish a template tags: - Templates @@ -16575,8 +16601,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Reset template text to theme default or tempalte_set default tags: - Templates @@ -16602,6 +16626,7 @@ paths: - $ref: '#/components/parameters/templatemap_fields' - $ref: '#/components/parameters/templatemap_includeIds' - $ref: '#/components/parameters/templatemap_excludeIds' + - $ref: '#/components/parameters/templatemap_filterKeys' - $ref: '#/components/parameters/templatemap_dateField' - $ref: '#/components/parameters/templatemap_dateFrom' - $ref: '#/components/parameters/templatemap_dateTo' @@ -16641,8 +16666,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Retrieve a list of templatemaps in the specified site tags: - Templates @@ -16694,8 +16717,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Create a new templatemap tags: - Templates @@ -16755,8 +16776,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing templatemap tags: - Templates @@ -16805,8 +16824,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template or TemplateMap not found. - security: - - mtauth: [] summary: Retrieve a single templatemap by its ID tags: - Templates @@ -16873,8 +16890,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing templatemap tags: - Templates @@ -16929,8 +16944,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of themes for site tags: - Themes @@ -16980,8 +16993,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found. - security: - - mtauth: [] summary: Retrieve a single theme by its ID for site tags: - Themes @@ -17034,8 +17045,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found - security: - - mtauth: [] summary: Apply a theme to site tags: - Themes @@ -17095,8 +17104,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of widgets in the specified site tags: - Widgets @@ -17142,8 +17149,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new widget tags: - Widgets @@ -17197,8 +17202,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a widget tags: - Widgets @@ -17242,8 +17245,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found. - security: - - mtauth: [] summary: Retrieve a single widget by its ID tags: - Widgets @@ -17304,8 +17305,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a widget tags: - Widgets @@ -17352,8 +17351,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found - security: - - mtauth: [] summary: Make a clone of a widget tags: - Widgets @@ -17404,8 +17401,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found - security: - - mtauth: [] summary: Reset widget text to default tags: - Widgets @@ -17465,8 +17460,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of widgetsets in the specified site tags: - WidgetSets @@ -17512,8 +17505,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new widgetset tags: - WidgetSets @@ -17567,8 +17558,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing widgetset tags: - WidgetSets @@ -17612,8 +17601,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or WidgetSet not found. - security: - - mtauth: [] summary: Retrieve a single widgetset by its ID tags: - WidgetSets @@ -17674,8 +17661,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing widgetset tags: - WidgetSets @@ -17740,8 +17725,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or WidgetSet not found. - security: - - mtauth: [] summary: Retrieve a list of widgets in the specified widgetset tags: - Widgets @@ -17792,8 +17775,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found. - security: - - mtauth: [] summary: Retrieve a single widget by widgetset ID tags: - Widgets @@ -17842,8 +17823,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of themes tags: - Themes @@ -17898,8 +17877,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Uninstall a specified theme from the MT tags: - Themes @@ -17943,8 +17920,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found. - security: - - mtauth: [] summary: Retrieve a single theme by its ID tags: - Themes @@ -17986,8 +17961,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Invalidate current session. This is like logout tags: - Authentication @@ -18064,6 +18037,7 @@ paths: - $ref: '#/components/parameters/user_searchFields' - $ref: '#/components/parameters/user_limit' - $ref: '#/components/parameters/user_offset' + - $ref: '#/components/parameters/user_filterKeys' - description: | The field name for sort. You can specify one of following values - id @@ -18205,8 +18179,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new user tags: - Users @@ -18233,8 +18205,6 @@ paths: description: Invalid login 403: description: Do not have permission to export users. - security: - - mtauth: [] summary: Export users tags: - Users @@ -18279,8 +18249,6 @@ paths: description: Invalid login 403: description: Do not have permission to import users. - security: - - mtauth: [] summary: Import users tags: - Users @@ -18310,8 +18278,6 @@ paths: description: Invalid login 403: description: Do not have permission to synchronize users. - security: - - mtauth: [] summary: Synchronize users tags: - Users @@ -18366,8 +18332,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete user tags: - Users @@ -18477,8 +18441,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update user data tags: - Users @@ -18497,6 +18459,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' - $ref: '#/components/parameters/group_dateField' - $ref: '#/components/parameters/group_dateFrom' - $ref: '#/components/parameters/group_dateTo' @@ -18536,8 +18499,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: User not found. - security: - - mtauth: [] summary: Retrieve a list of groups tags: - Users @@ -18559,6 +18520,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -18598,8 +18560,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for user tags: - Users @@ -18657,8 +18617,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Grant permissions to user tags: - Users @@ -18716,8 +18674,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Revoke permissions from user tags: - Users @@ -18768,8 +18724,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found - security: - - mtauth: [] summary: Send the link for password recovery to specified user by email tags: - Users @@ -18933,8 +18887,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found - security: - - mtauth: [] summary: Unlock user account tags: - Users @@ -18975,6 +18927,8 @@ paths: summary: Get server API version tags: - Common API +security: + - mtauth: [] servers: - url: https://example.com/mt/mt-data-api.cgi/v4 tags: diff --git a/src/openapi/v5.json b/src/openapi/v5.json index acff681..df9ace0 100644 --- a/src/openapi/v5.json +++ b/src/openapi/v5.json @@ -42,6 +42,15 @@ "type": "string" } }, + "asset_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: class", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "class", + "type": "string" + } + }, "asset_includeIds": { "description": "The comma separated ID list of assets to include to result.", "in": "query", @@ -148,6 +157,14 @@ "type": "string" } }, + "category_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "category_includeIds": { "description": "The comma separated ID list of categories to include to result.", "in": "query", @@ -232,6 +249,14 @@ "type": "string" } }, + "category_set_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "category_set_includeIds": { "description": "The comma separated ID list of category_sets to include to result.", "in": "query", @@ -360,6 +385,15 @@ "type": "string" } }, + "comment_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "comment_includeIds": { "description": "The comma separated ID list of comments to include to result.", "in": "query", @@ -466,6 +500,15 @@ "type": "string" } }, + "content_data_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "content_data_includeIds": { "description": "The comma separated ID list of content_data to include to result.", "in": "query", @@ -492,6 +535,18 @@ "type": "integer" } }, + "content_data_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "content_data_search": { "description": "Search query.", "in": "query", @@ -572,6 +627,14 @@ "type": "string" } }, + "content_field_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "content_field_includeIds": { "description": "The comma separated ID list of content_fields to include to result.", "in": "query", @@ -678,6 +741,14 @@ "type": "string" } }, + "content_type_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "content_type_includeIds": { "description": "The comma separated ID list of content_types to include to result.", "in": "query", @@ -784,6 +855,15 @@ "type": "string" } }, + "entry_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "entry_includeIds": { "description": "The comma separated ID list of entries to include to result.", "in": "query", @@ -838,6 +918,18 @@ "type": "integer" } }, + "entry_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "entry_search": { "description": "Search query.", "in": "query", @@ -940,6 +1032,15 @@ "type": "string" } }, + "field_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: systemObject,type", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "systemObject,type", + "type": "string" + } + }, "field_includeIds": { "description": "The comma separated ID list of fields to include to result.", "in": "query", @@ -1046,6 +1147,14 @@ "type": "string" } }, + "folder_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "folder_includeIds": { "description": "The comma separated ID list of folders to include to result.", "in": "query", @@ -1152,6 +1261,14 @@ "type": "string" } }, + "formatted_text_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "formatted_text_includeIds": { "description": "The comma separated ID list of formatted_texts to include to result.", "in": "query", @@ -1258,6 +1375,15 @@ "type": "string" } }, + "group_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "group_includeIds": { "description": "The comma separated ID list of groups to include to result.", "in": "query", @@ -1364,6 +1490,15 @@ "type": "string" } }, + "log_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: level", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "level", + "type": "string" + } + }, "log_includeIds": { "description": "The comma separated ID list of logs to include to result.", "in": "query", @@ -1470,6 +1605,15 @@ "type": "string" } }, + "page_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "page_includeIds": { "description": "The comma separated ID list of pages to include to result.", "in": "query", @@ -1524,6 +1668,18 @@ "type": "integer" } }, + "page_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "page_search": { "description": "Search query.", "in": "query", @@ -1634,6 +1790,15 @@ "type": "string" } }, + "permission_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: blogIds", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "blogIds", + "type": "string" + } + }, "permission_includeIds": { "description": "The comma separated ID list of permissions to include to result.", "in": "query", @@ -1746,6 +1911,14 @@ "type": "string" } }, + "role_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "role_includeIds": { "description": "The comma separated ID list of roles to include to result.", "in": "query", @@ -1859,6 +2032,14 @@ "type": "string" } }, + "site_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "site_includeIds": { "description": "The comma separated ID list of sites to include to result.", "in": "query", @@ -1968,6 +2149,14 @@ "type": "string" } }, + "tag_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "tag_includeIds": { "description": "The comma separated ID list of tags to include to result.", "in": "query", @@ -2074,6 +2263,15 @@ "type": "string" } }, + "template_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: type", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "type", + "type": "string" + } + }, "template_includeIds": { "description": "The comma separated ID list of templates to include to result.", "in": "query", @@ -2100,6 +2298,18 @@ "type": "integer" } }, + "template_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "template_search": { "description": "Search query.", "in": "query", @@ -2180,6 +2390,15 @@ "type": "string" } }, + "templatemap_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: archiveType,buildType,isPreferred", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "archiveType,buildType,isPreferred", + "type": "string" + } + }, "templatemap_includeIds": { "description": "The comma separated ID list of templatemaps to include to result.", "in": "query", @@ -2285,6 +2504,15 @@ "type": "string" } }, + "user_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status,lockout", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status,lockout", + "type": "string" + } + }, "user_includeIds": { "description": "The comma separated ID list of users to include to result.", "in": "query", @@ -2391,6 +2619,14 @@ "type": "string" } }, + "widget_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "widget_includeIds": { "description": "The comma separated ID list of widgets to include to result.", "in": "query", @@ -2497,6 +2733,14 @@ "type": "string" } }, + "widgetset_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "widgetset_includeIds": { "description": "The comma separated ID list of widgetsets to include to result.", "in": "query", @@ -6178,7 +6422,7 @@ }, "info": { "title": "Movable Type Data API", - "version": "8.6.0" + "version": "8.7.0" }, "openapi": "3.0.0", "paths": { @@ -6382,11 +6626,6 @@ "description": "Upload file size is larger than CGIMaxUpload." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Upload a file", "tags": [ "Assets" @@ -6726,6 +6965,9 @@ { "$ref": "#/components/parameters/group_fields" }, + { + "$ref": "#/components/parameters/group_filterKeys" + }, { "$ref": "#/components/parameters/group_dateField" }, @@ -6784,11 +7026,6 @@ "description": "Do not have permission to retrieve the requested groups." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of groups", "tags": [ "Groups" @@ -6844,11 +7081,6 @@ "description": "Do not have permission to create a group." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new group", "tags": [ "Groups" @@ -6897,11 +7129,6 @@ "description": "Do not have permission to synchronize groups." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Synchronize groups", "tags": [ "Groups" @@ -6976,11 +7203,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a group", "tags": [ "Groups" @@ -7045,11 +7267,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single group by its ID", "tags": [ "Groups" @@ -7136,11 +7353,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a group", "tags": [ "Groups" @@ -7179,6 +7391,9 @@ { "$ref": "#/components/parameters/group_fields" }, + { + "$ref": "#/components/parameters/group_filterKeys" + }, { "$ref": "#/components/parameters/user_dateField" }, @@ -7247,11 +7462,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of members for specified group", "tags": [ "Groups" @@ -7332,11 +7542,6 @@ "description": "Group or Member not found." } }, - "security": [ - { - "mtauth": [] - } - ], "tags": [ "Groups" ] @@ -7418,11 +7623,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "tags": [ "Groups" ] @@ -7494,11 +7694,6 @@ "description": "Group or Member not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single member by its ID for specified group", "tags": [ "Groups" @@ -7535,6 +7730,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -7603,11 +7801,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for group", "tags": [ "Groups", @@ -7697,11 +7890,6 @@ "description": "Site or Group not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to group", "tags": [ "Groups", @@ -7791,11 +7979,6 @@ "description": "Site or Group not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from group", "tags": [ "Groups", @@ -7825,6 +8008,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -7893,11 +8079,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions", "tags": [ "Permissions" @@ -7964,11 +8145,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of plugins in the specified site", "tags": [ "Plugins" @@ -8027,11 +8203,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Disable all plugins", "tags": [ "Plugins" @@ -8090,11 +8261,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Enable all plugins", "tags": [ "Plugins" @@ -8158,11 +8324,6 @@ "description": "Site or Plugin not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single plugin by its ID", "tags": [ "Plugins" @@ -8231,11 +8392,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Disable a plugin", "tags": [ "Plugins" @@ -8304,11 +8460,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Enable a plugin", "tags": [ "Plugins" @@ -8401,11 +8552,6 @@ "description": "Do not have permission to publish content_data." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Publish Content Data", "tags": [ "Content Data", @@ -8504,11 +8650,6 @@ "description": "Do not have permission to publish." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rebuild the static archives in relation to specified entries", "tags": [ "Entries", @@ -8676,11 +8817,6 @@ "description": "Do not have permission to retrieve the list of roles." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of roles", "tags": [ "Roles" @@ -8746,11 +8882,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new role", "tags": [ "Roles" @@ -8825,11 +8956,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing role", "tags": [ "Roles" @@ -8894,11 +9020,6 @@ "description": "Site or Role not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single role by its ID", "tags": [ "Roles" @@ -8985,11 +9106,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing role", "tags": [ "Roles" @@ -9026,6 +9142,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -9094,11 +9213,6 @@ "description": "Site or Role not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions by role", "tags": [ "Roles", @@ -9432,11 +9546,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new website", "tags": [ "Sites" @@ -9511,11 +9620,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing blog or website", "tags": [ "Sites" @@ -9669,11 +9773,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new blog", "tags": [ "Sites" @@ -9760,11 +9859,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing blog or website", "tags": [ "Sites" @@ -9802,6 +9896,9 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -10047,11 +10144,6 @@ "description": "Conflict" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Upload a file", "tags": [ "Assets" @@ -10134,11 +10226,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an asset", "tags": [ "Assets" @@ -10313,11 +10400,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an asset", "tags": [ "Assets" @@ -10391,6 +10473,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -10533,6 +10618,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -10795,11 +10883,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Backup specified site", "tags": [ "Sites", @@ -11021,11 +11104,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new category", "tags": [ "Categories" @@ -11109,11 +11187,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rearrange existing categories in a new order", "tags": [ "Categories" @@ -11196,11 +11269,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing category", "tags": [ "Categories" @@ -11375,11 +11443,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing category", "tags": [ "Categories" @@ -11564,6 +11627,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -12104,11 +12170,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new category set", "tags": [ "Category Sets" @@ -12191,11 +12252,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete category set", "tags": [ "Category Sets" @@ -12371,11 +12427,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update category set", "tags": [ "Category Sets" @@ -12431,6 +12482,21 @@ "type": "integer" } }, + { + "$ref": "#/components/parameters/category_limit" + }, + { + "$ref": "#/components/parameters/category_offset" + }, + { + "$ref": "#/components/parameters/category_searchFields" + }, + { + "$ref": "#/components/parameters/category_sortBy" + }, + { + "$ref": "#/components/parameters/category_sortOrder" + }, { "$ref": "#/components/parameters/category_dateField" }, @@ -12582,11 +12648,6 @@ "description": "Site pr Category_set not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new category for category set", "tags": [ "Categories", @@ -12679,11 +12740,6 @@ "description": "Site or Category_set not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Save hierarchical categories order in category set", "tags": [ "Categories", @@ -12775,11 +12831,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete single category in category set", "tags": [ "Categories", @@ -12973,11 +13024,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update single category in category set", "tags": [ "Categories", @@ -13589,6 +13635,18 @@ "type": "string" } }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, { "$ref": "#/components/parameters/comment_dateField" }, @@ -13739,11 +13797,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a comment", "tags": [ "Comments" @@ -13916,11 +13969,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a comment", "tags": [ "Comments" @@ -13945,6 +13993,9 @@ { "$ref": "#/components/parameters/content_type_offset" }, + { + "$ref": "#/components/parameters/content_type_searchFields" + }, { "description": "The field name for sort. You can specify one of following values.\n- name\n- dataLabel\n- uniqueID\n- modified_on\n", "in": "query", @@ -14037,11 +14088,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Content Type Collection", "tags": [ "Content Types" @@ -14118,11 +14164,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create Content Type", "tags": [ "Content Types" @@ -14205,11 +14246,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete Content Type", "tags": [ "Content Types" @@ -14283,11 +14319,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Fetch single Content Type", "tags": [ "Content Types" @@ -14382,11 +14413,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update Content Type", "tags": [ "Content Types" @@ -14427,6 +14453,12 @@ { "$ref": "#/components/parameters/content_data_offset" }, + { + "$ref": "#/components/parameters/content_data_filterKeys" + }, + { + "$ref": "#/components/parameters/content_data_searchFields" + }, { "description": "The field name for sort. You can specify one of following values.\n- id\n- uniqueID\n- authored_on\n- created_on\n- modified_on\n", "in": "query", @@ -14548,6 +14580,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/content_data_saveRevision" } ], "requestBody": { @@ -14609,11 +14644,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create Content Data", "tags": [ "Content Types", @@ -14722,11 +14752,6 @@ "description": "Site or Content_type not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview by data", "tags": [ "Content Types", @@ -14818,11 +14843,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete single content data", "tags": [ "Content Types", @@ -14945,6 +14965,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/content_data_saveRevision" } ], "requestBody": { @@ -15016,11 +15039,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update Content Data", "tags": [ "Content Types", @@ -15137,11 +15155,6 @@ "description": "Site or Content_type or Content_data not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview by id", "tags": [ "Content Types", @@ -15175,6 +15188,9 @@ { "$ref": "#/components/parameters/content_field_offset" }, + { + "$ref": "#/components/parameters/content_field_searchFields" + }, { "description": "The field name for sort. You can specify one of following values.\n- name\n- dataLabel\n- uniqueID\n- modified_on\n", "in": "query", @@ -15267,11 +15283,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Content Field Collection", "tags": [ "Content Fields", @@ -15357,11 +15368,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create Content Field", "tags": [ "Content Types", @@ -15454,11 +15460,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Save hierarchical content field order", "tags": [ "Content Types", @@ -15550,11 +15551,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete Content Field", "tags": [ "Content Types", @@ -15637,11 +15633,6 @@ "description": "Site or Content_type or Content_field not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Fetch single Content Field", "tags": [ "Content Types", @@ -15745,11 +15736,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update Content Field", "tags": [ "Content Types", @@ -15816,6 +15802,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -15899,6 +15888,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/entry_saveRevision" } ], "requestBody": { @@ -15968,11 +15960,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new entry", "tags": [ "Entries" @@ -16036,11 +16023,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export entries", "tags": [ "Entries" @@ -16156,11 +16138,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Import entries", "tags": [ "Entries" @@ -16260,11 +16237,6 @@ "description": "Site or Entry not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a entry", "tags": [ "Entries" @@ -16347,11 +16319,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an entry", "tags": [ "Entries" @@ -16477,6 +16444,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/entry_saveRevision" } ], "requestBody": { @@ -16556,11 +16526,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an entry", "tags": [ "Entries" @@ -16628,6 +16593,12 @@ { "$ref": "#/components/parameters/asset_fields" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "$ref": "#/components/parameters/asset_dateField" }, @@ -16910,6 +16881,18 @@ "type": "integer" } }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, { "$ref": "#/components/parameters/comment_dateField" }, @@ -17063,11 +17046,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new comment on an entry", "tags": [ "Comments", @@ -17163,11 +17141,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reply to specified comment", "tags": [ "Comments", @@ -17276,11 +17249,6 @@ "description": "Site or Entry not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a entry with existing data", "tags": [ "Entries" @@ -17350,11 +17318,6 @@ "description": "Site or Theme not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export site's theme", "tags": [ "Themes" @@ -17393,6 +17356,9 @@ { "$ref": "#/components/parameters/field_fields" }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, { "$ref": "#/components/parameters/field_dateField" }, @@ -17461,11 +17427,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of fields in the specified site", "tags": [ "CustomFields" @@ -17541,11 +17502,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new field", "tags": [ "CustomFields" @@ -17628,11 +17584,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a field", "tags": [ "CustomFields" @@ -17705,11 +17656,6 @@ "description": "Site or Field not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single field by its ID", "tags": [ "CustomFields" @@ -17804,11 +17750,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a field", "tags": [ "CustomFields" @@ -18020,11 +17961,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new folder.", "tags": [ "Folders" @@ -18108,11 +18044,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rearrange existing folders in a new order", "tags": [ "Folders" @@ -18195,11 +18126,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing folder", "tags": [ "Folders" @@ -18374,11 +18300,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing folder", "tags": [ "Folders" @@ -18554,6 +18475,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -18980,11 +18904,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of formatted_texts in the specified site", "tags": [ "FormattedText" @@ -19060,11 +18979,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new formatted_text", "tags": [ "FormattedText" @@ -19147,11 +19061,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a formatted_text", "tags": [ "FormattedText" @@ -19224,11 +19133,6 @@ "description": "Site or FormattedText not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single formatted_text by its ID", "tags": [ "FormattedText" @@ -19323,11 +19227,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a formatted_text", "tags": [ "FormattedText" @@ -19407,11 +19306,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset logs", "tags": [ "Logs" @@ -19440,6 +19334,9 @@ { "$ref": "#/components/parameters/log_offset" }, + { + "$ref": "#/components/parameters/log_filterKeys" + }, { "description": "- id\n- created_on\n- blog_id\n- author_id\n- level\n- class\n\n**Default**: created_on\n", "in": "query", @@ -19556,11 +19453,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of logs in the specified site", "tags": [ "Logs" @@ -19636,11 +19528,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new log", "tags": [ "Logs" @@ -19711,11 +19598,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export logs", "tags": [ "Logs" @@ -19798,11 +19680,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing log", "tags": [ "Logs" @@ -19875,11 +19752,6 @@ "description": "Site or Log not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single log by its ID", "tags": [ "Logs" @@ -19974,11 +19846,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing log", "tags": [ "Logs" @@ -20044,6 +19911,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -20127,6 +19997,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/page_saveRevision" } ], "requestBody": { @@ -20196,11 +20069,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new page", "tags": [ "Pages" @@ -20300,11 +20168,6 @@ "description": "Site or Page not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a page", "tags": [ "Pages" @@ -20387,11 +20250,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing page", "tags": [ "Pages" @@ -20496,6 +20354,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/page_saveRevision" } ], "requestBody": { @@ -20575,11 +20436,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing page", "tags": [ "Pages" @@ -20619,6 +20475,12 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -20764,6 +20626,18 @@ "type": "integer" } }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, { "$ref": "#/components/parameters/comment_dateField" }, @@ -20917,11 +20791,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new comment on a page", "tags": [ "Comments", @@ -21017,11 +20886,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reply to specified comment", "tags": [ "Comments", @@ -21130,11 +20994,6 @@ "description": "Site or Page not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a page with existing data", "tags": [ "Pages" @@ -21236,11 +21095,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for site", "tags": [ "Sites", @@ -21330,11 +21184,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to site", "tags": [ "Sites", @@ -21424,11 +21273,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from site", "tags": [ "Sites", @@ -21512,11 +21356,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset all templates in the site", "tags": [ "Templates" @@ -21536,7 +21375,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -21546,7 +21385,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -21580,7 +21419,7 @@ } }, { - "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", "in": "query", "name": "uniquePath", "schema": { @@ -21656,11 +21495,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve pageviews count for each date from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -21680,7 +21514,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -21690,7 +21524,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -21788,11 +21622,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve visits count for each date from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -21812,7 +21641,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -21822,7 +21651,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -21856,7 +21685,7 @@ } }, { - "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", "in": "query", "name": "uniquePath", "schema": { @@ -21932,11 +21761,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve pageviews count for each path from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -21956,7 +21780,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -21966,7 +21790,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -22064,11 +21888,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve visits count for each path from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -22135,11 +21954,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a current effective provider", "tags": [ "Statistics" @@ -22328,11 +22142,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing tag", "tags": [ "Tags" @@ -22499,11 +22308,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing tag", "tags": [ "Tags" @@ -22543,6 +22347,12 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -22711,6 +22521,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -22853,6 +22666,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -22952,6 +22768,9 @@ { "$ref": "#/components/parameters/template_offset" }, + { + "$ref": "#/components/parameters/template_filterKeys" + }, { "description": "#### id\n\nSort by the ID of each template.\n\n#### name\n\nSort by the name of each template.\n\n#### created_on\n\nSort by the created time of each template.\n\n#### modified_on\n\nSort by the modified time of each template.\n\n#### created_by\n\nSort by the ID of user who created each template.\n\n#### modified_by\n\nSort by the ID of user who modified each template.\n\n#### type\n\nSort by the type of each template.\n\n**Default**: name\n", "in": "query", @@ -23058,11 +22877,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of templates in the specified site", "tags": [ "Templates" @@ -23078,6 +22892,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/template_saveRevision" } ], "requestBody": { @@ -23139,11 +22956,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new template", "tags": [ "Templates" @@ -23243,11 +23055,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a template", "tags": [ "Templates" @@ -23330,11 +23137,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a template", "tags": [ "Templates" @@ -23408,11 +23210,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single template by its ID", "tags": [ "Templates" @@ -23436,6 +23233,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/template_saveRevision" } ], "requestBody": { @@ -23507,11 +23307,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a template", "tags": [ "Templates" @@ -23589,11 +23384,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a clone of a template", "tags": [ "Templates" @@ -23701,11 +23491,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a template with existing data", "tags": [ "Templates" @@ -23783,11 +23568,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Publish a template", "tags": [ "Templates" @@ -23871,11 +23651,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset template text to theme default or tempalte_set default", "tags": [ "Templates" @@ -23928,6 +23703,9 @@ { "$ref": "#/components/parameters/templatemap_excludeIds" }, + { + "$ref": "#/components/parameters/templatemap_filterKeys" + }, { "$ref": "#/components/parameters/templatemap_dateField" }, @@ -23996,11 +23774,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of templatemaps in the specified site", "tags": [ "Templates", @@ -24085,11 +23858,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new templatemap", "tags": [ "Templates", @@ -24181,11 +23949,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing templatemap", "tags": [ "Templates", @@ -24264,11 +24027,6 @@ "description": "Site or Template or TemplateMap not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single templatemap by its ID", "tags": [ "Templates", @@ -24372,11 +24130,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing templatemap", "tags": [ "Templates", @@ -24455,11 +24208,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of themes for site", "tags": [ "Themes" @@ -24532,11 +24280,6 @@ "description": "Site or Theme not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single theme by its ID for site", "tags": [ "Themes" @@ -24614,11 +24357,6 @@ "description": "Site or Theme not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Apply a theme to site", "tags": [ "Themes" @@ -24731,11 +24469,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgets in the specified site", "tags": [ "Widgets" @@ -24811,11 +24544,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new widget", "tags": [ "Widgets" @@ -24898,11 +24626,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a widget", "tags": [ "Widgets" @@ -24975,11 +24698,6 @@ "description": "Site or Widget not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widget by its ID", "tags": [ "Widgets" @@ -25074,11 +24792,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a widget", "tags": [ "Widgets" @@ -25155,11 +24868,6 @@ "description": "Site or Widget not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a clone of a widget", "tags": [ "Widgets" @@ -25242,11 +24950,6 @@ "description": "Site or Widget not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset widget text to default", "tags": [ "Widgets" @@ -25359,11 +25062,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgetsets in the specified site", "tags": [ "WidgetSets" @@ -25439,11 +25137,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new widgetset", "tags": [ "WidgetSets" @@ -25526,11 +25219,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing widgetset", "tags": [ "WidgetSets" @@ -25603,11 +25291,6 @@ "description": "Site or WidgetSet not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widgetset by its ID", "tags": [ "WidgetSets" @@ -25702,11 +25385,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing widgetset", "tags": [ "WidgetSets" @@ -25827,11 +25505,6 @@ "description": "Site or WidgetSet not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgets in the specified widgetset", "tags": [ "Widgets", @@ -25915,11 +25588,6 @@ "description": "Site or Widget not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widget by widgetset ID", "tags": [ "Widgets", @@ -26051,11 +25719,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of themes", "tags": [ "Themes" @@ -26130,11 +25793,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Uninstall a specified theme from the MT", "tags": [ "Themes" @@ -26197,11 +25855,6 @@ "description": "Site or Theme not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single theme by its ID", "tags": [ "Themes" @@ -26259,11 +25912,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Invalidate current session. This is like logout", "tags": [ "Authentication" @@ -26368,6 +26016,9 @@ { "$ref": "#/components/parameters/user_offset" }, + { + "$ref": "#/components/parameters/user_filterKeys" + }, { "description": "The field name for sort. You can specify one of following values\n- id\n- name\n\n**Default**: name\n", "in": "query", @@ -26552,11 +26203,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new user", "tags": [ "Users" @@ -26600,11 +26246,6 @@ "description": "Do not have permission to export users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export users", "tags": [ "Users" @@ -26677,11 +26318,6 @@ "description": "Do not have permission to import users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Import users", "tags": [ "Users" @@ -26730,11 +26366,6 @@ "description": "Do not have permission to synchronize users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Synchronize users", "tags": [ "Users" @@ -26809,11 +26440,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete user", "tags": [ "Users" @@ -26978,11 +26604,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update user data", "tags": [ "Users" @@ -27021,6 +26642,9 @@ { "$ref": "#/components/parameters/group_fields" }, + { + "$ref": "#/components/parameters/group_filterKeys" + }, { "$ref": "#/components/parameters/group_dateField" }, @@ -27089,11 +26713,6 @@ "description": "User not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of groups", "tags": [ "Users", @@ -27131,6 +26750,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -27199,11 +26821,6 @@ "description": "Site or User not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for user", "tags": [ "Users", @@ -27293,11 +26910,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to user", "tags": [ "Users", @@ -27387,11 +26999,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from user", "tags": [ "Users", @@ -27465,11 +27072,6 @@ "description": "Site or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Send the link for password recovery to specified user by email", "tags": [ "Users" @@ -27698,11 +27300,6 @@ "description": "Site or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Unlock user account", "tags": [ "Users" @@ -27760,6 +27357,11 @@ } } }, + "security": [ + { + "mtauth": [] + } + ], "servers": [ { "url": "https://example.com/mt/mt-data-api.cgi/v5" diff --git a/src/openapi/v5.yaml b/src/openapi/v5.yaml index 754418f..b08ecff 100644 --- a/src/openapi/v5.yaml +++ b/src/openapi/v5.yaml @@ -32,6 +32,16 @@ components: name: fields schema: type: string + asset_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: class + in: query + name: filterKeys + schema: + default: class + type: string asset_includeIds: description: The comma separated ID list of assets to include to result. in: query @@ -133,6 +143,12 @@ components: name: fields schema: type: string + category_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string category_includeIds: description: The comma separated ID list of categories to include to result. in: query @@ -206,6 +222,12 @@ components: name: fields schema: type: string + category_set_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string category_set_includeIds: description: The comma separated ID list of category_sets to include to result. in: query @@ -335,6 +357,16 @@ components: name: fields schema: type: string + comment_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string comment_includeIds: description: The comma separated ID list of comments to include to result. in: query @@ -436,6 +468,16 @@ components: name: fields schema: type: string + content_data_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string content_data_includeIds: description: The comma separated ID list of content_data to include to result. in: query @@ -462,6 +504,15 @@ components: schema: default: 0 type: integer + content_data_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer content_data_search: description: Search query. in: query @@ -537,6 +588,12 @@ components: name: fields schema: type: string + content_field_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string content_field_includeIds: description: The comma separated ID list of content_fields to include to result. in: query @@ -638,6 +695,12 @@ components: name: fields schema: type: string + content_type_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string content_type_includeIds: description: The comma separated ID list of content_types to include to result. in: query @@ -739,6 +802,16 @@ components: name: fields schema: type: string + entry_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string entry_includeIds: description: The comma separated ID list of entries to include to result. in: query @@ -786,6 +859,15 @@ components: schema: default: 0 type: integer + entry_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer entry_search: description: Search query. in: query @@ -912,6 +994,16 @@ components: name: fields schema: type: string + field_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: systemObject,type + in: query + name: filterKeys + schema: + default: 'systemObject,type' + type: string field_includeIds: description: The comma separated ID list of fields to include to result. in: query @@ -1013,6 +1105,12 @@ components: name: fields schema: type: string + folder_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string folder_includeIds: description: The comma separated ID list of folders to include to result. in: query @@ -1114,6 +1212,12 @@ components: name: fields schema: type: string + formatted_text_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string formatted_text_includeIds: description: The comma separated ID list of formatted_texts to include to result. in: query @@ -1215,6 +1319,16 @@ components: name: fields schema: type: string + group_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string group_includeIds: description: The comma separated ID list of groups to include to result. in: query @@ -1316,6 +1430,16 @@ components: name: fields schema: type: string + log_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: level + in: query + name: filterKeys + schema: + default: level + type: string log_includeIds: description: The comma separated ID list of logs to include to result. in: query @@ -1417,6 +1541,16 @@ components: name: fields schema: type: string + page_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string page_includeIds: description: The comma separated ID list of pages to include to result. in: query @@ -1464,6 +1598,15 @@ components: schema: default: 0 type: integer + page_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer page_search: description: Search query. in: query @@ -1596,6 +1739,16 @@ components: name: fields schema: type: string + permission_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: blogIds + in: query + name: filterKeys + schema: + default: blogIds + type: string permission_includeIds: description: The comma separated ID list of permissions to include to result. in: query @@ -1709,6 +1862,12 @@ components: name: fields schema: type: string + role_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string role_includeIds: description: The comma separated ID list of roles to include to result. in: query @@ -1825,6 +1984,12 @@ components: name: fields schema: type: string + site_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string site_includeIds: description: The comma separated ID list of sites to include to result. in: query @@ -1932,6 +2097,12 @@ components: name: fields schema: type: string + tag_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string tag_includeIds: description: The comma separated ID list of tags to include to result. in: query @@ -2033,6 +2204,16 @@ components: name: fields schema: type: string + template_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: type + in: query + name: filterKeys + schema: + default: type + type: string template_includeIds: description: The comma separated ID list of templates to include to result. in: query @@ -2059,6 +2240,15 @@ components: schema: default: 0 type: integer + template_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer template_search: description: Search query. in: query @@ -2134,6 +2324,16 @@ components: name: fields schema: type: string + templatemap_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: archiveType,buildType,isPreferred + in: query + name: filterKeys + schema: + default: 'archiveType,buildType,isPreferred' + type: string templatemap_includeIds: description: The comma separated ID list of templatemaps to include to result. in: query @@ -2231,6 +2431,16 @@ components: name: fields schema: type: string + user_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status,lockout + in: query + name: filterKeys + schema: + default: 'status,lockout' + type: string user_includeIds: description: The comma separated ID list of users to include to result. in: query @@ -2332,6 +2542,12 @@ components: name: fields schema: type: string + widget_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string widget_includeIds: description: The comma separated ID list of widgets to include to result. in: query @@ -2433,6 +2649,12 @@ components: name: fields schema: type: string + widgetset_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string widgetset_includeIds: description: The comma separated ID list of widgetsets to include to result. in: query @@ -4888,7 +5110,7 @@ externalDocs: url: https://www.movabletype.jp/developers/data-api/ info: title: Movable Type Data API - version: 8.6.0 + version: 8.7.0 openapi: 3.0.0 paths: /: @@ -5020,8 +5242,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Upload file size is larger than CGIMaxUpload. - security: - - mtauth: [] summary: Upload a file tags: - Assets @@ -5243,6 +5463,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' - $ref: '#/components/parameters/group_dateField' - $ref: '#/components/parameters/group_dateFrom' - $ref: '#/components/parameters/group_dateTo' @@ -5276,8 +5497,6 @@ paths: description: Invalid login 403: description: Do not have permission to retrieve the requested groups. - security: - - mtauth: [] summary: Retrieve a list of groups tags: - Groups @@ -5311,8 +5530,6 @@ paths: description: Invalid login 403: description: Do not have permission to create a group. - security: - - mtauth: [] summary: Create a new group tags: - Groups @@ -5342,8 +5559,6 @@ paths: description: Invalid login 403: description: Do not have permission to synchronize groups. - security: - - mtauth: [] summary: Synchronize groups tags: - Groups @@ -5392,8 +5607,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a group tags: - Groups @@ -5432,8 +5645,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve single group by its ID tags: - Groups @@ -5489,8 +5700,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a group tags: - Groups @@ -5509,6 +5718,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' - $ref: '#/components/parameters/user_dateField' - $ref: '#/components/parameters/user_dateFrom' - $ref: '#/components/parameters/user_dateTo' @@ -5548,8 +5758,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve a list of members for specified group tags: - Groups @@ -5598,8 +5806,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group or Member not found. - security: - - mtauth: [] tags: - Groups '/groups/{group_id}/members/{member_id}': @@ -5652,8 +5858,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] tags: - Groups get: @@ -5696,8 +5900,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group or Member not found. - security: - - mtauth: [] summary: Retrieve single member by its ID for specified group tags: - Groups @@ -5718,6 +5920,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -5757,8 +5960,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for group tags: - Groups @@ -5816,8 +6017,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Group not found - security: - - mtauth: [] summary: Grant permissions to group tags: - Groups @@ -5875,8 +6074,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Group not found - security: - - mtauth: [] summary: Revoke permissions from group tags: - Groups @@ -5893,6 +6090,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -5932,8 +6130,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of permissions tags: - Permissions @@ -5975,8 +6171,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of plugins in the specified site tags: - Plugins @@ -6012,8 +6206,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Disable all plugins tags: - Plugins @@ -6049,8 +6241,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Enable all plugins tags: - Plugins @@ -6089,8 +6279,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found. - security: - - mtauth: [] summary: Retrieve single plugin by its ID tags: - Plugins @@ -6132,8 +6320,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Disable a plugin tags: - Plugins @@ -6175,8 +6361,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Enable a plugin tags: - Plugins @@ -6239,8 +6423,6 @@ paths: description: Invalid login 403: description: Do not have permission to publish content_data. - security: - - mtauth: [] summary: Publish Content Data tags: - Content Data @@ -6318,8 +6500,6 @@ paths: description: Invalid login 403: description: Do not have permission to publish. - security: - - mtauth: [] summary: Rebuild the static archives in relation to specified entries tags: - Entries @@ -6421,8 +6601,6 @@ paths: description: Invalid login 403: description: Do not have permission to retrieve the list of roles. - security: - - mtauth: [] summary: Retrieve a list of roles tags: - Roles @@ -6462,8 +6640,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new role tags: - Roles @@ -6512,8 +6688,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing role tags: - Roles @@ -6552,8 +6726,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role not found. - security: - - mtauth: [] summary: Retrieve a single role by its ID tags: - Roles @@ -6609,8 +6781,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing role tags: - Roles @@ -6634,6 +6804,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -6673,8 +6844,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role not found. - security: - - mtauth: [] summary: Retrieve a list of permissions by role tags: - Roles @@ -6922,8 +7091,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new website tags: - Sites @@ -6978,8 +7145,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing blog or website tags: - Sites @@ -7078,8 +7243,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new blog tags: - Sites @@ -7140,8 +7303,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing blog or website tags: - Sites @@ -7162,6 +7323,7 @@ paths: - $ref: '#/components/parameters/asset_searchFields' - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -7333,8 +7495,6 @@ paths: type: object type: object description: Conflict - security: - - mtauth: [] summary: Upload a file tags: - Assets @@ -7393,8 +7553,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an asset tags: - Assets @@ -7508,8 +7666,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an asset tags: - Assets @@ -7551,6 +7707,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -7632,6 +7789,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -7791,8 +7949,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Backup specified site tags: - Sites @@ -7950,8 +8106,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new category tags: - Categories @@ -8013,8 +8167,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Rearrange existing categories in a new order tags: - Categories @@ -8074,8 +8226,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing category tags: - Categories @@ -8189,8 +8339,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing category tags: - Categories @@ -8313,6 +8461,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -8685,8 +8834,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new category set tags: - Category Sets @@ -8743,8 +8890,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete category set tags: - Category Sets @@ -8862,8 +9007,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update category set tags: - Category Sets @@ -8902,6 +9045,11 @@ paths: - 0 - 1 type: integer + - $ref: '#/components/parameters/category_limit' + - $ref: '#/components/parameters/category_offset' + - $ref: '#/components/parameters/category_searchFields' + - $ref: '#/components/parameters/category_sortBy' + - $ref: '#/components/parameters/category_sortOrder' - $ref: '#/components/parameters/category_dateField' - $ref: '#/components/parameters/category_dateFrom' - $ref: '#/components/parameters/category_dateTo' @@ -9000,8 +9148,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site pr Category_set not found. - security: - - mtauth: [] summary: Create a new category for category set tags: - Categories @@ -9075,8 +9221,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Category_set not found. - security: - - mtauth: [] summary: Save hierarchical categories order in category set tags: - Categories @@ -9141,8 +9285,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete single category in category set tags: - Categories @@ -9273,8 +9415,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update single category in category set tags: - Categories @@ -9673,6 +9813,10 @@ paths: - Future - Spam type: string + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/comment_dateField' - $ref: '#/components/parameters/comment_dateFrom' - $ref: '#/components/parameters/comment_dateTo' @@ -9768,8 +9912,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a comment tags: - Comments @@ -9884,8 +10026,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a comment tags: - Comments @@ -9905,6 +10045,7 @@ paths: type: integer - $ref: '#/components/parameters/content_type_limit' - $ref: '#/components/parameters/content_type_offset' + - $ref: '#/components/parameters/content_type_searchFields' - description: | The field name for sort. You can specify one of following values. - name @@ -9961,8 +10102,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Content Type Collection tags: - Content Types @@ -10018,8 +10157,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create Content Type tags: - Content Types @@ -10078,8 +10215,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete Content Type tags: - Content Types @@ -10129,8 +10264,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Fetch single Content Type tags: - Content Types @@ -10196,8 +10329,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update Content Type tags: - Content Types @@ -10229,6 +10360,8 @@ paths: type: string - $ref: '#/components/parameters/content_data_limit' - $ref: '#/components/parameters/content_data_offset' + - $ref: '#/components/parameters/content_data_filterKeys' + - $ref: '#/components/parameters/content_data_searchFields' - description: | The field name for sort. You can specify one of following values. - id @@ -10320,6 +10453,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/content_data_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -10355,8 +10489,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Create Content Data tags: - Content Types @@ -10440,8 +10572,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found - security: - - mtauth: [] summary: Make a preview by data tags: - Content Types @@ -10508,8 +10638,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete single content data tags: - Content Types @@ -10606,6 +10734,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/content_data_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -10647,8 +10776,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update Content Data tags: - Content Types @@ -10737,8 +10864,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type or Content_data not found - security: - - mtauth: [] summary: Make a preview by id tags: - Content Types @@ -10764,6 +10889,7 @@ paths: type: integer - $ref: '#/components/parameters/content_field_limit' - $ref: '#/components/parameters/content_field_offset' + - $ref: '#/components/parameters/content_field_searchFields' - description: | The field name for sort. You can specify one of following values. - name @@ -10820,8 +10946,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Content Field Collection tags: - Content Fields @@ -10883,8 +11007,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Create Content Field tags: - Content Types @@ -10957,8 +11079,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Save hierarchical content field order tags: - Content Types @@ -11023,8 +11143,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete Content Field tags: - Content Types @@ -11080,8 +11198,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type or Content_field not found. - security: - - mtauth: [] summary: Fetch single Content Field tags: - Content Types @@ -11155,8 +11271,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update Content Field tags: - Content Types @@ -11191,6 +11305,7 @@ paths: - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_fields' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -11250,6 +11365,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/entry_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -11291,8 +11407,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new entry tags: - Entries @@ -11331,8 +11445,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Export entries tags: - Entries @@ -11415,8 +11527,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Import entries tags: - Entries @@ -11484,8 +11594,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Entry not found - security: - - mtauth: [] summary: Make a preview for a entry tags: - Entries @@ -11543,8 +11651,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an entry tags: - Entries @@ -11640,6 +11746,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/entry_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -11687,8 +11794,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an entry tags: - Entries @@ -11742,6 +11847,8 @@ paths: type: string - $ref: '#/components/parameters/asset_sortOrder' - $ref: '#/components/parameters/asset_fields' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - $ref: '#/components/parameters/asset_dateField' - $ref: '#/components/parameters/asset_dateFrom' - $ref: '#/components/parameters/asset_dateTo' @@ -11947,6 +12054,10 @@ paths: name: offset schema: type: integer + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/comment_dateField' - $ref: '#/components/parameters/comment_dateFrom' - $ref: '#/components/parameters/comment_dateTo' @@ -12041,8 +12152,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Create a new comment on an entry tags: - Comments @@ -12104,8 +12213,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Reply to specified comment tags: - Comments @@ -12180,8 +12287,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Entry not found - security: - - mtauth: [] summary: Make a preview for a entry with existing data tags: - Entries @@ -12230,8 +12335,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found - security: - - mtauth: [] summary: Export site's theme tags: - Themes @@ -12250,6 +12353,7 @@ paths: - $ref: '#/components/parameters/field_sortBy' - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/field_fields' + - $ref: '#/components/parameters/field_filterKeys' - $ref: '#/components/parameters/field_dateField' - $ref: '#/components/parameters/field_dateFrom' - $ref: '#/components/parameters/field_dateTo' @@ -12289,8 +12393,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of fields in the specified site tags: - CustomFields @@ -12336,8 +12438,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new field tags: - CustomFields @@ -12391,8 +12491,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a field tags: - CustomFields @@ -12436,8 +12534,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Field not found. - security: - - mtauth: [] summary: Retrieve single field by its ID tags: - CustomFields @@ -12498,8 +12594,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a field tags: - CustomFields @@ -12652,8 +12746,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new folder. tags: - Folders @@ -12715,8 +12807,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Rearrange existing folders in a new order tags: - Folders @@ -12776,8 +12866,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing folder tags: - Folders @@ -12891,8 +12979,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing folder tags: - Folders @@ -13010,6 +13096,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -13291,8 +13378,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of formatted_texts in the specified site tags: - FormattedText @@ -13338,8 +13423,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new formatted_text tags: - FormattedText @@ -13393,8 +13476,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a formatted_text tags: - FormattedText @@ -13438,8 +13519,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or FormattedText not found. - security: - - mtauth: [] summary: Retrieve single formatted_text by its ID tags: - FormattedText @@ -13500,8 +13579,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a formatted_text tags: - FormattedText @@ -13553,8 +13630,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Reset logs tags: - Logs @@ -13576,6 +13651,7 @@ paths: - $ref: '#/components/parameters/log_searchFields' - $ref: '#/components/parameters/log_limit' - $ref: '#/components/parameters/log_offset' + - $ref: '#/components/parameters/log_filterKeys' - description: | - id - created_on @@ -13666,8 +13742,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of logs in the specified site tags: - Logs @@ -13713,8 +13787,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new log tags: - Logs @@ -13757,8 +13829,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Export logs tags: - Logs @@ -13812,8 +13882,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing log tags: - Logs @@ -13857,8 +13925,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Log not found. - security: - - mtauth: [] summary: Retrieve a single log by its ID tags: - Logs @@ -13919,8 +13985,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing log tags: - Logs @@ -13957,6 +14021,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -14016,6 +14081,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/page_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -14057,8 +14123,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new page tags: - Pages @@ -14126,8 +14190,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Page not found - security: - - mtauth: [] summary: Make a preview for a page tags: - Pages @@ -14186,8 +14248,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing page tags: - Pages @@ -14265,6 +14325,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/page_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -14312,8 +14373,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing page tags: - Pages @@ -14337,6 +14396,8 @@ paths: type: string - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -14440,6 +14501,10 @@ paths: name: offset schema: type: integer + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/comment_dateField' - $ref: '#/components/parameters/comment_dateFrom' - $ref: '#/components/parameters/comment_dateTo' @@ -14534,8 +14599,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Create a new comment on a page tags: - Comments @@ -14597,8 +14660,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Reply to specified comment tags: - Comments @@ -14673,8 +14734,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Page not found - security: - - mtauth: [] summary: Make a preview for a page with existing data tags: - Pages @@ -14738,8 +14797,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for site tags: - Sites @@ -14797,8 +14854,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Grant permissions to site tags: - Sites @@ -14856,8 +14911,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Revoke permissions from site tags: - Sites @@ -14926,8 +14979,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Reset all templates in the site tags: - Templates @@ -14943,14 +14994,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -14972,7 +15023,7 @@ paths: name: path schema: type: string - - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' + - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' in: query name: uniquePath schema: @@ -15020,8 +15071,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve pageviews count for each date from provider (e.g. Google Analytics) tags: - Statistics @@ -15037,14 +15086,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -15106,8 +15155,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve visits count for each date from provider (e.g. Google Analytics) tags: - Statistics @@ -15123,14 +15170,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -15152,7 +15199,7 @@ paths: name: path schema: type: string - - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' + - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' in: query name: uniquePath schema: @@ -15200,8 +15247,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve pageviews count for each path from provider (e.g. Google Analytics) tags: - Statistics @@ -15217,14 +15262,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -15286,8 +15331,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve visits count for each path from provider (e.g. Google Analytics) tags: - Statistics @@ -15331,8 +15374,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve a current effective provider tags: - Statistics @@ -15443,8 +15484,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing tag tags: - Tags @@ -15548,8 +15587,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing tag tags: - Tags @@ -15573,6 +15610,8 @@ paths: type: string - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -15682,6 +15721,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -15763,6 +15803,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -15824,6 +15865,7 @@ paths: - $ref: '#/components/parameters/template_searchFields' - $ref: '#/components/parameters/template_limit' - $ref: '#/components/parameters/template_offset' + - $ref: '#/components/parameters/template_filterKeys' - description: | #### id @@ -15915,8 +15957,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of templates in the specified site tags: - Templates @@ -15933,6 +15973,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/template_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -15968,8 +16009,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new template tags: - Templates @@ -16038,8 +16077,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Make a preview for a template tags: - Templates @@ -16098,8 +16135,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a template tags: - Templates @@ -16149,8 +16184,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Retrieve single template by its ID tags: - Templates @@ -16175,6 +16208,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/template_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -16216,8 +16250,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a template tags: - Templates @@ -16270,8 +16302,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Make a clone of a template tags: - Templates @@ -16351,8 +16381,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Make a preview for a template with existing data tags: - Templates @@ -16411,8 +16439,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Publish a template tags: - Templates @@ -16469,8 +16495,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Reset template text to theme default or tempalte_set default tags: - Templates @@ -16496,6 +16520,7 @@ paths: - $ref: '#/components/parameters/templatemap_fields' - $ref: '#/components/parameters/templatemap_includeIds' - $ref: '#/components/parameters/templatemap_excludeIds' + - $ref: '#/components/parameters/templatemap_filterKeys' - $ref: '#/components/parameters/templatemap_dateField' - $ref: '#/components/parameters/templatemap_dateFrom' - $ref: '#/components/parameters/templatemap_dateTo' @@ -16535,8 +16560,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Retrieve a list of templatemaps in the specified site tags: - Templates @@ -16588,8 +16611,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Create a new templatemap tags: - Templates @@ -16649,8 +16670,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing templatemap tags: - Templates @@ -16699,8 +16718,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template or TemplateMap not found. - security: - - mtauth: [] summary: Retrieve a single templatemap by its ID tags: - Templates @@ -16767,8 +16784,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing templatemap tags: - Templates @@ -16823,8 +16838,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of themes for site tags: - Themes @@ -16874,8 +16887,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found. - security: - - mtauth: [] summary: Retrieve a single theme by its ID for site tags: - Themes @@ -16928,8 +16939,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found - security: - - mtauth: [] summary: Apply a theme to site tags: - Themes @@ -16989,8 +16998,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of widgets in the specified site tags: - Widgets @@ -17036,8 +17043,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new widget tags: - Widgets @@ -17091,8 +17096,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a widget tags: - Widgets @@ -17136,8 +17139,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found. - security: - - mtauth: [] summary: Retrieve a single widget by its ID tags: - Widgets @@ -17198,8 +17199,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a widget tags: - Widgets @@ -17246,8 +17245,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found - security: - - mtauth: [] summary: Make a clone of a widget tags: - Widgets @@ -17298,8 +17295,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found - security: - - mtauth: [] summary: Reset widget text to default tags: - Widgets @@ -17359,8 +17354,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of widgetsets in the specified site tags: - WidgetSets @@ -17406,8 +17399,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new widgetset tags: - WidgetSets @@ -17461,8 +17452,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing widgetset tags: - WidgetSets @@ -17506,8 +17495,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or WidgetSet not found. - security: - - mtauth: [] summary: Retrieve a single widgetset by its ID tags: - WidgetSets @@ -17568,8 +17555,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing widgetset tags: - WidgetSets @@ -17634,8 +17619,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or WidgetSet not found. - security: - - mtauth: [] summary: Retrieve a list of widgets in the specified widgetset tags: - Widgets @@ -17686,8 +17669,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found. - security: - - mtauth: [] summary: Retrieve a single widget by widgetset ID tags: - Widgets @@ -17776,8 +17757,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of themes tags: - Themes @@ -17832,8 +17811,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Uninstall a specified theme from the MT tags: - Themes @@ -17877,8 +17854,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found. - security: - - mtauth: [] summary: Retrieve a single theme by its ID tags: - Themes @@ -17920,8 +17895,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Invalidate current session. This is like logout tags: - Authentication @@ -17998,6 +17971,7 @@ paths: - $ref: '#/components/parameters/user_searchFields' - $ref: '#/components/parameters/user_limit' - $ref: '#/components/parameters/user_offset' + - $ref: '#/components/parameters/user_filterKeys' - description: | The field name for sort. You can specify one of following values - id @@ -18139,8 +18113,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new user tags: - Users @@ -18167,8 +18139,6 @@ paths: description: Invalid login 403: description: Do not have permission to export users. - security: - - mtauth: [] summary: Export users tags: - Users @@ -18213,8 +18183,6 @@ paths: description: Invalid login 403: description: Do not have permission to import users. - security: - - mtauth: [] summary: Import users tags: - Users @@ -18244,8 +18212,6 @@ paths: description: Invalid login 403: description: Do not have permission to synchronize users. - security: - - mtauth: [] summary: Synchronize users tags: - Users @@ -18300,8 +18266,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete user tags: - Users @@ -18411,8 +18375,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update user data tags: - Users @@ -18431,6 +18393,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' - $ref: '#/components/parameters/group_dateField' - $ref: '#/components/parameters/group_dateFrom' - $ref: '#/components/parameters/group_dateTo' @@ -18470,8 +18433,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: User not found. - security: - - mtauth: [] summary: Retrieve a list of groups tags: - Users @@ -18493,6 +18454,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -18532,8 +18494,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for user tags: - Users @@ -18591,8 +18551,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Grant permissions to user tags: - Users @@ -18650,8 +18608,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Revoke permissions from user tags: - Users @@ -18702,8 +18658,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found - security: - - mtauth: [] summary: Send the link for password recovery to specified user by email tags: - Users @@ -18867,8 +18821,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found - security: - - mtauth: [] summary: Unlock user account tags: - Users @@ -18909,6 +18861,8 @@ paths: summary: Get server API version tags: - Common API +security: + - mtauth: [] servers: - url: https://example.com/mt/mt-data-api.cgi/v5 tags: diff --git a/src/openapi/v6.json b/src/openapi/v6.json index 7e4bf1f..2445384 100644 --- a/src/openapi/v6.json +++ b/src/openapi/v6.json @@ -42,6 +42,15 @@ "type": "string" } }, + "asset_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: class", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "class", + "type": "string" + } + }, "asset_includeIds": { "description": "The comma separated ID list of assets to include to result.", "in": "query", @@ -148,6 +157,14 @@ "type": "string" } }, + "category_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "category_includeIds": { "description": "The comma separated ID list of categories to include to result.", "in": "query", @@ -232,6 +249,14 @@ "type": "string" } }, + "category_set_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "category_set_includeIds": { "description": "The comma separated ID list of category_sets to include to result.", "in": "query", @@ -360,6 +385,15 @@ "type": "string" } }, + "comment_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "comment_includeIds": { "description": "The comma separated ID list of comments to include to result.", "in": "query", @@ -466,6 +500,15 @@ "type": "string" } }, + "content_data_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "content_data_includeIds": { "description": "The comma separated ID list of content_data to include to result.", "in": "query", @@ -492,6 +535,18 @@ "type": "integer" } }, + "content_data_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "content_data_search": { "description": "Search query.", "in": "query", @@ -572,6 +627,14 @@ "type": "string" } }, + "content_field_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "content_field_includeIds": { "description": "The comma separated ID list of content_fields to include to result.", "in": "query", @@ -678,6 +741,14 @@ "type": "string" } }, + "content_type_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "content_type_includeIds": { "description": "The comma separated ID list of content_types to include to result.", "in": "query", @@ -784,6 +855,15 @@ "type": "string" } }, + "entry_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "entry_includeIds": { "description": "The comma separated ID list of entries to include to result.", "in": "query", @@ -838,6 +918,18 @@ "type": "integer" } }, + "entry_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "entry_search": { "description": "Search query.", "in": "query", @@ -940,6 +1032,15 @@ "type": "string" } }, + "field_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: systemObject,type", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "systemObject,type", + "type": "string" + } + }, "field_includeIds": { "description": "The comma separated ID list of fields to include to result.", "in": "query", @@ -1046,6 +1147,14 @@ "type": "string" } }, + "folder_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "folder_includeIds": { "description": "The comma separated ID list of folders to include to result.", "in": "query", @@ -1152,6 +1261,14 @@ "type": "string" } }, + "formatted_text_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "formatted_text_includeIds": { "description": "The comma separated ID list of formatted_texts to include to result.", "in": "query", @@ -1258,6 +1375,15 @@ "type": "string" } }, + "group_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "group_includeIds": { "description": "The comma separated ID list of groups to include to result.", "in": "query", @@ -1364,6 +1490,15 @@ "type": "string" } }, + "log_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: level", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "level", + "type": "string" + } + }, "log_includeIds": { "description": "The comma separated ID list of logs to include to result.", "in": "query", @@ -1470,6 +1605,15 @@ "type": "string" } }, + "page_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "page_includeIds": { "description": "The comma separated ID list of pages to include to result.", "in": "query", @@ -1524,6 +1668,18 @@ "type": "integer" } }, + "page_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "page_search": { "description": "Search query.", "in": "query", @@ -1634,6 +1790,15 @@ "type": "string" } }, + "permission_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: blogIds", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "blogIds", + "type": "string" + } + }, "permission_includeIds": { "description": "The comma separated ID list of permissions to include to result.", "in": "query", @@ -1746,6 +1911,14 @@ "type": "string" } }, + "role_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "role_includeIds": { "description": "The comma separated ID list of roles to include to result.", "in": "query", @@ -1859,6 +2032,14 @@ "type": "string" } }, + "site_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "site_includeIds": { "description": "The comma separated ID list of sites to include to result.", "in": "query", @@ -1968,6 +2149,14 @@ "type": "string" } }, + "tag_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "tag_includeIds": { "description": "The comma separated ID list of tags to include to result.", "in": "query", @@ -2074,6 +2263,15 @@ "type": "string" } }, + "template_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: type", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "type", + "type": "string" + } + }, "template_includeIds": { "description": "The comma separated ID list of templates to include to result.", "in": "query", @@ -2100,6 +2298,18 @@ "type": "integer" } }, + "template_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "template_search": { "description": "Search query.", "in": "query", @@ -2180,6 +2390,15 @@ "type": "string" } }, + "templatemap_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: archiveType,buildType,isPreferred", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "archiveType,buildType,isPreferred", + "type": "string" + } + }, "templatemap_includeIds": { "description": "The comma separated ID list of templatemaps to include to result.", "in": "query", @@ -2285,6 +2504,15 @@ "type": "string" } }, + "user_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status,lockout", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status,lockout", + "type": "string" + } + }, "user_includeIds": { "description": "The comma separated ID list of users to include to result.", "in": "query", @@ -2391,6 +2619,14 @@ "type": "string" } }, + "widget_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "widget_includeIds": { "description": "The comma separated ID list of widgets to include to result.", "in": "query", @@ -2497,6 +2733,14 @@ "type": "string" } }, + "widgetset_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "widgetset_includeIds": { "description": "The comma separated ID list of widgetsets to include to result.", "in": "query", @@ -5137,11 +5381,11 @@ "type": "string" }, "screenPageViews": { - "description": "The pageviews for the path. This property exists only if the metrics to retrieve is \"pageviews\"", + "description": "The number of screenPageViews for the path. This property exists only if the metrics to retrieve is \"screenPageViews\"", "type": "integer" }, "sessions": { - "description": "The number of sessions for the path. This property exists only if the metrics to retrieve is \"visits\"", + "description": "The number of sessions for the path. This property exists only if the metrics to retrieve is \"sessions\"", "type": "integer" } }, @@ -5192,11 +5436,11 @@ "type": "string" }, "screenPageViews": { - "description": "The pageviews for the path. This property exists only if the metrics to retrieve is \"pageviews\"", + "description": "The number of screenPageViews for the path. This property exists only if the metrics to retrieve is \"screenPageViews\"", "type": "integer" }, "sessions": { - "description": "The number of sessions for the path. This property exists only if the metrics to retrieve is \"visits\"", + "description": "The number of sessions for the path. This property exists only if the metrics to retrieve is \"sessions\"", "type": "integer" } }, @@ -6182,7 +6426,7 @@ }, "info": { "title": "Movable Type Data API", - "version": "8.6.0" + "version": "8.7.0" }, "openapi": "3.0.0", "paths": { @@ -6386,11 +6630,6 @@ "description": "Upload file size is larger than CGIMaxUpload." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Upload a file", "tags": [ "Assets" @@ -6730,6 +6969,9 @@ { "$ref": "#/components/parameters/group_fields" }, + { + "$ref": "#/components/parameters/group_filterKeys" + }, { "$ref": "#/components/parameters/group_dateField" }, @@ -6788,11 +7030,6 @@ "description": "Do not have permission to retrieve the requested groups." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of groups", "tags": [ "Groups" @@ -6848,11 +7085,6 @@ "description": "Do not have permission to create a group." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new group", "tags": [ "Groups" @@ -6901,11 +7133,6 @@ "description": "Do not have permission to synchronize groups." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Synchronize groups", "tags": [ "Groups" @@ -6980,11 +7207,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a group", "tags": [ "Groups" @@ -7049,11 +7271,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single group by its ID", "tags": [ "Groups" @@ -7140,11 +7357,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a group", "tags": [ "Groups" @@ -7183,6 +7395,9 @@ { "$ref": "#/components/parameters/group_fields" }, + { + "$ref": "#/components/parameters/group_filterKeys" + }, { "$ref": "#/components/parameters/user_dateField" }, @@ -7251,11 +7466,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of members for specified group", "tags": [ "Groups" @@ -7336,11 +7546,6 @@ "description": "Group or Member not found." } }, - "security": [ - { - "mtauth": [] - } - ], "tags": [ "Groups" ] @@ -7422,11 +7627,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "tags": [ "Groups" ] @@ -7498,11 +7698,6 @@ "description": "Group or Member not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single member by its ID for specified group", "tags": [ "Groups" @@ -7539,6 +7734,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -7607,11 +7805,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for group", "tags": [ "Groups", @@ -7701,11 +7894,6 @@ "description": "Site or Group not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to group", "tags": [ "Groups", @@ -7795,11 +7983,6 @@ "description": "Site or Group not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from group", "tags": [ "Groups", @@ -7829,6 +8012,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -7897,11 +8083,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions", "tags": [ "Permissions" @@ -7968,11 +8149,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of plugins in the specified site", "tags": [ "Plugins" @@ -8031,11 +8207,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Disable all plugins", "tags": [ "Plugins" @@ -8094,11 +8265,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Enable all plugins", "tags": [ "Plugins" @@ -8162,11 +8328,6 @@ "description": "Site or Plugin not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single plugin by its ID", "tags": [ "Plugins" @@ -8235,11 +8396,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Disable a plugin", "tags": [ "Plugins" @@ -8308,11 +8464,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Enable a plugin", "tags": [ "Plugins" @@ -8405,11 +8556,6 @@ "description": "Do not have permission to publish content_data." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Publish Content Data", "tags": [ "Content Data", @@ -8508,11 +8654,6 @@ "description": "Do not have permission to publish." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rebuild the static archives in relation to specified entries", "tags": [ "Entries", @@ -8680,11 +8821,6 @@ "description": "Do not have permission to retrieve the list of roles." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of roles", "tags": [ "Roles" @@ -8750,11 +8886,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new role", "tags": [ "Roles" @@ -8829,11 +8960,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing role", "tags": [ "Roles" @@ -8898,11 +9024,6 @@ "description": "Site or Role not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single role by its ID", "tags": [ "Roles" @@ -8989,11 +9110,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing role", "tags": [ "Roles" @@ -9030,6 +9146,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -9098,11 +9217,6 @@ "description": "Site or Role not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions by role", "tags": [ "Roles", @@ -9436,11 +9550,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new website", "tags": [ "Sites" @@ -9515,11 +9624,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing blog or website", "tags": [ "Sites" @@ -9673,11 +9777,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new blog", "tags": [ "Sites" @@ -9764,11 +9863,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing blog or website", "tags": [ "Sites" @@ -9806,6 +9900,9 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -10051,11 +10148,6 @@ "description": "Conflict" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Upload a file", "tags": [ "Assets" @@ -10138,11 +10230,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an asset", "tags": [ "Assets" @@ -10317,11 +10404,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an asset", "tags": [ "Assets" @@ -10395,6 +10477,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -10537,6 +10622,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -10799,11 +10887,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Backup specified site", "tags": [ "Sites", @@ -11025,11 +11108,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new category", "tags": [ "Categories" @@ -11113,11 +11191,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rearrange existing categories in a new order", "tags": [ "Categories" @@ -11200,11 +11273,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing category", "tags": [ "Categories" @@ -11379,11 +11447,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing category", "tags": [ "Categories" @@ -11568,6 +11631,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -12108,11 +12174,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new category set", "tags": [ "Category Sets" @@ -12195,11 +12256,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete category set", "tags": [ "Category Sets" @@ -12375,11 +12431,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update category set", "tags": [ "Category Sets" @@ -12435,6 +12486,21 @@ "type": "integer" } }, + { + "$ref": "#/components/parameters/category_limit" + }, + { + "$ref": "#/components/parameters/category_offset" + }, + { + "$ref": "#/components/parameters/category_searchFields" + }, + { + "$ref": "#/components/parameters/category_sortBy" + }, + { + "$ref": "#/components/parameters/category_sortOrder" + }, { "$ref": "#/components/parameters/category_dateField" }, @@ -12586,11 +12652,6 @@ "description": "Site pr Category_set not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new category for category set", "tags": [ "Categories", @@ -12683,11 +12744,6 @@ "description": "Site or Category_set not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Save hierarchical categories order in category set", "tags": [ "Categories", @@ -12779,11 +12835,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete single category in category set", "tags": [ "Categories", @@ -12977,11 +13028,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update single category in category set", "tags": [ "Categories", @@ -13593,6 +13639,18 @@ "type": "string" } }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, { "$ref": "#/components/parameters/comment_dateField" }, @@ -13743,11 +13801,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a comment", "tags": [ "Comments" @@ -13920,11 +13973,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a comment", "tags": [ "Comments" @@ -13949,6 +13997,9 @@ { "$ref": "#/components/parameters/content_type_offset" }, + { + "$ref": "#/components/parameters/content_type_searchFields" + }, { "description": "The field name for sort. You can specify one of following values.\n- name\n- dataLabel\n- uniqueID\n- modified_on\n", "in": "query", @@ -14041,11 +14092,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Content Type Collection", "tags": [ "Content Types" @@ -14122,11 +14168,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create Content Type", "tags": [ "Content Types" @@ -14209,11 +14250,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete Content Type", "tags": [ "Content Types" @@ -14287,11 +14323,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Fetch single Content Type", "tags": [ "Content Types" @@ -14386,11 +14417,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update Content Type", "tags": [ "Content Types" @@ -14431,6 +14457,12 @@ { "$ref": "#/components/parameters/content_data_offset" }, + { + "$ref": "#/components/parameters/content_data_filterKeys" + }, + { + "$ref": "#/components/parameters/content_data_searchFields" + }, { "description": "The field name for sort. You can specify one of following values.\n- id\n- uniqueID\n- authored_on\n- created_on\n- modified_on\n", "in": "query", @@ -14552,6 +14584,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/content_data_saveRevision" } ], "requestBody": { @@ -14613,11 +14648,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create Content Data", "tags": [ "Content Types", @@ -14726,11 +14756,6 @@ "description": "Site or Content_type not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview by data", "tags": [ "Content Types", @@ -14822,11 +14847,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete single content data", "tags": [ "Content Types", @@ -14949,6 +14969,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/content_data_saveRevision" } ], "requestBody": { @@ -15020,11 +15043,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update Content Data", "tags": [ "Content Types", @@ -15141,11 +15159,6 @@ "description": "Site or Content_type or Content_data not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview by id", "tags": [ "Content Types", @@ -15179,6 +15192,9 @@ { "$ref": "#/components/parameters/content_field_offset" }, + { + "$ref": "#/components/parameters/content_field_searchFields" + }, { "description": "The field name for sort. You can specify one of following values.\n- name\n- dataLabel\n- uniqueID\n- modified_on\n", "in": "query", @@ -15271,11 +15287,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Content Field Collection", "tags": [ "Content Fields", @@ -15361,11 +15372,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create Content Field", "tags": [ "Content Types", @@ -15458,11 +15464,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Save hierarchical content field order", "tags": [ "Content Types", @@ -15554,11 +15555,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete Content Field", "tags": [ "Content Types", @@ -15641,11 +15637,6 @@ "description": "Site or Content_type or Content_field not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Fetch single Content Field", "tags": [ "Content Types", @@ -15749,11 +15740,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update Content Field", "tags": [ "Content Types", @@ -15820,6 +15806,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -15903,6 +15892,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/entry_saveRevision" } ], "requestBody": { @@ -15972,11 +15964,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new entry", "tags": [ "Entries" @@ -16040,11 +16027,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export entries", "tags": [ "Entries" @@ -16160,11 +16142,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Import entries", "tags": [ "Entries" @@ -16264,11 +16241,6 @@ "description": "Site or Entry not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a entry", "tags": [ "Entries" @@ -16351,11 +16323,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an entry", "tags": [ "Entries" @@ -16481,6 +16448,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/entry_saveRevision" } ], "requestBody": { @@ -16560,11 +16530,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an entry", "tags": [ "Entries" @@ -16632,6 +16597,12 @@ { "$ref": "#/components/parameters/asset_fields" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "$ref": "#/components/parameters/asset_dateField" }, @@ -16914,6 +16885,18 @@ "type": "integer" } }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, { "$ref": "#/components/parameters/comment_dateField" }, @@ -17067,11 +17050,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new comment on an entry", "tags": [ "Comments", @@ -17167,11 +17145,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reply to specified comment", "tags": [ "Comments", @@ -17280,11 +17253,6 @@ "description": "Site or Entry not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a entry with existing data", "tags": [ "Entries" @@ -17354,11 +17322,6 @@ "description": "Site or Theme not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export site's theme", "tags": [ "Themes" @@ -17397,6 +17360,9 @@ { "$ref": "#/components/parameters/field_fields" }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, { "$ref": "#/components/parameters/field_dateField" }, @@ -17465,11 +17431,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of fields in the specified site", "tags": [ "CustomFields" @@ -17545,11 +17506,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new field", "tags": [ "CustomFields" @@ -17632,11 +17588,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a field", "tags": [ "CustomFields" @@ -17709,11 +17660,6 @@ "description": "Site or Field not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single field by its ID", "tags": [ "CustomFields" @@ -17808,11 +17754,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a field", "tags": [ "CustomFields" @@ -18024,11 +17965,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new folder.", "tags": [ "Folders" @@ -18112,11 +18048,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rearrange existing folders in a new order", "tags": [ "Folders" @@ -18199,11 +18130,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing folder", "tags": [ "Folders" @@ -18378,11 +18304,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing folder", "tags": [ "Folders" @@ -18558,6 +18479,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -18984,11 +18908,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of formatted_texts in the specified site", "tags": [ "FormattedText" @@ -19064,11 +18983,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new formatted_text", "tags": [ "FormattedText" @@ -19151,11 +19065,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a formatted_text", "tags": [ "FormattedText" @@ -19228,11 +19137,6 @@ "description": "Site or FormattedText not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single formatted_text by its ID", "tags": [ "FormattedText" @@ -19327,11 +19231,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a formatted_text", "tags": [ "FormattedText" @@ -19411,11 +19310,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset logs", "tags": [ "Logs" @@ -19444,6 +19338,9 @@ { "$ref": "#/components/parameters/log_offset" }, + { + "$ref": "#/components/parameters/log_filterKeys" + }, { "description": "- id\n- created_on\n- blog_id\n- author_id\n- level\n- class\n\n**Default**: created_on\n", "in": "query", @@ -19560,11 +19457,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of logs in the specified site", "tags": [ "Logs" @@ -19640,11 +19532,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new log", "tags": [ "Logs" @@ -19715,11 +19602,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export logs", "tags": [ "Logs" @@ -19802,11 +19684,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing log", "tags": [ "Logs" @@ -19879,11 +19756,6 @@ "description": "Site or Log not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single log by its ID", "tags": [ "Logs" @@ -19978,11 +19850,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing log", "tags": [ "Logs" @@ -20048,6 +19915,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -20131,6 +20001,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/page_saveRevision" } ], "requestBody": { @@ -20200,11 +20073,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new page", "tags": [ "Pages" @@ -20304,11 +20172,6 @@ "description": "Site or Page not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a page", "tags": [ "Pages" @@ -20391,11 +20254,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing page", "tags": [ "Pages" @@ -20500,6 +20358,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/page_saveRevision" } ], "requestBody": { @@ -20579,11 +20440,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing page", "tags": [ "Pages" @@ -20623,6 +20479,12 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -20768,6 +20630,18 @@ "type": "integer" } }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, { "$ref": "#/components/parameters/comment_dateField" }, @@ -20921,11 +20795,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new comment on a page", "tags": [ "Comments", @@ -21021,11 +20890,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reply to specified comment", "tags": [ "Comments", @@ -21134,11 +20998,6 @@ "description": "Site or Page not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a page with existing data", "tags": [ "Pages" @@ -21240,11 +21099,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for site", "tags": [ "Sites", @@ -21334,11 +21188,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to site", "tags": [ "Sites", @@ -21428,11 +21277,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from site", "tags": [ "Sites", @@ -21516,11 +21360,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset all templates in the site", "tags": [ "Templates" @@ -21540,7 +21379,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -21550,7 +21389,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -21585,7 +21424,7 @@ } }, { - "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", "in": "query", "name": "uniquePath", "schema": { @@ -21617,7 +21456,7 @@ "totals": { "properties": { "screenPageViews": { - "description": "The sum total of the pageviews in the specified period.", + "description": "The sum total of the screenPageViews in the specified period.", "type": "integer" } }, @@ -21661,11 +21500,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve pageviews count for each date from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -21685,7 +21519,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -21695,7 +21529,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -21794,11 +21628,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve visits count for each date from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -21818,7 +21647,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -21828,7 +21657,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -21863,7 +21692,7 @@ } }, { - "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", "in": "query", "name": "uniquePath", "schema": { @@ -21895,7 +21724,7 @@ "totals": { "properties": { "screenPageViews": { - "description": "The sum total of the pageviews in the specified period.", + "description": "The sum total of the screenPageViews in the specified period.", "type": "integer" } }, @@ -21939,11 +21768,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve pageviews count for each path from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -21963,7 +21787,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -21973,7 +21797,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -22072,11 +21896,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve visits count for each path from provider (e.g. Google Analytics)", "tags": [ "Statistics" @@ -22143,11 +21962,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a current effective provider", "tags": [ "Statistics" @@ -22336,11 +22150,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing tag", "tags": [ "Tags" @@ -22507,11 +22316,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing tag", "tags": [ "Tags" @@ -22551,6 +22355,12 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -22719,6 +22529,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -22861,6 +22674,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -22960,6 +22776,9 @@ { "$ref": "#/components/parameters/template_offset" }, + { + "$ref": "#/components/parameters/template_filterKeys" + }, { "description": "#### id\n\nSort by the ID of each template.\n\n#### name\n\nSort by the name of each template.\n\n#### created_on\n\nSort by the created time of each template.\n\n#### modified_on\n\nSort by the modified time of each template.\n\n#### created_by\n\nSort by the ID of user who created each template.\n\n#### modified_by\n\nSort by the ID of user who modified each template.\n\n#### type\n\nSort by the type of each template.\n\n**Default**: name\n", "in": "query", @@ -23066,11 +22885,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of templates in the specified site", "tags": [ "Templates" @@ -23086,6 +22900,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/template_saveRevision" } ], "requestBody": { @@ -23147,11 +22964,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new template", "tags": [ "Templates" @@ -23251,11 +23063,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a template", "tags": [ "Templates" @@ -23338,11 +23145,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a template", "tags": [ "Templates" @@ -23416,11 +23218,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single template by its ID", "tags": [ "Templates" @@ -23444,6 +23241,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/template_saveRevision" } ], "requestBody": { @@ -23515,11 +23315,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a template", "tags": [ "Templates" @@ -23597,11 +23392,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a clone of a template", "tags": [ "Templates" @@ -23709,11 +23499,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a template with existing data", "tags": [ "Templates" @@ -23791,11 +23576,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Publish a template", "tags": [ "Templates" @@ -23879,11 +23659,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset template text to theme default or tempalte_set default", "tags": [ "Templates" @@ -23936,6 +23711,9 @@ { "$ref": "#/components/parameters/templatemap_excludeIds" }, + { + "$ref": "#/components/parameters/templatemap_filterKeys" + }, { "$ref": "#/components/parameters/templatemap_dateField" }, @@ -24004,11 +23782,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of templatemaps in the specified site", "tags": [ "Templates", @@ -24093,11 +23866,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new templatemap", "tags": [ "Templates", @@ -24189,11 +23957,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing templatemap", "tags": [ "Templates", @@ -24272,11 +24035,6 @@ "description": "Site or Template or TemplateMap not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single templatemap by its ID", "tags": [ "Templates", @@ -24380,11 +24138,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing templatemap", "tags": [ "Templates", @@ -24463,11 +24216,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of themes for site", "tags": [ "Themes" @@ -24540,11 +24288,6 @@ "description": "Site or Theme not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single theme by its ID for site", "tags": [ "Themes" @@ -24622,11 +24365,6 @@ "description": "Site or Theme not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Apply a theme to site", "tags": [ "Themes" @@ -24739,11 +24477,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgets in the specified site", "tags": [ "Widgets" @@ -24819,11 +24552,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new widget", "tags": [ "Widgets" @@ -24906,11 +24634,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a widget", "tags": [ "Widgets" @@ -24983,11 +24706,6 @@ "description": "Site or Widget not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widget by its ID", "tags": [ "Widgets" @@ -25082,11 +24800,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a widget", "tags": [ "Widgets" @@ -25163,11 +24876,6 @@ "description": "Site or Widget not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a clone of a widget", "tags": [ "Widgets" @@ -25250,11 +24958,6 @@ "description": "Site or Widget not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset widget text to default", "tags": [ "Widgets" @@ -25367,11 +25070,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgetsets in the specified site", "tags": [ "WidgetSets" @@ -25447,11 +25145,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new widgetset", "tags": [ "WidgetSets" @@ -25534,11 +25227,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing widgetset", "tags": [ "WidgetSets" @@ -25611,11 +25299,6 @@ "description": "Site or WidgetSet not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widgetset by its ID", "tags": [ "WidgetSets" @@ -25710,11 +25393,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing widgetset", "tags": [ "WidgetSets" @@ -25835,11 +25513,6 @@ "description": "Site or WidgetSet not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgets in the specified widgetset", "tags": [ "Widgets", @@ -25923,11 +25596,6 @@ "description": "Site or Widget not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widget by widgetset ID", "tags": [ "Widgets", @@ -26059,11 +25727,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of themes", "tags": [ "Themes" @@ -26138,11 +25801,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Uninstall a specified theme from the MT", "tags": [ "Themes" @@ -26205,11 +25863,6 @@ "description": "Site or Theme not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single theme by its ID", "tags": [ "Themes" @@ -26267,11 +25920,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Invalidate current session. This is like logout", "tags": [ "Authentication" @@ -26376,6 +26024,9 @@ { "$ref": "#/components/parameters/user_offset" }, + { + "$ref": "#/components/parameters/user_filterKeys" + }, { "description": "The field name for sort. You can specify one of following values\n- id\n- name\n\n**Default**: name\n", "in": "query", @@ -26560,11 +26211,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new user", "tags": [ "Users" @@ -26608,11 +26254,6 @@ "description": "Do not have permission to export users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export users", "tags": [ "Users" @@ -26685,11 +26326,6 @@ "description": "Do not have permission to import users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Import users", "tags": [ "Users" @@ -26738,11 +26374,6 @@ "description": "Do not have permission to synchronize users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Synchronize users", "tags": [ "Users" @@ -26817,11 +26448,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete user", "tags": [ "Users" @@ -26986,11 +26612,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update user data", "tags": [ "Users" @@ -27029,6 +26650,9 @@ { "$ref": "#/components/parameters/group_fields" }, + { + "$ref": "#/components/parameters/group_filterKeys" + }, { "$ref": "#/components/parameters/group_dateField" }, @@ -27097,11 +26721,6 @@ "description": "User not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of groups", "tags": [ "Users", @@ -27139,6 +26758,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -27207,11 +26829,6 @@ "description": "Site or User not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for user", "tags": [ "Users", @@ -27301,11 +26918,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to user", "tags": [ "Users", @@ -27395,11 +27007,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from user", "tags": [ "Users", @@ -27473,11 +27080,6 @@ "description": "Site or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Send the link for password recovery to specified user by email", "tags": [ "Users" @@ -27706,11 +27308,6 @@ "description": "Site or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Unlock user account", "tags": [ "Users" @@ -27768,6 +27365,11 @@ } } }, + "security": [ + { + "mtauth": [] + } + ], "servers": [ { "url": "https://example.com/mt/mt-data-api.cgi/v6" diff --git a/src/openapi/v6.yaml b/src/openapi/v6.yaml index 453d137..96cfa5a 100644 --- a/src/openapi/v6.yaml +++ b/src/openapi/v6.yaml @@ -32,6 +32,16 @@ components: name: fields schema: type: string + asset_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: class + in: query + name: filterKeys + schema: + default: class + type: string asset_includeIds: description: The comma separated ID list of assets to include to result. in: query @@ -133,6 +143,12 @@ components: name: fields schema: type: string + category_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string category_includeIds: description: The comma separated ID list of categories to include to result. in: query @@ -206,6 +222,12 @@ components: name: fields schema: type: string + category_set_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string category_set_includeIds: description: The comma separated ID list of category_sets to include to result. in: query @@ -335,6 +357,16 @@ components: name: fields schema: type: string + comment_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string comment_includeIds: description: The comma separated ID list of comments to include to result. in: query @@ -436,6 +468,16 @@ components: name: fields schema: type: string + content_data_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string content_data_includeIds: description: The comma separated ID list of content_data to include to result. in: query @@ -462,6 +504,15 @@ components: schema: default: 0 type: integer + content_data_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer content_data_search: description: Search query. in: query @@ -537,6 +588,12 @@ components: name: fields schema: type: string + content_field_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string content_field_includeIds: description: The comma separated ID list of content_fields to include to result. in: query @@ -638,6 +695,12 @@ components: name: fields schema: type: string + content_type_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string content_type_includeIds: description: The comma separated ID list of content_types to include to result. in: query @@ -739,6 +802,16 @@ components: name: fields schema: type: string + entry_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string entry_includeIds: description: The comma separated ID list of entries to include to result. in: query @@ -786,6 +859,15 @@ components: schema: default: 0 type: integer + entry_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer entry_search: description: Search query. in: query @@ -912,6 +994,16 @@ components: name: fields schema: type: string + field_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: systemObject,type + in: query + name: filterKeys + schema: + default: 'systemObject,type' + type: string field_includeIds: description: The comma separated ID list of fields to include to result. in: query @@ -1013,6 +1105,12 @@ components: name: fields schema: type: string + folder_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string folder_includeIds: description: The comma separated ID list of folders to include to result. in: query @@ -1114,6 +1212,12 @@ components: name: fields schema: type: string + formatted_text_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string formatted_text_includeIds: description: The comma separated ID list of formatted_texts to include to result. in: query @@ -1215,6 +1319,16 @@ components: name: fields schema: type: string + group_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string group_includeIds: description: The comma separated ID list of groups to include to result. in: query @@ -1316,6 +1430,16 @@ components: name: fields schema: type: string + log_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: level + in: query + name: filterKeys + schema: + default: level + type: string log_includeIds: description: The comma separated ID list of logs to include to result. in: query @@ -1417,6 +1541,16 @@ components: name: fields schema: type: string + page_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string page_includeIds: description: The comma separated ID list of pages to include to result. in: query @@ -1464,6 +1598,15 @@ components: schema: default: 0 type: integer + page_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer page_search: description: Search query. in: query @@ -1596,6 +1739,16 @@ components: name: fields schema: type: string + permission_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: blogIds + in: query + name: filterKeys + schema: + default: blogIds + type: string permission_includeIds: description: The comma separated ID list of permissions to include to result. in: query @@ -1709,6 +1862,12 @@ components: name: fields schema: type: string + role_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string role_includeIds: description: The comma separated ID list of roles to include to result. in: query @@ -1825,6 +1984,12 @@ components: name: fields schema: type: string + site_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string site_includeIds: description: The comma separated ID list of sites to include to result. in: query @@ -1932,6 +2097,12 @@ components: name: fields schema: type: string + tag_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string tag_includeIds: description: The comma separated ID list of tags to include to result. in: query @@ -2033,6 +2204,16 @@ components: name: fields schema: type: string + template_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: type + in: query + name: filterKeys + schema: + default: type + type: string template_includeIds: description: The comma separated ID list of templates to include to result. in: query @@ -2059,6 +2240,15 @@ components: schema: default: 0 type: integer + template_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer template_search: description: Search query. in: query @@ -2134,6 +2324,16 @@ components: name: fields schema: type: string + templatemap_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: archiveType,buildType,isPreferred + in: query + name: filterKeys + schema: + default: 'archiveType,buildType,isPreferred' + type: string templatemap_includeIds: description: The comma separated ID list of templatemaps to include to result. in: query @@ -2231,6 +2431,16 @@ components: name: fields schema: type: string + user_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status,lockout + in: query + name: filterKeys + schema: + default: 'status,lockout' + type: string user_includeIds: description: The comma separated ID list of users to include to result. in: query @@ -2332,6 +2542,12 @@ components: name: fields schema: type: string + widget_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string widget_includeIds: description: The comma separated ID list of widgets to include to result. in: query @@ -2433,6 +2649,12 @@ components: name: fields schema: type: string + widgetset_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string widgetset_includeIds: description: The comma separated ID list of widgetsets to include to result. in: query @@ -4199,10 +4421,10 @@ components: format: date type: string screenPageViews: - description: The pageviews for the path. This property exists only if the metrics to retrieve is "pageviews" + description: The number of screenPageViews for the path. This property exists only if the metrics to retrieve is "screenPageViews" type: integer sessions: - description: The number of sessions for the path. This property exists only if the metrics to retrieve is "visits" + description: The number of sessions for the path. This property exists only if the metrics to retrieve is "sessions" type: integer type: object statisticspath: @@ -4238,10 +4460,10 @@ components: description: The title for the path. type: string screenPageViews: - description: The pageviews for the path. This property exists only if the metrics to retrieve is "pageviews" + description: The number of screenPageViews for the path. This property exists only if the metrics to retrieve is "screenPageViews" type: integer sessions: - description: The number of sessions for the path. This property exists only if the metrics to retrieve is "visits" + description: The number of sessions for the path. This property exists only if the metrics to retrieve is "sessions" type: integer type: object tag: @@ -4891,7 +5113,7 @@ externalDocs: url: https://www.movabletype.jp/developers/data-api/ info: title: Movable Type Data API - version: 8.6.0 + version: 8.7.0 openapi: 3.0.0 paths: /: @@ -5023,8 +5245,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Upload file size is larger than CGIMaxUpload. - security: - - mtauth: [] summary: Upload a file tags: - Assets @@ -5246,6 +5466,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' - $ref: '#/components/parameters/group_dateField' - $ref: '#/components/parameters/group_dateFrom' - $ref: '#/components/parameters/group_dateTo' @@ -5279,8 +5500,6 @@ paths: description: Invalid login 403: description: Do not have permission to retrieve the requested groups. - security: - - mtauth: [] summary: Retrieve a list of groups tags: - Groups @@ -5314,8 +5533,6 @@ paths: description: Invalid login 403: description: Do not have permission to create a group. - security: - - mtauth: [] summary: Create a new group tags: - Groups @@ -5345,8 +5562,6 @@ paths: description: Invalid login 403: description: Do not have permission to synchronize groups. - security: - - mtauth: [] summary: Synchronize groups tags: - Groups @@ -5395,8 +5610,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a group tags: - Groups @@ -5435,8 +5648,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve single group by its ID tags: - Groups @@ -5492,8 +5703,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a group tags: - Groups @@ -5512,6 +5721,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' - $ref: '#/components/parameters/user_dateField' - $ref: '#/components/parameters/user_dateFrom' - $ref: '#/components/parameters/user_dateTo' @@ -5551,8 +5761,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve a list of members for specified group tags: - Groups @@ -5601,8 +5809,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group or Member not found. - security: - - mtauth: [] tags: - Groups '/groups/{group_id}/members/{member_id}': @@ -5655,8 +5861,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] tags: - Groups get: @@ -5699,8 +5903,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group or Member not found. - security: - - mtauth: [] summary: Retrieve single member by its ID for specified group tags: - Groups @@ -5721,6 +5923,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -5760,8 +5963,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for group tags: - Groups @@ -5819,8 +6020,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Group not found - security: - - mtauth: [] summary: Grant permissions to group tags: - Groups @@ -5878,8 +6077,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Group not found - security: - - mtauth: [] summary: Revoke permissions from group tags: - Groups @@ -5896,6 +6093,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -5935,8 +6133,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of permissions tags: - Permissions @@ -5978,8 +6174,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of plugins in the specified site tags: - Plugins @@ -6015,8 +6209,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Disable all plugins tags: - Plugins @@ -6052,8 +6244,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Enable all plugins tags: - Plugins @@ -6092,8 +6282,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found. - security: - - mtauth: [] summary: Retrieve single plugin by its ID tags: - Plugins @@ -6135,8 +6323,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Disable a plugin tags: - Plugins @@ -6178,8 +6364,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Enable a plugin tags: - Plugins @@ -6242,8 +6426,6 @@ paths: description: Invalid login 403: description: Do not have permission to publish content_data. - security: - - mtauth: [] summary: Publish Content Data tags: - Content Data @@ -6321,8 +6503,6 @@ paths: description: Invalid login 403: description: Do not have permission to publish. - security: - - mtauth: [] summary: Rebuild the static archives in relation to specified entries tags: - Entries @@ -6424,8 +6604,6 @@ paths: description: Invalid login 403: description: Do not have permission to retrieve the list of roles. - security: - - mtauth: [] summary: Retrieve a list of roles tags: - Roles @@ -6465,8 +6643,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new role tags: - Roles @@ -6515,8 +6691,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing role tags: - Roles @@ -6555,8 +6729,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role not found. - security: - - mtauth: [] summary: Retrieve a single role by its ID tags: - Roles @@ -6612,8 +6784,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing role tags: - Roles @@ -6637,6 +6807,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -6676,8 +6847,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role not found. - security: - - mtauth: [] summary: Retrieve a list of permissions by role tags: - Roles @@ -6925,8 +7094,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new website tags: - Sites @@ -6981,8 +7148,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing blog or website tags: - Sites @@ -7081,8 +7246,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new blog tags: - Sites @@ -7143,8 +7306,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing blog or website tags: - Sites @@ -7165,6 +7326,7 @@ paths: - $ref: '#/components/parameters/asset_searchFields' - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -7336,8 +7498,6 @@ paths: type: object type: object description: Conflict - security: - - mtauth: [] summary: Upload a file tags: - Assets @@ -7396,8 +7556,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an asset tags: - Assets @@ -7511,8 +7669,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an asset tags: - Assets @@ -7554,6 +7710,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -7635,6 +7792,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -7794,8 +7952,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Backup specified site tags: - Sites @@ -7953,8 +8109,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new category tags: - Categories @@ -8016,8 +8170,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Rearrange existing categories in a new order tags: - Categories @@ -8077,8 +8229,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing category tags: - Categories @@ -8192,8 +8342,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing category tags: - Categories @@ -8316,6 +8464,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -8688,8 +8837,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new category set tags: - Category Sets @@ -8746,8 +8893,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete category set tags: - Category Sets @@ -8865,8 +9010,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update category set tags: - Category Sets @@ -8905,6 +9048,11 @@ paths: - 0 - 1 type: integer + - $ref: '#/components/parameters/category_limit' + - $ref: '#/components/parameters/category_offset' + - $ref: '#/components/parameters/category_searchFields' + - $ref: '#/components/parameters/category_sortBy' + - $ref: '#/components/parameters/category_sortOrder' - $ref: '#/components/parameters/category_dateField' - $ref: '#/components/parameters/category_dateFrom' - $ref: '#/components/parameters/category_dateTo' @@ -9003,8 +9151,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site pr Category_set not found. - security: - - mtauth: [] summary: Create a new category for category set tags: - Categories @@ -9078,8 +9224,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Category_set not found. - security: - - mtauth: [] summary: Save hierarchical categories order in category set tags: - Categories @@ -9144,8 +9288,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete single category in category set tags: - Categories @@ -9276,8 +9418,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update single category in category set tags: - Categories @@ -9676,6 +9816,10 @@ paths: - Future - Spam type: string + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/comment_dateField' - $ref: '#/components/parameters/comment_dateFrom' - $ref: '#/components/parameters/comment_dateTo' @@ -9771,8 +9915,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a comment tags: - Comments @@ -9887,8 +10029,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a comment tags: - Comments @@ -9908,6 +10048,7 @@ paths: type: integer - $ref: '#/components/parameters/content_type_limit' - $ref: '#/components/parameters/content_type_offset' + - $ref: '#/components/parameters/content_type_searchFields' - description: | The field name for sort. You can specify one of following values. - name @@ -9964,8 +10105,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Content Type Collection tags: - Content Types @@ -10021,8 +10160,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create Content Type tags: - Content Types @@ -10081,8 +10218,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete Content Type tags: - Content Types @@ -10132,8 +10267,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Fetch single Content Type tags: - Content Types @@ -10199,8 +10332,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update Content Type tags: - Content Types @@ -10232,6 +10363,8 @@ paths: type: string - $ref: '#/components/parameters/content_data_limit' - $ref: '#/components/parameters/content_data_offset' + - $ref: '#/components/parameters/content_data_filterKeys' + - $ref: '#/components/parameters/content_data_searchFields' - description: | The field name for sort. You can specify one of following values. - id @@ -10323,6 +10456,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/content_data_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -10358,8 +10492,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Create Content Data tags: - Content Types @@ -10443,8 +10575,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found - security: - - mtauth: [] summary: Make a preview by data tags: - Content Types @@ -10511,8 +10641,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete single content data tags: - Content Types @@ -10609,6 +10737,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/content_data_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -10650,8 +10779,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update Content Data tags: - Content Types @@ -10740,8 +10867,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type or Content_data not found - security: - - mtauth: [] summary: Make a preview by id tags: - Content Types @@ -10767,6 +10892,7 @@ paths: type: integer - $ref: '#/components/parameters/content_field_limit' - $ref: '#/components/parameters/content_field_offset' + - $ref: '#/components/parameters/content_field_searchFields' - description: | The field name for sort. You can specify one of following values. - name @@ -10823,8 +10949,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Content Field Collection tags: - Content Fields @@ -10886,8 +11010,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Create Content Field tags: - Content Types @@ -10960,8 +11082,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Save hierarchical content field order tags: - Content Types @@ -11026,8 +11146,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete Content Field tags: - Content Types @@ -11083,8 +11201,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type or Content_field not found. - security: - - mtauth: [] summary: Fetch single Content Field tags: - Content Types @@ -11158,8 +11274,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update Content Field tags: - Content Types @@ -11194,6 +11308,7 @@ paths: - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_fields' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -11253,6 +11368,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/entry_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -11294,8 +11410,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new entry tags: - Entries @@ -11334,8 +11448,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Export entries tags: - Entries @@ -11418,8 +11530,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Import entries tags: - Entries @@ -11487,8 +11597,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Entry not found - security: - - mtauth: [] summary: Make a preview for a entry tags: - Entries @@ -11546,8 +11654,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an entry tags: - Entries @@ -11643,6 +11749,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/entry_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -11690,8 +11797,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an entry tags: - Entries @@ -11745,6 +11850,8 @@ paths: type: string - $ref: '#/components/parameters/asset_sortOrder' - $ref: '#/components/parameters/asset_fields' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - $ref: '#/components/parameters/asset_dateField' - $ref: '#/components/parameters/asset_dateFrom' - $ref: '#/components/parameters/asset_dateTo' @@ -11950,6 +12057,10 @@ paths: name: offset schema: type: integer + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/comment_dateField' - $ref: '#/components/parameters/comment_dateFrom' - $ref: '#/components/parameters/comment_dateTo' @@ -12044,8 +12155,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Create a new comment on an entry tags: - Comments @@ -12107,8 +12216,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Reply to specified comment tags: - Comments @@ -12183,8 +12290,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Entry not found - security: - - mtauth: [] summary: Make a preview for a entry with existing data tags: - Entries @@ -12233,8 +12338,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found - security: - - mtauth: [] summary: Export site's theme tags: - Themes @@ -12253,6 +12356,7 @@ paths: - $ref: '#/components/parameters/field_sortBy' - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/field_fields' + - $ref: '#/components/parameters/field_filterKeys' - $ref: '#/components/parameters/field_dateField' - $ref: '#/components/parameters/field_dateFrom' - $ref: '#/components/parameters/field_dateTo' @@ -12292,8 +12396,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of fields in the specified site tags: - CustomFields @@ -12339,8 +12441,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new field tags: - CustomFields @@ -12394,8 +12494,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a field tags: - CustomFields @@ -12439,8 +12537,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Field not found. - security: - - mtauth: [] summary: Retrieve single field by its ID tags: - CustomFields @@ -12501,8 +12597,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a field tags: - CustomFields @@ -12655,8 +12749,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new folder. tags: - Folders @@ -12718,8 +12810,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Rearrange existing folders in a new order tags: - Folders @@ -12779,8 +12869,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing folder tags: - Folders @@ -12894,8 +12982,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing folder tags: - Folders @@ -13013,6 +13099,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -13294,8 +13381,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of formatted_texts in the specified site tags: - FormattedText @@ -13341,8 +13426,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new formatted_text tags: - FormattedText @@ -13396,8 +13479,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a formatted_text tags: - FormattedText @@ -13441,8 +13522,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or FormattedText not found. - security: - - mtauth: [] summary: Retrieve single formatted_text by its ID tags: - FormattedText @@ -13503,8 +13582,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a formatted_text tags: - FormattedText @@ -13556,8 +13633,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Reset logs tags: - Logs @@ -13579,6 +13654,7 @@ paths: - $ref: '#/components/parameters/log_searchFields' - $ref: '#/components/parameters/log_limit' - $ref: '#/components/parameters/log_offset' + - $ref: '#/components/parameters/log_filterKeys' - description: | - id - created_on @@ -13669,8 +13745,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of logs in the specified site tags: - Logs @@ -13716,8 +13790,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new log tags: - Logs @@ -13760,8 +13832,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Export logs tags: - Logs @@ -13815,8 +13885,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing log tags: - Logs @@ -13860,8 +13928,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Log not found. - security: - - mtauth: [] summary: Retrieve a single log by its ID tags: - Logs @@ -13922,8 +13988,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing log tags: - Logs @@ -13960,6 +14024,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -14019,6 +14084,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/page_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -14060,8 +14126,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new page tags: - Pages @@ -14129,8 +14193,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Page not found - security: - - mtauth: [] summary: Make a preview for a page tags: - Pages @@ -14189,8 +14251,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing page tags: - Pages @@ -14268,6 +14328,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/page_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -14315,8 +14376,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing page tags: - Pages @@ -14340,6 +14399,8 @@ paths: type: string - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -14443,6 +14504,10 @@ paths: name: offset schema: type: integer + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/comment_dateField' - $ref: '#/components/parameters/comment_dateFrom' - $ref: '#/components/parameters/comment_dateTo' @@ -14537,8 +14602,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Create a new comment on a page tags: - Comments @@ -14600,8 +14663,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Reply to specified comment tags: - Comments @@ -14676,8 +14737,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Page not found - security: - - mtauth: [] summary: Make a preview for a page with existing data tags: - Pages @@ -14741,8 +14800,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for site tags: - Sites @@ -14800,8 +14857,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Grant permissions to site tags: - Sites @@ -14859,8 +14914,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Revoke permissions from site tags: - Sites @@ -14929,8 +14982,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Reset all templates in the site tags: - Templates @@ -14946,14 +14997,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -14976,7 +15027,7 @@ paths: name: path schema: type: string - - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' + - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' in: query name: uniquePath schema: @@ -15001,7 +15052,7 @@ paths: totals: properties: screenPageViews: - description: The sum total of the pageviews in the specified period. + description: The sum total of the screenPageViews in the specified period. type: integer type: object type: object @@ -15024,8 +15075,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve pageviews count for each date from provider (e.g. Google Analytics) tags: - Statistics @@ -15041,14 +15090,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -15111,8 +15160,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve visits count for each date from provider (e.g. Google Analytics) tags: - Statistics @@ -15128,14 +15175,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -15158,7 +15205,7 @@ paths: name: path schema: type: string - - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' + - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' in: query name: uniquePath schema: @@ -15183,7 +15230,7 @@ paths: totals: properties: screenPageViews: - description: The sum total of the pageviews in the specified period. + description: The sum total of the screenPageViews in the specified period. type: integer type: object type: object @@ -15206,8 +15253,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve pageviews count for each path from provider (e.g. Google Analytics) tags: - Statistics @@ -15223,14 +15268,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -15293,8 +15338,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve visits count for each path from provider (e.g. Google Analytics) tags: - Statistics @@ -15338,8 +15381,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Retrieve a current effective provider tags: - Statistics @@ -15450,8 +15491,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing tag tags: - Tags @@ -15555,8 +15594,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing tag tags: - Tags @@ -15580,6 +15617,8 @@ paths: type: string - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -15689,6 +15728,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -15770,6 +15810,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -15831,6 +15872,7 @@ paths: - $ref: '#/components/parameters/template_searchFields' - $ref: '#/components/parameters/template_limit' - $ref: '#/components/parameters/template_offset' + - $ref: '#/components/parameters/template_filterKeys' - description: | #### id @@ -15922,8 +15964,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of templates in the specified site tags: - Templates @@ -15940,6 +15980,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/template_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -15975,8 +16016,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new template tags: - Templates @@ -16045,8 +16084,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Make a preview for a template tags: - Templates @@ -16105,8 +16142,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a template tags: - Templates @@ -16156,8 +16191,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Retrieve single template by its ID tags: - Templates @@ -16182,6 +16215,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/template_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -16223,8 +16257,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a template tags: - Templates @@ -16277,8 +16309,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Make a clone of a template tags: - Templates @@ -16358,8 +16388,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Make a preview for a template with existing data tags: - Templates @@ -16418,8 +16446,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Publish a template tags: - Templates @@ -16476,8 +16502,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Reset template text to theme default or tempalte_set default tags: - Templates @@ -16503,6 +16527,7 @@ paths: - $ref: '#/components/parameters/templatemap_fields' - $ref: '#/components/parameters/templatemap_includeIds' - $ref: '#/components/parameters/templatemap_excludeIds' + - $ref: '#/components/parameters/templatemap_filterKeys' - $ref: '#/components/parameters/templatemap_dateField' - $ref: '#/components/parameters/templatemap_dateFrom' - $ref: '#/components/parameters/templatemap_dateTo' @@ -16542,8 +16567,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Retrieve a list of templatemaps in the specified site tags: - Templates @@ -16595,8 +16618,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Create a new templatemap tags: - Templates @@ -16656,8 +16677,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing templatemap tags: - Templates @@ -16706,8 +16725,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template or TemplateMap not found. - security: - - mtauth: [] summary: Retrieve a single templatemap by its ID tags: - Templates @@ -16774,8 +16791,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing templatemap tags: - Templates @@ -16830,8 +16845,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of themes for site tags: - Themes @@ -16881,8 +16894,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found. - security: - - mtauth: [] summary: Retrieve a single theme by its ID for site tags: - Themes @@ -16935,8 +16946,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found - security: - - mtauth: [] summary: Apply a theme to site tags: - Themes @@ -16996,8 +17005,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of widgets in the specified site tags: - Widgets @@ -17043,8 +17050,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new widget tags: - Widgets @@ -17098,8 +17103,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a widget tags: - Widgets @@ -17143,8 +17146,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found. - security: - - mtauth: [] summary: Retrieve a single widget by its ID tags: - Widgets @@ -17205,8 +17206,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a widget tags: - Widgets @@ -17253,8 +17252,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found - security: - - mtauth: [] summary: Make a clone of a widget tags: - Widgets @@ -17305,8 +17302,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found - security: - - mtauth: [] summary: Reset widget text to default tags: - Widgets @@ -17366,8 +17361,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of widgetsets in the specified site tags: - WidgetSets @@ -17413,8 +17406,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new widgetset tags: - WidgetSets @@ -17468,8 +17459,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing widgetset tags: - WidgetSets @@ -17513,8 +17502,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or WidgetSet not found. - security: - - mtauth: [] summary: Retrieve a single widgetset by its ID tags: - WidgetSets @@ -17575,8 +17562,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing widgetset tags: - WidgetSets @@ -17641,8 +17626,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or WidgetSet not found. - security: - - mtauth: [] summary: Retrieve a list of widgets in the specified widgetset tags: - Widgets @@ -17693,8 +17676,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found. - security: - - mtauth: [] summary: Retrieve a single widget by widgetset ID tags: - Widgets @@ -17783,8 +17764,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of themes tags: - Themes @@ -17839,8 +17818,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Uninstall a specified theme from the MT tags: - Themes @@ -17884,8 +17861,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found. - security: - - mtauth: [] summary: Retrieve a single theme by its ID tags: - Themes @@ -17927,8 +17902,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Invalidate current session. This is like logout tags: - Authentication @@ -18005,6 +17978,7 @@ paths: - $ref: '#/components/parameters/user_searchFields' - $ref: '#/components/parameters/user_limit' - $ref: '#/components/parameters/user_offset' + - $ref: '#/components/parameters/user_filterKeys' - description: | The field name for sort. You can specify one of following values - id @@ -18146,8 +18120,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new user tags: - Users @@ -18174,8 +18146,6 @@ paths: description: Invalid login 403: description: Do not have permission to export users. - security: - - mtauth: [] summary: Export users tags: - Users @@ -18220,8 +18190,6 @@ paths: description: Invalid login 403: description: Do not have permission to import users. - security: - - mtauth: [] summary: Import users tags: - Users @@ -18251,8 +18219,6 @@ paths: description: Invalid login 403: description: Do not have permission to synchronize users. - security: - - mtauth: [] summary: Synchronize users tags: - Users @@ -18307,8 +18273,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete user tags: - Users @@ -18418,8 +18382,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update user data tags: - Users @@ -18438,6 +18400,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' - $ref: '#/components/parameters/group_dateField' - $ref: '#/components/parameters/group_dateFrom' - $ref: '#/components/parameters/group_dateTo' @@ -18477,8 +18440,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: User not found. - security: - - mtauth: [] summary: Retrieve a list of groups tags: - Users @@ -18500,6 +18461,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -18539,8 +18501,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for user tags: - Users @@ -18598,8 +18558,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Grant permissions to user tags: - Users @@ -18657,8 +18615,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Revoke permissions from user tags: - Users @@ -18709,8 +18665,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found - security: - - mtauth: [] summary: Send the link for password recovery to specified user by email tags: - Users @@ -18874,8 +18828,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found - security: - - mtauth: [] summary: Unlock user account tags: - Users @@ -18916,6 +18868,8 @@ paths: summary: Get server API version tags: - Common API +security: + - mtauth: [] servers: - url: https://example.com/mt/mt-data-api.cgi/v6 tags: diff --git a/src/openapi/v7.json b/src/openapi/v7.json index 2bd89d1..3fb874b 100644 --- a/src/openapi/v7.json +++ b/src/openapi/v7.json @@ -42,6 +42,15 @@ "type": "string" } }, + "asset_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: class", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "class", + "type": "string" + } + }, "asset_includeIds": { "description": "The comma separated ID list of assets to include to result.", "in": "query", @@ -148,6 +157,14 @@ "type": "string" } }, + "category_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "category_includeIds": { "description": "The comma separated ID list of categories to include to result.", "in": "query", @@ -232,6 +249,14 @@ "type": "string" } }, + "category_set_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "category_set_includeIds": { "description": "The comma separated ID list of category_sets to include to result.", "in": "query", @@ -360,6 +385,15 @@ "type": "string" } }, + "comment_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "comment_includeIds": { "description": "The comma separated ID list of comments to include to result.", "in": "query", @@ -466,6 +500,15 @@ "type": "string" } }, + "content_data_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "content_data_includeIds": { "description": "The comma separated ID list of content_data to include to result.", "in": "query", @@ -492,6 +535,18 @@ "type": "integer" } }, + "content_data_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "content_data_search": { "description": "Search query.", "in": "query", @@ -572,6 +627,14 @@ "type": "string" } }, + "content_field_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "content_field_includeIds": { "description": "The comma separated ID list of content_fields to include to result.", "in": "query", @@ -678,6 +741,14 @@ "type": "string" } }, + "content_type_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "content_type_includeIds": { "description": "The comma separated ID list of content_types to include to result.", "in": "query", @@ -784,6 +855,15 @@ "type": "string" } }, + "entry_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "entry_includeIds": { "description": "The comma separated ID list of entries to include to result.", "in": "query", @@ -838,6 +918,18 @@ "type": "integer" } }, + "entry_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "entry_search": { "description": "Search query.", "in": "query", @@ -940,6 +1032,15 @@ "type": "string" } }, + "field_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: systemObject,type", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "systemObject,type", + "type": "string" + } + }, "field_includeIds": { "description": "The comma separated ID list of fields to include to result.", "in": "query", @@ -1046,6 +1147,14 @@ "type": "string" } }, + "folder_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "folder_includeIds": { "description": "The comma separated ID list of folders to include to result.", "in": "query", @@ -1152,6 +1261,14 @@ "type": "string" } }, + "formatted_text_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "formatted_text_includeIds": { "description": "The comma separated ID list of formatted_texts to include to result.", "in": "query", @@ -1258,6 +1375,15 @@ "type": "string" } }, + "group_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "group_includeIds": { "description": "The comma separated ID list of groups to include to result.", "in": "query", @@ -1364,6 +1490,15 @@ "type": "string" } }, + "log_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: level", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "level", + "type": "string" + } + }, "log_includeIds": { "description": "The comma separated ID list of logs to include to result.", "in": "query", @@ -1470,6 +1605,15 @@ "type": "string" } }, + "page_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status", + "type": "string" + } + }, "page_includeIds": { "description": "The comma separated ID list of pages to include to result.", "in": "query", @@ -1524,6 +1668,18 @@ "type": "integer" } }, + "page_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "page_search": { "description": "Search query.", "in": "query", @@ -1634,6 +1790,15 @@ "type": "string" } }, + "permission_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: blogIds", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "blogIds", + "type": "string" + } + }, "permission_includeIds": { "description": "The comma separated ID list of permissions to include to result.", "in": "query", @@ -1746,6 +1911,14 @@ "type": "string" } }, + "role_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "role_includeIds": { "description": "The comma separated ID list of roles to include to result.", "in": "query", @@ -1859,6 +2032,14 @@ "type": "string" } }, + "site_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "site_includeIds": { "description": "The comma separated ID list of sites to include to result.", "in": "query", @@ -1968,6 +2149,14 @@ "type": "string" } }, + "tag_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "tag_includeIds": { "description": "The comma separated ID list of tags to include to result.", "in": "query", @@ -2074,6 +2263,15 @@ "type": "string" } }, + "template_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: type", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "type", + "type": "string" + } + }, "template_includeIds": { "description": "The comma separated ID list of templates to include to result.", "in": "query", @@ -2100,6 +2298,18 @@ "type": "integer" } }, + "template_saveRevision": { + "description": "Save a revision or not", + "in": "query", + "name": "saveRevision", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + }, "template_search": { "description": "Search query.", "in": "query", @@ -2180,6 +2390,15 @@ "type": "string" } }, + "templatemap_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: archiveType,buildType,isPreferred", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "archiveType,buildType,isPreferred", + "type": "string" + } + }, "templatemap_includeIds": { "description": "The comma separated ID list of templatemaps to include to result.", "in": "query", @@ -2285,6 +2504,15 @@ "type": "string" } }, + "user_filterKeys": { + "description": "The comma separated field name list to filter.\n\n**Default**: status,lockout", + "in": "query", + "name": "filterKeys", + "schema": { + "default": "status,lockout", + "type": "string" + } + }, "user_includeIds": { "description": "The comma separated ID list of users to include to result.", "in": "query", @@ -2391,6 +2619,14 @@ "type": "string" } }, + "widget_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "widget_includeIds": { "description": "The comma separated ID list of widgets to include to result.", "in": "query", @@ -2497,6 +2733,14 @@ "type": "string" } }, + "widgetset_filterKeys": { + "description": "The comma separated field name list to filter.", + "in": "query", + "name": "filterKeys", + "schema": { + "type": "string" + } + }, "widgetset_includeIds": { "description": "The comma separated ID list of widgetsets to include to result.", "in": "query", @@ -5137,11 +5381,11 @@ "type": "string" }, "screenPageViews": { - "description": "The pageviews for the path. This property exists only if the metrics to retrieve is \"pageviews\"", + "description": "The number of screenPageViews for the path. This property exists only if the metrics to retrieve is \"screenPageViews\"", "type": "integer" }, "sessions": { - "description": "The number of sessions for the path. This property exists only if the metrics to retrieve is \"visits\"", + "description": "The number of sessions for the path. This property exists only if the metrics to retrieve is \"sessions\"", "type": "integer" } }, @@ -5192,12 +5436,63 @@ "type": "string" }, "screenPageViews": { - "description": "The pageviews for the path. This property exists only if the metrics to retrieve is \"pageviews\"", + "description": "The pageviews for the path. This property exists only if the metrics to retrieve is \"screenPageViews\"", + "type": "integer" + }, + "sessions": { + "description": "The number of sessions for the path. This property exists only if the metrics to retrieve is \"sessions\"", + "type": "integer" + } + }, + "type": "object" + }, + "statisticsyear": { + "properties": { + "screenPageViews": { + "description": "The number of screenPageViews for the path. This property exists only if the metrics to retrieve is \"screenPageViews\"", + "type": "integer" + }, + "sessions": { + "description": "The number of sessions for the path. This property exists only if the metrics to retrieve is \"sessions\"", + "type": "integer" + }, + "year": { + "description": "The year of the target. The format is \"YYYY\".", + "type": "string" + } + }, + "type": "object" + }, + "statisticsyearmonth": { + "properties": { + "screenPageViews": { + "description": "The number of screenPageViews for the path. This property exists only if the metrics to retrieve is \"screenPageViews\"", + "type": "integer" + }, + "sessions": { + "description": "The number of sessions for the path. This property exists only if the metrics to retrieve is \"sessions\"", + "type": "integer" + }, + "yearMonth": { + "description": "The year and month of the target. The format is \"YYYY-MM\".", + "type": "string" + } + }, + "type": "object" + }, + "statisticsyearweek": { + "properties": { + "screenPageViews": { + "description": "The number of screenPageViews for the path. This property exists only if the metrics to retrieve is \"screenPageViews\"", "type": "integer" }, "sessions": { - "description": "The number of sessions for the path. This property exists only if the metrics to retrieve is \"visits\"", + "description": "The number of sessions for the path. This property exists only if the metrics to retrieve is \"sessions\"", "type": "integer" + }, + "yearWeek": { + "description": "The year and week of the target. The format is \"YYYY-Www\".", + "type": "string" } }, "type": "object" @@ -6182,7 +6477,7 @@ }, "info": { "title": "Movable Type Data API", - "version": "8.6.0" + "version": "8.7.0" }, "openapi": "3.0.0", "paths": { @@ -6386,11 +6681,6 @@ "description": "Upload file size is larger than CGIMaxUpload." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Upload a file", "tags": [ "Assets" @@ -6730,6 +7020,9 @@ { "$ref": "#/components/parameters/group_fields" }, + { + "$ref": "#/components/parameters/group_filterKeys" + }, { "$ref": "#/components/parameters/group_dateField" }, @@ -6788,11 +7081,6 @@ "description": "Do not have permission to retrieve the requested groups." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of groups", "tags": [ "Groups" @@ -6848,11 +7136,6 @@ "description": "Do not have permission to create a group." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new group", "tags": [ "Groups" @@ -6901,11 +7184,6 @@ "description": "Do not have permission to synchronize groups." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Synchronize groups", "tags": [ "Groups" @@ -6980,11 +7258,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a group", "tags": [ "Groups" @@ -7049,11 +7322,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single group by its ID", "tags": [ "Groups" @@ -7140,11 +7408,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a group", "tags": [ "Groups" @@ -7183,6 +7446,9 @@ { "$ref": "#/components/parameters/group_fields" }, + { + "$ref": "#/components/parameters/group_filterKeys" + }, { "$ref": "#/components/parameters/user_dateField" }, @@ -7251,11 +7517,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of members for specified group", "tags": [ "Groups" @@ -7336,11 +7597,6 @@ "description": "Group or Member not found." } }, - "security": [ - { - "mtauth": [] - } - ], "tags": [ "Groups" ] @@ -7422,11 +7678,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "tags": [ "Groups" ] @@ -7498,11 +7749,6 @@ "description": "Group or Member not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single member by its ID for specified group", "tags": [ "Groups" @@ -7539,6 +7785,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -7607,11 +7856,6 @@ "description": "Group not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for group", "tags": [ "Groups", @@ -7701,11 +7945,6 @@ "description": "Site or Group not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to group", "tags": [ "Groups", @@ -7795,11 +8034,6 @@ "description": "Site or Group not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from group", "tags": [ "Groups", @@ -7829,6 +8063,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -7897,11 +8134,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions", "tags": [ "Permissions" @@ -7968,11 +8200,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of plugins in the specified site", "tags": [ "Plugins" @@ -8031,11 +8258,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Disable all plugins", "tags": [ "Plugins" @@ -8094,11 +8316,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Enable all plugins", "tags": [ "Plugins" @@ -8162,11 +8379,6 @@ "description": "Site or Plugin not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single plugin by its ID", "tags": [ "Plugins" @@ -8235,11 +8447,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Disable a plugin", "tags": [ "Plugins" @@ -8308,11 +8515,6 @@ "description": "Site or Plugin not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Enable a plugin", "tags": [ "Plugins" @@ -8405,11 +8607,6 @@ "description": "Do not have permission to publish content_data." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Publish Content Data", "tags": [ "Content Data", @@ -8508,11 +8705,6 @@ "description": "Do not have permission to publish." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rebuild the static archives in relation to specified entries", "tags": [ "Entries", @@ -8680,11 +8872,6 @@ "description": "Do not have permission to retrieve the list of roles." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of roles", "tags": [ "Roles" @@ -8750,11 +8937,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new role", "tags": [ "Roles" @@ -8829,11 +9011,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing role", "tags": [ "Roles" @@ -8898,11 +9075,6 @@ "description": "Site or Role not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single role by its ID", "tags": [ "Roles" @@ -8989,11 +9161,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing role", "tags": [ "Roles" @@ -9030,6 +9197,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -9098,11 +9268,6 @@ "description": "Site or Role not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions by role", "tags": [ "Roles", @@ -9436,11 +9601,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new website", "tags": [ "Sites" @@ -9515,11 +9675,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing blog or website", "tags": [ "Sites" @@ -9673,11 +9828,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new blog", "tags": [ "Sites" @@ -9764,11 +9914,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing blog or website", "tags": [ "Sites" @@ -9806,6 +9951,9 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -10051,11 +10199,6 @@ "description": "Conflict" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Upload a file", "tags": [ "Assets" @@ -10138,11 +10281,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an asset", "tags": [ "Assets" @@ -10317,11 +10455,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an asset", "tags": [ "Assets" @@ -10395,6 +10528,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -10537,6 +10673,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -10799,11 +10938,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Backup specified site", "tags": [ "Sites", @@ -11025,11 +11159,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new category", "tags": [ "Categories" @@ -11113,11 +11242,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rearrange existing categories in a new order", "tags": [ "Categories" @@ -11200,11 +11324,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing category", "tags": [ "Categories" @@ -11379,11 +11498,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing category", "tags": [ "Categories" @@ -11568,6 +11682,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -12108,11 +12225,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new category set", "tags": [ "Category Sets" @@ -12195,11 +12307,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete category set", "tags": [ "Category Sets" @@ -12375,11 +12482,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update category set", "tags": [ "Category Sets" @@ -12435,6 +12537,21 @@ "type": "integer" } }, + { + "$ref": "#/components/parameters/category_limit" + }, + { + "$ref": "#/components/parameters/category_offset" + }, + { + "$ref": "#/components/parameters/category_searchFields" + }, + { + "$ref": "#/components/parameters/category_sortBy" + }, + { + "$ref": "#/components/parameters/category_sortOrder" + }, { "$ref": "#/components/parameters/category_dateField" }, @@ -12586,11 +12703,6 @@ "description": "Site pr Category_set not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new category for category set", "tags": [ "Categories", @@ -12683,11 +12795,6 @@ "description": "Site or Category_set not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Save hierarchical categories order in category set", "tags": [ "Categories", @@ -12779,11 +12886,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete single category in category set", "tags": [ "Categories", @@ -12977,11 +13079,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update single category in category set", "tags": [ "Categories", @@ -13593,6 +13690,18 @@ "type": "string" } }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, { "$ref": "#/components/parameters/comment_dateField" }, @@ -13743,11 +13852,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a comment", "tags": [ "Comments" @@ -13920,11 +14024,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a comment", "tags": [ "Comments" @@ -13949,6 +14048,9 @@ { "$ref": "#/components/parameters/content_type_offset" }, + { + "$ref": "#/components/parameters/content_type_searchFields" + }, { "description": "The field name for sort. You can specify one of following values.\n- name\n- dataLabel\n- uniqueID\n- modified_on\n", "in": "query", @@ -14041,11 +14143,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Content Type Collection", "tags": [ "Content Types" @@ -14122,11 +14219,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create Content Type", "tags": [ "Content Types" @@ -14209,11 +14301,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete Content Type", "tags": [ "Content Types" @@ -14287,11 +14374,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Fetch single Content Type", "tags": [ "Content Types" @@ -14386,11 +14468,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update Content Type", "tags": [ "Content Types" @@ -14431,6 +14508,12 @@ { "$ref": "#/components/parameters/content_data_offset" }, + { + "$ref": "#/components/parameters/content_data_filterKeys" + }, + { + "$ref": "#/components/parameters/content_data_searchFields" + }, { "description": "The field name for sort. You can specify one of following values.\n- id\n- uniqueID\n- authored_on\n- created_on\n- modified_on\n", "in": "query", @@ -14552,6 +14635,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/content_data_saveRevision" } ], "requestBody": { @@ -14613,11 +14699,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create Content Data", "tags": [ "Content Types", @@ -14726,11 +14807,6 @@ "description": "Site or Content_type not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview by data", "tags": [ "Content Types", @@ -14822,11 +14898,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete single content data", "tags": [ "Content Types", @@ -14949,6 +15020,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/content_data_saveRevision" } ], "requestBody": { @@ -15020,11 +15094,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update Content Data", "tags": [ "Content Types", @@ -15141,11 +15210,6 @@ "description": "Site or Content_type or Content_data not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview by id", "tags": [ "Content Types", @@ -15179,6 +15243,9 @@ { "$ref": "#/components/parameters/content_field_offset" }, + { + "$ref": "#/components/parameters/content_field_searchFields" + }, { "description": "The field name for sort. You can specify one of following values.\n- name\n- dataLabel\n- uniqueID\n- modified_on\n", "in": "query", @@ -15271,11 +15338,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Content Field Collection", "tags": [ "Content Fields", @@ -15361,11 +15423,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create Content Field", "tags": [ "Content Types", @@ -15458,11 +15515,6 @@ "description": "Site or Content_type not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Save hierarchical content field order", "tags": [ "Content Types", @@ -15554,11 +15606,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete Content Field", "tags": [ "Content Types", @@ -15641,11 +15688,6 @@ "description": "Site or Content_type or Content_field not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Fetch single Content Field", "tags": [ "Content Types", @@ -15749,11 +15791,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update Content Field", "tags": [ "Content Types", @@ -15820,6 +15857,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -15903,6 +15943,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/entry_saveRevision" } ], "requestBody": { @@ -15972,11 +16015,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new entry", "tags": [ "Entries" @@ -16040,11 +16078,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export entries", "tags": [ "Entries" @@ -16160,11 +16193,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Import entries", "tags": [ "Entries" @@ -16264,11 +16292,6 @@ "description": "Site or Entry not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a entry", "tags": [ "Entries" @@ -16351,11 +16374,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an entry", "tags": [ "Entries" @@ -16481,6 +16499,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/entry_saveRevision" } ], "requestBody": { @@ -16560,11 +16581,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an entry", "tags": [ "Entries" @@ -16632,6 +16648,12 @@ { "$ref": "#/components/parameters/asset_fields" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "$ref": "#/components/parameters/asset_dateField" }, @@ -16914,6 +16936,18 @@ "type": "integer" } }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, { "$ref": "#/components/parameters/comment_dateField" }, @@ -17067,11 +17101,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new comment on an entry", "tags": [ "Comments", @@ -17167,11 +17196,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reply to specified comment", "tags": [ "Comments", @@ -17280,11 +17304,6 @@ "description": "Site or Entry not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a entry with existing data", "tags": [ "Entries" @@ -17429,11 +17448,6 @@ "description": "Site or Theme not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export site's theme", "tags": [ "Themes" @@ -17472,6 +17486,9 @@ { "$ref": "#/components/parameters/field_fields" }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, { "$ref": "#/components/parameters/field_dateField" }, @@ -17540,11 +17557,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of fields in the specified site", "tags": [ "CustomFields" @@ -17620,11 +17632,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new field", "tags": [ "CustomFields" @@ -17707,11 +17714,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a field", "tags": [ "CustomFields" @@ -17784,11 +17786,6 @@ "description": "Site or Field not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single field by its ID", "tags": [ "CustomFields" @@ -17883,11 +17880,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a field", "tags": [ "CustomFields" @@ -18099,11 +18091,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new folder.", "tags": [ "Folders" @@ -18187,11 +18174,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Rearrange existing folders in a new order", "tags": [ "Folders" @@ -18274,11 +18256,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing folder", "tags": [ "Folders" @@ -18453,11 +18430,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing folder", "tags": [ "Folders" @@ -18633,6 +18605,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -19059,11 +19034,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of formatted_texts in the specified site", "tags": [ "FormattedText" @@ -19139,11 +19109,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new formatted_text", "tags": [ "FormattedText" @@ -19226,11 +19191,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a formatted_text", "tags": [ "FormattedText" @@ -19303,11 +19263,6 @@ "description": "Site or FormattedText not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single formatted_text by its ID", "tags": [ "FormattedText" @@ -19402,11 +19357,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a formatted_text", "tags": [ "FormattedText" @@ -19486,11 +19436,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset logs", "tags": [ "Logs" @@ -19519,6 +19464,9 @@ { "$ref": "#/components/parameters/log_offset" }, + { + "$ref": "#/components/parameters/log_filterKeys" + }, { "description": "- id\n- created_on\n- blog_id\n- author_id\n- level\n- class\n\n**Default**: created_on\n", "in": "query", @@ -19635,11 +19583,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of logs in the specified site", "tags": [ "Logs" @@ -19715,11 +19658,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new log", "tags": [ "Logs" @@ -19790,11 +19728,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export logs", "tags": [ "Logs" @@ -19877,11 +19810,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing log", "tags": [ "Logs" @@ -19954,11 +19882,6 @@ "description": "Site or Log not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single log by its ID", "tags": [ "Logs" @@ -20053,11 +19976,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing log", "tags": [ "Logs" @@ -20123,6 +20041,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -20206,6 +20127,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/page_saveRevision" } ], "requestBody": { @@ -20275,11 +20199,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new page", "tags": [ "Pages" @@ -20379,11 +20298,6 @@ "description": "Site or Page not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a page", "tags": [ "Pages" @@ -20466,11 +20380,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing page", "tags": [ "Pages" @@ -20575,6 +20484,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/page_saveRevision" } ], "requestBody": { @@ -20654,11 +20566,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing page", "tags": [ "Pages" @@ -20698,6 +20605,12 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -20843,6 +20756,18 @@ "type": "integer" } }, + { + "$ref": "#/components/parameters/field_filterKeys" + }, + { + "$ref": "#/components/parameters/field_searchFields" + }, + { + "$ref": "#/components/parameters/field_sortBy" + }, + { + "$ref": "#/components/parameters/field_sortOrder" + }, { "$ref": "#/components/parameters/comment_dateField" }, @@ -20996,11 +20921,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new comment on a page", "tags": [ "Comments", @@ -21096,11 +21016,6 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reply to specified comment", "tags": [ "Comments", @@ -21209,11 +21124,6 @@ "description": "Site or Page not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a page with existing data", "tags": [ "Pages" @@ -21315,11 +21225,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for site", "tags": [ "Sites", @@ -21409,11 +21314,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to site", "tags": [ "Sites", @@ -21503,11 +21403,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from site", "tags": [ "Sites", @@ -21591,11 +21486,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset all templates in the site", "tags": [ "Templates" @@ -21604,7 +21494,7 @@ }, "/sites/{site_id}/stats/date/pageviews": { "get": { - "description": "Retrieve pageviews count for each date from provider (e.g. Google Analytics).\n\nAuthorization is required.\n", + "description": "Retrieve screenPageViews count for each date from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", "parameters": [ { "in": "path", @@ -21615,7 +21505,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -21625,7 +21515,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -21654,13 +21544,13 @@ { "description": "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", "in": "query", - "name": "path", + "name": "pagePath", "schema": { "type": "string" } }, { - "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "description": "This is an optional parameter. If true is given, the MT can return total screenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)", "in": "query", "name": "uniquePath", "schema": { @@ -21692,7 +21582,7 @@ "totals": { "properties": { "screenPageViews": { - "description": "The sum total of the pageviews in the specified period.", + "description": "The sum total of the screenPageViews in the specified period.", "type": "integer" } }, @@ -21736,20 +21626,15 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], - "summary": "Retrieve pageviews count for each date from provider (e.g. Google Analytics)", + "summary": "Retrieve screenPageViews count for each date from provider (e.g. Google Analytics V4)", "tags": [ "Statistics" ] } }, - "/sites/{site_id}/stats/date/visits": { + "/sites/{site_id}/stats/date/screenPageViews": { "get": { - "description": "Retrieve visits count for each date from provider (e.g. Google Analytics).\n\nAuthorization is required.\n", + "description": "Retrieve screenPageViews count for each date from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", "parameters": [ { "in": "path", @@ -21760,7 +21645,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -21770,7 +21655,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -21799,10 +21684,22 @@ { "description": "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", "in": "query", - "name": "path", + "name": "pagePath", "schema": { "type": "string" } + }, + { + "description": "This is an optional parameter. If true is given, the MT can return total screenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)", + "in": "query", + "name": "uniquePath", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } } ], "responses": { @@ -21824,8 +21721,8 @@ }, "totals": { "properties": { - "sessions": { - "description": "The sum total of the sessions in the specified period.", + "screenPageViews": { + "description": "The sum total of the screenPageViews in the specified period.", "type": "integer" } }, @@ -21869,20 +21766,15 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], - "summary": "Retrieve visits count for each date from provider (e.g. Google Analytics)", + "summary": "Retrieve screenPageViews count for each date from provider (e.g. Google Analytics V4)", "tags": [ "Statistics" ] } }, - "/sites/{site_id}/stats/path/pageviews": { + "/sites/{site_id}/stats/date/sessions": { "get": { - "description": "Retrieve pageviews count for each path from provider (e.g. Google Analytics).\n\nAuthorization is required.\n", + "description": "Retrieve sessions count for each date from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", "parameters": [ { "in": "path", @@ -21893,7 +21785,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -21903,7 +21795,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -21932,22 +21824,138 @@ { "description": "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", "in": "query", - "name": "path", + "name": "pagePath", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "properties": { + "items": { + "description": "An array of Items for date resource.", + "items": { + "$ref": "#/components/schemas/statisticsdate" + }, + "type": "array" + }, + "totalResults": { + "description": "The total number of paths.", + "type": "integer" + }, + "totals": { + "properties": { + "sessions": { + "description": "The sum total of the sessions in the specified period.", + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Bad request" + }, + "401": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Invalid login" + }, + "404": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Not Found" + } + }, + "summary": "Retrieve sessions count for each date from provider (e.g. Google Analytics V4)", + "tags": [ + "Statistics" + ] + } + }, + "/sites/{site_id}/stats/date/visits": { + "get": { + "description": "Retrieve sessions count for each date from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", + "parameters": [ + { + "in": "path", + "name": "site_id", + "required": true, + "schema": { + "type": "integer" + } + }, + { + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "startDate", + "required": true, "schema": { + "format": "date", "type": "string" } }, { - "description": "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", - "name": "uniquePath", + "name": "endDate", + "required": true, "schema": { - "enum": [ - 0, - 1 - ], + "format": "date", + "type": "string" + } + }, + { + "description": "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + "in": "query", + "name": "limit", + "schema": { + "default": 50, "type": "integer" } + }, + { + "description": "This is an optional parameter. 0-indexed offset. Default is 0.", + "in": "query", + "name": "offset", + "schema": { + "type": "string" + } + }, + { + "description": "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + "in": "query", + "name": "pagePath", + "schema": { + "type": "string" + } } ], "responses": { @@ -21957,9 +21965,1287 @@ "schema": { "properties": { "items": { - "description": "An array of Items for path resource.", + "description": "An array of Items for date resource.", + "items": { + "$ref": "#/components/schemas/statisticsdate" + }, + "type": "array" + }, + "totalResults": { + "description": "The total number of paths.", + "type": "integer" + }, + "totals": { + "properties": { + "sessions": { + "description": "The sum total of the sessions in the specified period.", + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Bad request" + }, + "401": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Invalid login" + }, + "404": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Not Found" + } + }, + "summary": "Retrieve sessions count for each date from provider (e.g. Google Analytics V4)", + "tags": [ + "Statistics" + ] + } + }, + "/sites/{site_id}/stats/path/pageviews": { + "get": { + "description": "Retrieve screenPageViews count for each path from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", + "parameters": [ + { + "in": "path", + "name": "site_id", + "required": true, + "schema": { + "type": "integer" + } + }, + { + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "startDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "endDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + "in": "query", + "name": "limit", + "schema": { + "default": 50, + "type": "integer" + } + }, + { + "description": "This is an optional parameter. 0-indexed offset. Default is 0.", + "in": "query", + "name": "offset", + "schema": { + "type": "string" + } + }, + { + "description": "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + "in": "query", + "name": "pagePath", + "schema": { + "type": "string" + } + }, + { + "description": "This is an optional parameter. If true is given, the MT can return total scrrenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)", + "in": "query", + "name": "uniquePath", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "properties": { + "items": { + "description": "An array of Items for path resource.", + "items": { + "$ref": "#/components/schemas/statisticspath" + }, + "type": "array" + }, + "totalResults": { + "description": "The total number of paths.", + "type": "integer" + }, + "totals": { + "properties": { + "screenPageViews": { + "description": "The sum total of the screenPageViews in the specified period.", + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Bad request" + }, + "401": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Invalid login" + }, + "404": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Not Found" + } + }, + "summary": "Retrieve screenPageViews count for each path from provider (e.g. Google Analytics V4)", + "tags": [ + "Statistics" + ] + } + }, + "/sites/{site_id}/stats/path/screenPageViews": { + "get": { + "description": "Retrieve screenPageViews count for each path from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", + "parameters": [ + { + "in": "path", + "name": "site_id", + "required": true, + "schema": { + "type": "integer" + } + }, + { + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "startDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "endDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + "in": "query", + "name": "limit", + "schema": { + "default": 50, + "type": "integer" + } + }, + { + "description": "This is an optional parameter. 0-indexed offset. Default is 0.", + "in": "query", + "name": "offset", + "schema": { + "type": "string" + } + }, + { + "description": "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + "in": "query", + "name": "pagePath", + "schema": { + "type": "string" + } + }, + { + "description": "This is an optional parameter. If true is given, the MT can return total scrrenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)", + "in": "query", + "name": "uniquePath", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "properties": { + "items": { + "description": "An array of Items for path resource.", + "items": { + "$ref": "#/components/schemas/statisticspath" + }, + "type": "array" + }, + "totalResults": { + "description": "The total number of paths.", + "type": "integer" + }, + "totals": { + "properties": { + "screenPageViews": { + "description": "The sum total of the screenPageViews in the specified period.", + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Bad request" + }, + "401": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Invalid login" + }, + "404": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Not Found" + } + }, + "summary": "Retrieve screenPageViews count for each path from provider (e.g. Google Analytics V4)", + "tags": [ + "Statistics" + ] + } + }, + "/sites/{site_id}/stats/path/sessions": { + "get": { + "description": "Retrieve sessions count for each date from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", + "parameters": [ + { + "in": "path", + "name": "site_id", + "required": true, + "schema": { + "type": "integer" + } + }, + { + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "startDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "endDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + "in": "query", + "name": "limit", + "schema": { + "limit": 50, + "type": "integer" + } + }, + { + "description": "This is an optional parameter. 0-indexed offset. Default is 0.", + "in": "query", + "name": "offset", + "schema": { + "type": "string" + } + }, + { + "description": "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + "in": "query", + "name": "pagePath", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "properties": { + "items": { + "description": "An array of Items for path resource.", + "items": { + "$ref": "#/components/schemas/statisticspath" + }, + "type": "array" + }, + "totalResults": { + "description": "The total number of paths.", + "type": "integer" + }, + "totals": { + "properties": { + "sessions": { + "description": "The sum total of the sessions in the specified period.", + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Bad request" + }, + "401": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Invalid login" + }, + "404": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Not Found" + } + }, + "summary": "Retrieve sessions count for each path from provider (e.g. Google Analytics V4)", + "tags": [ + "Statistics" + ] + } + }, + "/sites/{site_id}/stats/path/visits": { + "get": { + "description": "Retrieve sessions count for each date from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", + "parameters": [ + { + "in": "path", + "name": "site_id", + "required": true, + "schema": { + "type": "integer" + } + }, + { + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "startDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "endDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + "in": "query", + "name": "limit", + "schema": { + "limit": 50, + "type": "integer" + } + }, + { + "description": "This is an optional parameter. 0-indexed offset. Default is 0.", + "in": "query", + "name": "offset", + "schema": { + "type": "string" + } + }, + { + "description": "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + "in": "query", + "name": "pagePath", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "properties": { + "items": { + "description": "An array of Items for path resource.", + "items": { + "$ref": "#/components/schemas/statisticspath" + }, + "type": "array" + }, + "totalResults": { + "description": "The total number of paths.", + "type": "integer" + }, + "totals": { + "properties": { + "sessions": { + "description": "The sum total of the sessions in the specified period.", + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Bad request" + }, + "401": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Invalid login" + }, + "404": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Not Found" + } + }, + "summary": "Retrieve sessions count for each path from provider (e.g. Google Analytics V4)", + "tags": [ + "Statistics" + ] + } + }, + "/sites/{site_id}/stats/provider": { + "get": { + "description": "Retrieve a current effective provider.\n\nAuthorization is required.\n", + "parameters": [ + { + "in": "path", + "name": "site_id", + "required": true, + "schema": { + "type": "integer" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "properties": { + "id": { + "type": "string" + } + }, + "type": "object" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Bad request" + }, + "401": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Invalid login" + }, + "404": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Not Found" + } + }, + "summary": "Retrieve a current effective provider", + "tags": [ + "Statistics" + ] + } + }, + "/sites/{site_id}/stats/year/screenPageViews": { + "get": { + "description": "Retrieve screenPageViews count for each year from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", + "parameters": [ + { + "in": "path", + "name": "site_id", + "required": true, + "schema": { + "type": "integer" + } + }, + { + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "startDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "endDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + "in": "query", + "name": "limit", + "schema": { + "default": 50, + "type": "integer" + } + }, + { + "description": "This is an optional parameter. 0-indexed offset. Default is 0.", + "in": "query", + "name": "offset", + "schema": { + "type": "string" + } + }, + { + "description": "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + "in": "query", + "name": "pagePath", + "schema": { + "type": "string" + } + }, + { + "description": "This is an optional parameter. If true is given, the MT can return total screenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)", + "in": "query", + "name": "uniquePath", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "properties": { + "items": { + "description": "An array of Items for date resource.", + "items": { + "$ref": "#/components/schemas/statisticsyear" + }, + "type": "array" + }, + "totalResults": { + "description": "The total number of paths.", + "type": "integer" + }, + "totals": { + "properties": { + "screenPageViews": { + "description": "The sum total of the screenPageViews in the specified period.", + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Bad request" + }, + "401": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Invalid login" + }, + "404": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Not Found" + } + }, + "summary": "Retrieve screenPageViews count for each year from provider (e.g. Google Analytics V4)", + "tags": [ + "Statistics" + ] + } + }, + "/sites/{site_id}/stats/year/sessions": { + "get": { + "description": "Retrieve sessions count for each year from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", + "parameters": [ + { + "in": "path", + "name": "site_id", + "required": true, + "schema": { + "type": "integer" + } + }, + { + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "startDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "endDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + "in": "query", + "name": "limit", + "schema": { + "default": 50, + "type": "integer" + } + }, + { + "description": "This is an optional parameter. 0-indexed offset. Default is 0.", + "in": "query", + "name": "offset", + "schema": { + "type": "string" + } + }, + { + "description": "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + "in": "query", + "name": "pagePath", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "properties": { + "items": { + "description": "An array of Items for date resource.", + "items": { + "$ref": "#/components/schemas/statisticsyear" + }, + "type": "array" + }, + "totalResults": { + "description": "The total number of paths.", + "type": "integer" + }, + "totals": { + "properties": { + "sessions": { + "description": "The sum total of the sessions in the specified period.", + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Bad request" + }, + "401": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Invalid login" + }, + "404": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Not Found" + } + }, + "summary": "Retrieve sessions count for each year from provider (e.g. Google Analytics V4)", + "tags": [ + "Statistics" + ] + } + }, + "/sites/{site_id}/stats/yearMonth/screenPageViews": { + "get": { + "description": "Retrieve screenPageViews count for each yearMonth from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", + "parameters": [ + { + "in": "path", + "name": "site_id", + "required": true, + "schema": { + "type": "integer" + } + }, + { + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "startDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "endDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + "in": "query", + "name": "limit", + "schema": { + "default": 50, + "type": "integer" + } + }, + { + "description": "This is an optional parameter. 0-indexed offset. Default is 0.", + "in": "query", + "name": "offset", + "schema": { + "type": "string" + } + }, + { + "description": "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + "in": "query", + "name": "pagePath", + "schema": { + "type": "string" + } + }, + { + "description": "This is an optional parameter. If true is given, the MT can return total screenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)", + "in": "query", + "name": "uniquePath", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "properties": { + "items": { + "description": "An array of Items for date resource.", + "items": { + "$ref": "#/components/schemas/statisticsyearmonth" + }, + "type": "array" + }, + "totalResults": { + "description": "The total number of paths.", + "type": "integer" + }, + "totals": { + "properties": { + "screenPageViews": { + "description": "The sum total of the screenPageViews in the specified period.", + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Bad request" + }, + "401": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Invalid login" + }, + "404": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Not Found" + } + }, + "summary": "Retrieve screenPageViews count for each yearMonth from provider (e.g. Google Analytics V4)", + "tags": [ + "Statistics" + ] + } + }, + "/sites/{site_id}/stats/yearMonth/sessions": { + "get": { + "description": "Retrieve sessions count for each yearMonth from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", + "parameters": [ + { + "in": "path", + "name": "site_id", + "required": true, + "schema": { + "type": "integer" + } + }, + { + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "startDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "endDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + "in": "query", + "name": "limit", + "schema": { + "default": 50, + "type": "integer" + } + }, + { + "description": "This is an optional parameter. 0-indexed offset. Default is 0.", + "in": "query", + "name": "offset", + "schema": { + "type": "string" + } + }, + { + "description": "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + "in": "query", + "name": "pagePath", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "properties": { + "items": { + "description": "An array of Items for date resource.", + "items": { + "$ref": "#/components/schemas/statisticsyearmonth" + }, + "type": "array" + }, + "totalResults": { + "description": "The total number of paths.", + "type": "integer" + }, + "totals": { + "properties": { + "sessions": { + "description": "The sum total of the sessions in the specified period.", + "type": "integer" + } + }, + "type": "object" + } + }, + "type": "object" + } + } + }, + "description": "OK" + }, + "400": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Bad request" + }, + "401": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Invalid login" + }, + "404": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorContent" + } + } + }, + "description": "Not Found" + } + }, + "summary": "Retrieve sessions count for each yearMonth from provider (e.g. Google Analytics V4)", + "tags": [ + "Statistics" + ] + } + }, + "/sites/{site_id}/stats/yearWeek/screenPageViews": { + "get": { + "description": "Retrieve screenPageViews count for each yearWeek from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", + "parameters": [ + { + "in": "path", + "name": "site_id", + "required": true, + "schema": { + "type": "integer" + } + }, + { + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "startDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "in": "query", + "name": "endDate", + "required": true, + "schema": { + "format": "date", + "type": "string" + } + }, + { + "description": "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + "in": "query", + "name": "limit", + "schema": { + "default": 50, + "type": "integer" + } + }, + { + "description": "This is an optional parameter. 0-indexed offset. Default is 0.", + "in": "query", + "name": "offset", + "schema": { + "type": "string" + } + }, + { + "description": "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + "in": "query", + "name": "pagePath", + "schema": { + "type": "string" + } + }, + { + "description": "This is an optional parameter. If true is given, the MT can return total screenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)", + "in": "query", + "name": "uniquePath", + "schema": { + "enum": [ + 0, + 1 + ], + "type": "integer" + } + } + ], + "responses": { + "200": { + "content": { + "application/json": { + "schema": { + "properties": { + "items": { + "description": "An array of Items for date resource.", "items": { - "$ref": "#/components/schemas/statisticspath" + "$ref": "#/components/schemas/statisticsyearweek" }, "type": "array" }, @@ -21970,7 +23256,7 @@ "totals": { "properties": { "screenPageViews": { - "description": "The sum total of the pageviews in the specified period.", + "description": "The sum total of the screenPageViews in the specified period.", "type": "integer" } }, @@ -22014,20 +23300,15 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], - "summary": "Retrieve pageviews count for each path from provider (e.g. Google Analytics)", + "summary": "Retrieve screenPageViews count for each yearWeek from provider (e.g. Google Analytics V4)", "tags": [ "Statistics" ] } }, - "/sites/{site_id}/stats/path/visits": { + "/sites/{site_id}/stats/yearWeek/sessions": { "get": { - "description": "Retrieve visits count for each date from provider (e.g. Google Analytics).\n\nAuthorization is required.\n", + "description": "Retrieve sessions count for each yearWeek from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", "parameters": [ { "in": "path", @@ -22038,7 +23319,7 @@ } }, { - "description": "This is an required parameter. Start date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. Start date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "startDate", "required": true, @@ -22048,7 +23329,7 @@ } }, { - "description": "This is an required parameter. End date of data. The format is \"YYYY-MM-DD\".", + "description": "This is a required parameter. End date of data. The format is \"YYYY-MM-DD\".", "in": "query", "name": "endDate", "required": true, @@ -22077,7 +23358,7 @@ { "description": "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", "in": "query", - "name": "path", + "name": "pagePath", "schema": { "type": "string" } @@ -22090,9 +23371,9 @@ "schema": { "properties": { "items": { - "description": "An array of Items for path resource.", + "description": "An array of Items for date resource.", "items": { - "$ref": "#/components/schemas/statisticspath" + "$ref": "#/components/schemas/statisticsyearweek" }, "type": "array" }, @@ -22147,83 +23428,7 @@ "description": "Not Found" } }, - "security": [ - { - "mtauth": [] - } - ], - "summary": "Retrieve visits count for each path from provider (e.g. Google Analytics)", - "tags": [ - "Statistics" - ] - } - }, - "/sites/{site_id}/stats/provider": { - "get": { - "description": "Retrieve a current effective provider.\n\nAuthorization is required.\n", - "parameters": [ - { - "in": "path", - "name": "site_id", - "required": true, - "schema": { - "type": "integer" - } - } - ], - "responses": { - "200": { - "content": { - "application/json": { - "schema": { - "properties": { - "id": { - "type": "string" - } - }, - "type": "object" - } - } - }, - "description": "OK" - }, - "400": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorContent" - } - } - }, - "description": "Bad request" - }, - "401": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorContent" - } - } - }, - "description": "Invalid login" - }, - "404": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorContent" - } - } - }, - "description": "Not Found" - } - }, - "security": [ - { - "mtauth": [] - } - ], - "summary": "Retrieve a current effective provider", + "summary": "Retrieve sessions count for each yearWeek from provider (e.g. Google Analytics V4)", "tags": [ "Statistics" ] @@ -22411,11 +23616,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing tag", "tags": [ "Tags" @@ -22582,11 +23782,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing tag", "tags": [ "Tags" @@ -22626,6 +23821,12 @@ { "$ref": "#/components/parameters/asset_offset" }, + { + "$ref": "#/components/parameters/asset_filterKeys" + }, + { + "$ref": "#/components/parameters/asset_searchFields" + }, { "description": "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", "in": "query", @@ -22794,6 +23995,9 @@ { "$ref": "#/components/parameters/entry_no_text_filter" }, + { + "$ref": "#/components/parameters/entry_filterKeys" + }, { "$ref": "#/components/parameters/entry_dateField" }, @@ -22936,6 +24140,9 @@ { "$ref": "#/components/parameters/page_no_text_filter" }, + { + "$ref": "#/components/parameters/page_filterKeys" + }, { "$ref": "#/components/parameters/page_dateField" }, @@ -23035,6 +24242,9 @@ { "$ref": "#/components/parameters/template_offset" }, + { + "$ref": "#/components/parameters/template_filterKeys" + }, { "description": "#### id\n\nSort by the ID of each template.\n\n#### name\n\nSort by the name of each template.\n\n#### created_on\n\nSort by the created time of each template.\n\n#### modified_on\n\nSort by the modified time of each template.\n\n#### created_by\n\nSort by the ID of user who created each template.\n\n#### modified_by\n\nSort by the ID of user who modified each template.\n\n#### type\n\nSort by the type of each template.\n\n**Default**: name\n", "in": "query", @@ -23141,11 +24351,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of templates in the specified site", "tags": [ "Templates" @@ -23161,6 +24366,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/template_saveRevision" } ], "requestBody": { @@ -23222,11 +24430,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new template", "tags": [ "Templates" @@ -23326,11 +24529,6 @@ "description": "Site not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a template", "tags": [ "Templates" @@ -23413,11 +24611,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a template", "tags": [ "Templates" @@ -23491,11 +24684,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve single template by its ID", "tags": [ "Templates" @@ -23519,6 +24707,9 @@ "schema": { "type": "integer" } + }, + { + "$ref": "#/components/parameters/template_saveRevision" } ], "requestBody": { @@ -23590,11 +24781,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a template", "tags": [ "Templates" @@ -23672,11 +24858,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a clone of a template", "tags": [ "Templates" @@ -23784,11 +24965,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a preview for a template with existing data", "tags": [ "Templates" @@ -23866,11 +25042,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Publish a template", "tags": [ "Templates" @@ -23954,11 +25125,6 @@ "description": "Site or Template not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset template text to theme default or tempalte_set default", "tags": [ "Templates" @@ -24011,6 +25177,9 @@ { "$ref": "#/components/parameters/templatemap_excludeIds" }, + { + "$ref": "#/components/parameters/templatemap_filterKeys" + }, { "$ref": "#/components/parameters/templatemap_dateField" }, @@ -24079,11 +25248,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of templatemaps in the specified site", "tags": [ "Templates", @@ -24168,11 +25332,6 @@ "description": "Site or Template not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new templatemap", "tags": [ "Templates", @@ -24264,11 +25423,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing templatemap", "tags": [ "Templates", @@ -24347,11 +25501,6 @@ "description": "Site or Template or TemplateMap not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single templatemap by its ID", "tags": [ "Templates", @@ -24455,11 +25604,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing templatemap", "tags": [ "Templates", @@ -24538,11 +25682,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of themes for site", "tags": [ "Themes" @@ -24615,11 +25754,6 @@ "description": "Site or Theme not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single theme by its ID for site", "tags": [ "Themes" @@ -24697,11 +25831,6 @@ "description": "Site or Theme not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Apply a theme to site", "tags": [ "Themes" @@ -24814,11 +25943,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgets in the specified site", "tags": [ "Widgets" @@ -24894,11 +26018,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new widget", "tags": [ "Widgets" @@ -24981,11 +26100,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete a widget", "tags": [ "Widgets" @@ -25058,11 +26172,6 @@ "description": "Site or Widget not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widget by its ID", "tags": [ "Widgets" @@ -25157,11 +26266,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update a widget", "tags": [ "Widgets" @@ -25238,11 +26342,6 @@ "description": "Site or Widget not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Make a clone of a widget", "tags": [ "Widgets" @@ -25325,11 +26424,6 @@ "description": "Site or Widget not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Reset widget text to default", "tags": [ "Widgets" @@ -25442,11 +26536,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgetsets in the specified site", "tags": [ "WidgetSets" @@ -25522,11 +26611,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new widgetset", "tags": [ "WidgetSets" @@ -25609,11 +26693,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete an existing widgetset", "tags": [ "WidgetSets" @@ -25686,11 +26765,6 @@ "description": "Site or WidgetSet not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widgetset by its ID", "tags": [ "WidgetSets" @@ -25785,11 +26859,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update an existing widgetset", "tags": [ "WidgetSets" @@ -25910,11 +26979,6 @@ "description": "Site or WidgetSet not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of widgets in the specified widgetset", "tags": [ "Widgets", @@ -25998,11 +27062,6 @@ "description": "Site or Widget not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single widget by widgetset ID", "tags": [ "Widgets", @@ -26134,11 +27193,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of themes", "tags": [ "Themes" @@ -26213,11 +27267,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Uninstall a specified theme from the MT", "tags": [ "Themes" @@ -26280,11 +27329,6 @@ "description": "Site or Theme not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a single theme by its ID", "tags": [ "Themes" @@ -26342,11 +27386,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Invalidate current session. This is like logout", "tags": [ "Authentication" @@ -26451,6 +27490,9 @@ { "$ref": "#/components/parameters/user_offset" }, + { + "$ref": "#/components/parameters/user_filterKeys" + }, { "description": "The field name for sort. You can specify one of following values\n- id\n- name\n\n**Default**: name\n", "in": "query", @@ -26635,11 +27677,6 @@ "description": "Site not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Create a new user", "tags": [ "Users" @@ -26683,11 +27720,6 @@ "description": "Do not have permission to export users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Export users", "tags": [ "Users" @@ -26760,11 +27792,6 @@ "description": "Do not have permission to import users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Import users", "tags": [ "Users" @@ -26813,11 +27840,6 @@ "description": "Do not have permission to synchronize users." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Synchronize users", "tags": [ "Users" @@ -26892,11 +27914,6 @@ "description": "Request method is not DELETE or POST with __method=DELETE" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Delete user", "tags": [ "Users" @@ -27061,11 +28078,6 @@ "description": "Request method is not PUT or POST with __method=PUT" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Update user data", "tags": [ "Users" @@ -27104,6 +28116,9 @@ { "$ref": "#/components/parameters/group_fields" }, + { + "$ref": "#/components/parameters/group_filterKeys" + }, { "$ref": "#/components/parameters/group_dateField" }, @@ -27172,11 +28187,6 @@ "description": "User not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of groups", "tags": [ "Users", @@ -27214,6 +28224,9 @@ { "$ref": "#/components/parameters/permission_blogIds" }, + { + "$ref": "#/components/parameters/permission_filterKeys" + }, { "$ref": "#/components/parameters/permission_dateField" }, @@ -27282,11 +28295,6 @@ "description": "Site or User not found." } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Retrieve a list of permissions for user", "tags": [ "Users", @@ -27376,11 +28384,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Grant permissions to user", "tags": [ "Users", @@ -27470,11 +28473,6 @@ "description": "Site or Role or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Revoke permissions from user", "tags": [ "Users", @@ -27548,11 +28546,6 @@ "description": "Site or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Send the link for password recovery to specified user by email", "tags": [ "Users" @@ -27781,11 +28774,6 @@ "description": "Site or User not found" } }, - "security": [ - { - "mtauth": [] - } - ], "summary": "Unlock user account", "tags": [ "Users" @@ -27843,6 +28831,11 @@ } } }, + "security": [ + { + "mtauth": [] + } + ], "servers": [ { "url": "https://example.com/mt/mt-data-api.cgi/v7" diff --git a/src/openapi/v7.yaml b/src/openapi/v7.yaml index 9042ee4..7b38852 100644 --- a/src/openapi/v7.yaml +++ b/src/openapi/v7.yaml @@ -32,6 +32,16 @@ components: name: fields schema: type: string + asset_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: class + in: query + name: filterKeys + schema: + default: class + type: string asset_includeIds: description: The comma separated ID list of assets to include to result. in: query @@ -133,6 +143,12 @@ components: name: fields schema: type: string + category_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string category_includeIds: description: The comma separated ID list of categories to include to result. in: query @@ -206,6 +222,12 @@ components: name: fields schema: type: string + category_set_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string category_set_includeIds: description: The comma separated ID list of category_sets to include to result. in: query @@ -335,6 +357,16 @@ components: name: fields schema: type: string + comment_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string comment_includeIds: description: The comma separated ID list of comments to include to result. in: query @@ -436,6 +468,16 @@ components: name: fields schema: type: string + content_data_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string content_data_includeIds: description: The comma separated ID list of content_data to include to result. in: query @@ -462,6 +504,15 @@ components: schema: default: 0 type: integer + content_data_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer content_data_search: description: Search query. in: query @@ -537,6 +588,12 @@ components: name: fields schema: type: string + content_field_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string content_field_includeIds: description: The comma separated ID list of content_fields to include to result. in: query @@ -638,6 +695,12 @@ components: name: fields schema: type: string + content_type_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string content_type_includeIds: description: The comma separated ID list of content_types to include to result. in: query @@ -739,6 +802,16 @@ components: name: fields schema: type: string + entry_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string entry_includeIds: description: The comma separated ID list of entries to include to result. in: query @@ -786,6 +859,15 @@ components: schema: default: 0 type: integer + entry_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer entry_search: description: Search query. in: query @@ -912,6 +994,16 @@ components: name: fields schema: type: string + field_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: systemObject,type + in: query + name: filterKeys + schema: + default: 'systemObject,type' + type: string field_includeIds: description: The comma separated ID list of fields to include to result. in: query @@ -1013,6 +1105,12 @@ components: name: fields schema: type: string + folder_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string folder_includeIds: description: The comma separated ID list of folders to include to result. in: query @@ -1114,6 +1212,12 @@ components: name: fields schema: type: string + formatted_text_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string formatted_text_includeIds: description: The comma separated ID list of formatted_texts to include to result. in: query @@ -1215,6 +1319,16 @@ components: name: fields schema: type: string + group_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string group_includeIds: description: The comma separated ID list of groups to include to result. in: query @@ -1316,6 +1430,16 @@ components: name: fields schema: type: string + log_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: level + in: query + name: filterKeys + schema: + default: level + type: string log_includeIds: description: The comma separated ID list of logs to include to result. in: query @@ -1417,6 +1541,16 @@ components: name: fields schema: type: string + page_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status + in: query + name: filterKeys + schema: + default: status + type: string page_includeIds: description: The comma separated ID list of pages to include to result. in: query @@ -1464,6 +1598,15 @@ components: schema: default: 0 type: integer + page_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer page_search: description: Search query. in: query @@ -1596,6 +1739,16 @@ components: name: fields schema: type: string + permission_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: blogIds + in: query + name: filterKeys + schema: + default: blogIds + type: string permission_includeIds: description: The comma separated ID list of permissions to include to result. in: query @@ -1709,6 +1862,12 @@ components: name: fields schema: type: string + role_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string role_includeIds: description: The comma separated ID list of roles to include to result. in: query @@ -1825,6 +1984,12 @@ components: name: fields schema: type: string + site_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string site_includeIds: description: The comma separated ID list of sites to include to result. in: query @@ -1932,6 +2097,12 @@ components: name: fields schema: type: string + tag_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string tag_includeIds: description: The comma separated ID list of tags to include to result. in: query @@ -2033,6 +2204,16 @@ components: name: fields schema: type: string + template_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: type + in: query + name: filterKeys + schema: + default: type + type: string template_includeIds: description: The comma separated ID list of templates to include to result. in: query @@ -2059,6 +2240,15 @@ components: schema: default: 0 type: integer + template_saveRevision: + description: Save a revision or not + in: query + name: saveRevision + schema: + enum: + - 0 + - 1 + type: integer template_search: description: Search query. in: query @@ -2134,6 +2324,16 @@ components: name: fields schema: type: string + templatemap_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: archiveType,buildType,isPreferred + in: query + name: filterKeys + schema: + default: 'archiveType,buildType,isPreferred' + type: string templatemap_includeIds: description: The comma separated ID list of templatemaps to include to result. in: query @@ -2231,6 +2431,16 @@ components: name: fields schema: type: string + user_filterKeys: + description: |- + The comma separated field name list to filter. + + **Default**: status,lockout + in: query + name: filterKeys + schema: + default: 'status,lockout' + type: string user_includeIds: description: The comma separated ID list of users to include to result. in: query @@ -2332,6 +2542,12 @@ components: name: fields schema: type: string + widget_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string widget_includeIds: description: The comma separated ID list of widgets to include to result. in: query @@ -2433,6 +2649,12 @@ components: name: fields schema: type: string + widgetset_filterKeys: + description: The comma separated field name list to filter. + in: query + name: filterKeys + schema: + type: string widgetset_includeIds: description: The comma separated ID list of widgetsets to include to result. in: query @@ -4199,10 +4421,10 @@ components: format: date type: string screenPageViews: - description: The pageviews for the path. This property exists only if the metrics to retrieve is "pageviews" + description: The number of screenPageViews for the path. This property exists only if the metrics to retrieve is "screenPageViews" type: integer sessions: - description: The number of sessions for the path. This property exists only if the metrics to retrieve is "visits" + description: The number of sessions for the path. This property exists only if the metrics to retrieve is "sessions" type: integer type: object statisticspath: @@ -4238,11 +4460,47 @@ components: description: The title for the path. type: string screenPageViews: - description: The pageviews for the path. This property exists only if the metrics to retrieve is "pageviews" + description: The pageviews for the path. This property exists only if the metrics to retrieve is "screenPageViews" + type: integer + sessions: + description: The number of sessions for the path. This property exists only if the metrics to retrieve is "sessions" + type: integer + type: object + statisticsyear: + properties: + screenPageViews: + description: The number of screenPageViews for the path. This property exists only if the metrics to retrieve is "screenPageViews" + type: integer + sessions: + description: The number of sessions for the path. This property exists only if the metrics to retrieve is "sessions" + type: integer + year: + description: The year of the target. The format is "YYYY". + type: string + type: object + statisticsyearmonth: + properties: + screenPageViews: + description: The number of screenPageViews for the path. This property exists only if the metrics to retrieve is "screenPageViews" + type: integer + sessions: + description: The number of sessions for the path. This property exists only if the metrics to retrieve is "sessions" + type: integer + yearMonth: + description: The year and month of the target. The format is "YYYY-MM". + type: string + type: object + statisticsyearweek: + properties: + screenPageViews: + description: The number of screenPageViews for the path. This property exists only if the metrics to retrieve is "screenPageViews" type: integer sessions: - description: The number of sessions for the path. This property exists only if the metrics to retrieve is "visits" + description: The number of sessions for the path. This property exists only if the metrics to retrieve is "sessions" type: integer + yearWeek: + description: The year and week of the target. The format is "YYYY-Www". + type: string type: object tag: description: Updatable fields are name @@ -4891,7 +5149,7 @@ externalDocs: url: https://www.movabletype.jp/developers/data-api/ info: title: Movable Type Data API - version: 8.6.0 + version: 8.7.0 openapi: 3.0.0 paths: /: @@ -5023,8 +5281,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Upload file size is larger than CGIMaxUpload. - security: - - mtauth: [] summary: Upload a file tags: - Assets @@ -5246,6 +5502,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' - $ref: '#/components/parameters/group_dateField' - $ref: '#/components/parameters/group_dateFrom' - $ref: '#/components/parameters/group_dateTo' @@ -5279,8 +5536,6 @@ paths: description: Invalid login 403: description: Do not have permission to retrieve the requested groups. - security: - - mtauth: [] summary: Retrieve a list of groups tags: - Groups @@ -5314,8 +5569,6 @@ paths: description: Invalid login 403: description: Do not have permission to create a group. - security: - - mtauth: [] summary: Create a new group tags: - Groups @@ -5345,8 +5598,6 @@ paths: description: Invalid login 403: description: Do not have permission to synchronize groups. - security: - - mtauth: [] summary: Synchronize groups tags: - Groups @@ -5395,8 +5646,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a group tags: - Groups @@ -5435,8 +5684,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve single group by its ID tags: - Groups @@ -5492,8 +5739,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a group tags: - Groups @@ -5512,6 +5757,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' - $ref: '#/components/parameters/user_dateField' - $ref: '#/components/parameters/user_dateFrom' - $ref: '#/components/parameters/user_dateTo' @@ -5551,8 +5797,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve a list of members for specified group tags: - Groups @@ -5601,8 +5845,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group or Member not found. - security: - - mtauth: [] tags: - Groups '/groups/{group_id}/members/{member_id}': @@ -5655,8 +5897,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] tags: - Groups get: @@ -5699,8 +5939,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group or Member not found. - security: - - mtauth: [] summary: Retrieve single member by its ID for specified group tags: - Groups @@ -5721,6 +5959,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -5760,8 +5999,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Group not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for group tags: - Groups @@ -5819,8 +6056,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Group not found - security: - - mtauth: [] summary: Grant permissions to group tags: - Groups @@ -5878,8 +6113,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Group not found - security: - - mtauth: [] summary: Revoke permissions from group tags: - Groups @@ -5896,6 +6129,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -5935,8 +6169,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of permissions tags: - Permissions @@ -5978,8 +6210,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of plugins in the specified site tags: - Plugins @@ -6015,8 +6245,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Disable all plugins tags: - Plugins @@ -6052,8 +6280,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Enable all plugins tags: - Plugins @@ -6092,8 +6318,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found. - security: - - mtauth: [] summary: Retrieve single plugin by its ID tags: - Plugins @@ -6135,8 +6359,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Disable a plugin tags: - Plugins @@ -6178,8 +6400,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Plugin not found - security: - - mtauth: [] summary: Enable a plugin tags: - Plugins @@ -6242,8 +6462,6 @@ paths: description: Invalid login 403: description: Do not have permission to publish content_data. - security: - - mtauth: [] summary: Publish Content Data tags: - Content Data @@ -6321,8 +6539,6 @@ paths: description: Invalid login 403: description: Do not have permission to publish. - security: - - mtauth: [] summary: Rebuild the static archives in relation to specified entries tags: - Entries @@ -6424,8 +6640,6 @@ paths: description: Invalid login 403: description: Do not have permission to retrieve the list of roles. - security: - - mtauth: [] summary: Retrieve a list of roles tags: - Roles @@ -6465,8 +6679,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new role tags: - Roles @@ -6515,8 +6727,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing role tags: - Roles @@ -6555,8 +6765,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role not found. - security: - - mtauth: [] summary: Retrieve a single role by its ID tags: - Roles @@ -6612,8 +6820,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing role tags: - Roles @@ -6637,6 +6843,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -6676,8 +6883,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role not found. - security: - - mtauth: [] summary: Retrieve a list of permissions by role tags: - Roles @@ -6925,8 +7130,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new website tags: - Sites @@ -6981,8 +7184,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing blog or website tags: - Sites @@ -7081,8 +7282,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new blog tags: - Sites @@ -7143,8 +7342,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing blog or website tags: - Sites @@ -7165,6 +7362,7 @@ paths: - $ref: '#/components/parameters/asset_searchFields' - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -7336,8 +7534,6 @@ paths: type: object type: object description: Conflict - security: - - mtauth: [] summary: Upload a file tags: - Assets @@ -7396,8 +7592,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an asset tags: - Assets @@ -7511,8 +7705,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an asset tags: - Assets @@ -7554,6 +7746,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -7635,6 +7828,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -7794,8 +7988,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Backup specified site tags: - Sites @@ -7953,8 +8145,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new category tags: - Categories @@ -8016,8 +8206,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Rearrange existing categories in a new order tags: - Categories @@ -8077,8 +8265,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing category tags: - Categories @@ -8192,8 +8378,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing category tags: - Categories @@ -8316,6 +8500,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -8688,8 +8873,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new category set tags: - Category Sets @@ -8746,8 +8929,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete category set tags: - Category Sets @@ -8865,8 +9046,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update category set tags: - Category Sets @@ -8905,6 +9084,11 @@ paths: - 0 - 1 type: integer + - $ref: '#/components/parameters/category_limit' + - $ref: '#/components/parameters/category_offset' + - $ref: '#/components/parameters/category_searchFields' + - $ref: '#/components/parameters/category_sortBy' + - $ref: '#/components/parameters/category_sortOrder' - $ref: '#/components/parameters/category_dateField' - $ref: '#/components/parameters/category_dateFrom' - $ref: '#/components/parameters/category_dateTo' @@ -9003,8 +9187,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site pr Category_set not found. - security: - - mtauth: [] summary: Create a new category for category set tags: - Categories @@ -9078,8 +9260,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Category_set not found. - security: - - mtauth: [] summary: Save hierarchical categories order in category set tags: - Categories @@ -9144,8 +9324,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete single category in category set tags: - Categories @@ -9276,8 +9454,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update single category in category set tags: - Categories @@ -9676,6 +9852,10 @@ paths: - Future - Spam type: string + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/comment_dateField' - $ref: '#/components/parameters/comment_dateFrom' - $ref: '#/components/parameters/comment_dateTo' @@ -9771,8 +9951,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a comment tags: - Comments @@ -9887,8 +10065,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a comment tags: - Comments @@ -9908,6 +10084,7 @@ paths: type: integer - $ref: '#/components/parameters/content_type_limit' - $ref: '#/components/parameters/content_type_offset' + - $ref: '#/components/parameters/content_type_searchFields' - description: | The field name for sort. You can specify one of following values. - name @@ -9964,8 +10141,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Content Type Collection tags: - Content Types @@ -10021,8 +10196,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create Content Type tags: - Content Types @@ -10081,8 +10254,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete Content Type tags: - Content Types @@ -10132,8 +10303,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Fetch single Content Type tags: - Content Types @@ -10199,8 +10368,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update Content Type tags: - Content Types @@ -10232,6 +10399,8 @@ paths: type: string - $ref: '#/components/parameters/content_data_limit' - $ref: '#/components/parameters/content_data_offset' + - $ref: '#/components/parameters/content_data_filterKeys' + - $ref: '#/components/parameters/content_data_searchFields' - description: | The field name for sort. You can specify one of following values. - id @@ -10323,6 +10492,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/content_data_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -10358,8 +10528,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Create Content Data tags: - Content Types @@ -10443,8 +10611,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found - security: - - mtauth: [] summary: Make a preview by data tags: - Content Types @@ -10511,8 +10677,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete single content data tags: - Content Types @@ -10609,6 +10773,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/content_data_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -10650,8 +10815,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update Content Data tags: - Content Types @@ -10740,8 +10903,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type or Content_data not found - security: - - mtauth: [] summary: Make a preview by id tags: - Content Types @@ -10767,6 +10928,7 @@ paths: type: integer - $ref: '#/components/parameters/content_field_limit' - $ref: '#/components/parameters/content_field_offset' + - $ref: '#/components/parameters/content_field_searchFields' - description: | The field name for sort. You can specify one of following values. - name @@ -10823,8 +10985,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Content Field Collection tags: - Content Fields @@ -10886,8 +11046,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Create Content Field tags: - Content Types @@ -10960,8 +11118,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type not found. - security: - - mtauth: [] summary: Save hierarchical content field order tags: - Content Types @@ -11026,8 +11182,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete Content Field tags: - Content Types @@ -11083,8 +11237,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Content_type or Content_field not found. - security: - - mtauth: [] summary: Fetch single Content Field tags: - Content Types @@ -11158,8 +11310,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update Content Field tags: - Content Types @@ -11194,6 +11344,7 @@ paths: - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_fields' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -11253,6 +11404,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/entry_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -11294,8 +11446,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new entry tags: - Entries @@ -11334,8 +11484,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Export entries tags: - Entries @@ -11418,8 +11566,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Import entries tags: - Entries @@ -11487,8 +11633,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Entry not found - security: - - mtauth: [] summary: Make a preview for a entry tags: - Entries @@ -11546,8 +11690,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an entry tags: - Entries @@ -11643,6 +11785,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/entry_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -11690,8 +11833,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an entry tags: - Entries @@ -11745,6 +11886,8 @@ paths: type: string - $ref: '#/components/parameters/asset_sortOrder' - $ref: '#/components/parameters/asset_fields' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - $ref: '#/components/parameters/asset_dateField' - $ref: '#/components/parameters/asset_dateFrom' - $ref: '#/components/parameters/asset_dateTo' @@ -11950,6 +12093,10 @@ paths: name: offset schema: type: integer + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/comment_dateField' - $ref: '#/components/parameters/comment_dateFrom' - $ref: '#/components/parameters/comment_dateTo' @@ -12044,8 +12191,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Create a new comment on an entry tags: - Comments @@ -12107,8 +12252,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Reply to specified comment tags: - Comments @@ -12183,8 +12326,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Entry not found - security: - - mtauth: [] summary: Make a preview for a entry with existing data tags: - Entries @@ -12288,8 +12429,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found - security: - - mtauth: [] summary: Export site's theme tags: - Themes @@ -12308,6 +12447,7 @@ paths: - $ref: '#/components/parameters/field_sortBy' - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/field_fields' + - $ref: '#/components/parameters/field_filterKeys' - $ref: '#/components/parameters/field_dateField' - $ref: '#/components/parameters/field_dateFrom' - $ref: '#/components/parameters/field_dateTo' @@ -12347,8 +12487,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of fields in the specified site tags: - CustomFields @@ -12394,8 +12532,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new field tags: - CustomFields @@ -12449,8 +12585,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a field tags: - CustomFields @@ -12494,8 +12628,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Field not found. - security: - - mtauth: [] summary: Retrieve single field by its ID tags: - CustomFields @@ -12556,8 +12688,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a field tags: - CustomFields @@ -12710,8 +12840,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new folder. tags: - Folders @@ -12773,8 +12901,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Rearrange existing folders in a new order tags: - Folders @@ -12834,8 +12960,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing folder tags: - Folders @@ -12949,8 +13073,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing folder tags: - Folders @@ -13068,6 +13190,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -13349,8 +13472,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of formatted_texts in the specified site tags: - FormattedText @@ -13396,8 +13517,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new formatted_text tags: - FormattedText @@ -13451,8 +13570,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a formatted_text tags: - FormattedText @@ -13496,8 +13613,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or FormattedText not found. - security: - - mtauth: [] summary: Retrieve single formatted_text by its ID tags: - FormattedText @@ -13558,8 +13673,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a formatted_text tags: - FormattedText @@ -13611,8 +13724,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Reset logs tags: - Logs @@ -13634,6 +13745,7 @@ paths: - $ref: '#/components/parameters/log_searchFields' - $ref: '#/components/parameters/log_limit' - $ref: '#/components/parameters/log_offset' + - $ref: '#/components/parameters/log_filterKeys' - description: | - id - created_on @@ -13724,8 +13836,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of logs in the specified site tags: - Logs @@ -13771,8 +13881,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new log tags: - Logs @@ -13815,8 +13923,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Export logs tags: - Logs @@ -13870,8 +13976,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing log tags: - Logs @@ -13915,8 +14019,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Log not found. - security: - - mtauth: [] summary: Retrieve a single log by its ID tags: - Logs @@ -13977,8 +14079,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing log tags: - Logs @@ -14015,6 +14115,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -14074,6 +14175,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/page_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -14115,8 +14217,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new page tags: - Pages @@ -14184,8 +14284,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Page not found - security: - - mtauth: [] summary: Make a preview for a page tags: - Pages @@ -14244,8 +14342,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing page tags: - Pages @@ -14323,6 +14419,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/page_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -14370,8 +14467,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing page tags: - Pages @@ -14395,6 +14490,8 @@ paths: type: string - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -14498,6 +14595,10 @@ paths: name: offset schema: type: integer + - $ref: '#/components/parameters/field_filterKeys' + - $ref: '#/components/parameters/field_searchFields' + - $ref: '#/components/parameters/field_sortBy' + - $ref: '#/components/parameters/field_sortOrder' - $ref: '#/components/parameters/comment_dateField' - $ref: '#/components/parameters/comment_dateFrom' - $ref: '#/components/parameters/comment_dateTo' @@ -14592,8 +14693,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Create a new comment on a page tags: - Comments @@ -14655,8 +14754,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] summary: Reply to specified comment tags: - Comments @@ -14731,8 +14828,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Page not found - security: - - mtauth: [] summary: Make a preview for a page with existing data tags: - Pages @@ -14796,8 +14891,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for site tags: - Sites @@ -14855,8 +14948,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Grant permissions to site tags: - Sites @@ -14914,8 +15005,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Revoke permissions from site tags: - Sites @@ -14984,15 +15073,13 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Reset all templates in the site tags: - Templates '/sites/{site_id}/stats/date/pageviews': get: description: | - Retrieve pageviews count for each date from provider (e.g. Google Analytics). + Retrieve screenPageViews count for each date from provider (e.g. Google Analytics V4). Authorization is required. parameters: @@ -15001,14 +15088,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -15028,10 +15115,10 @@ paths: type: string - description: This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. in: query - name: path + name: pagePath schema: type: string - - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' + - description: 'This is an optional parameter. If true is given, the MT can return total screenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)' in: query name: uniquePath schema: @@ -15056,7 +15143,7 @@ paths: totals: properties: screenPageViews: - description: The sum total of the pageviews in the specified period. + description: The sum total of the screenPageViews in the specified period. type: integer type: object type: object @@ -15079,15 +15166,13 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] - summary: Retrieve pageviews count for each date from provider (e.g. Google Analytics) + summary: Retrieve screenPageViews count for each date from provider (e.g. Google Analytics V4) tags: - Statistics - '/sites/{site_id}/stats/date/visits': + '/sites/{site_id}/stats/date/screenPageViews': get: description: | - Retrieve visits count for each date from provider (e.g. Google Analytics). + Retrieve screenPageViews count for each date from provider (e.g. Google Analytics V4). Authorization is required. parameters: @@ -15096,14 +15181,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -15123,9 +15208,17 @@ paths: type: string - description: This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. in: query - name: path + name: pagePath schema: type: string + - description: 'This is an optional parameter. If true is given, the MT can return total screenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)' + in: query + name: uniquePath + schema: + enum: + - 0 + - 1 + type: integer responses: 200: content: @@ -15142,8 +15235,8 @@ paths: type: integer totals: properties: - sessions: - description: The sum total of the sessions in the specified period. + screenPageViews: + description: The sum total of the screenPageViews in the specified period. type: integer type: object type: object @@ -15166,15 +15259,13 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] - summary: Retrieve visits count for each date from provider (e.g. Google Analytics) + summary: Retrieve screenPageViews count for each date from provider (e.g. Google Analytics V4) tags: - Statistics - '/sites/{site_id}/stats/path/pageviews': + '/sites/{site_id}/stats/date/sessions': get: description: | - Retrieve pageviews count for each path from provider (e.g. Google Analytics). + Retrieve sessions count for each date from provider (e.g. Google Analytics V4). Authorization is required. parameters: @@ -15183,14 +15274,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -15210,17 +15301,9 @@ paths: type: string - description: This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. in: query - name: path + name: pagePath schema: type: string - - description: 'This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)' - in: query - name: uniquePath - schema: - enum: - - 0 - - 1 - type: integer responses: 200: content: @@ -15228,17 +15311,17 @@ paths: schema: properties: items: - description: An array of Items for path resource. + description: An array of Items for date resource. items: - $ref: '#/components/schemas/statisticspath' + $ref: '#/components/schemas/statisticsdate' type: array totalResults: description: The total number of paths. type: integer totals: properties: - screenPageViews: - description: The sum total of the pageviews in the specified period. + sessions: + description: The sum total of the sessions in the specified period. type: integer type: object type: object @@ -15261,15 +15344,13 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] - summary: Retrieve pageviews count for each path from provider (e.g. Google Analytics) + summary: Retrieve sessions count for each date from provider (e.g. Google Analytics V4) tags: - Statistics - '/sites/{site_id}/stats/path/visits': + '/sites/{site_id}/stats/date/visits': get: description: | - Retrieve visits count for each date from provider (e.g. Google Analytics). + Retrieve sessions count for each date from provider (e.g. Google Analytics V4). Authorization is required. parameters: @@ -15278,14 +15359,14 @@ paths: required: 1 schema: type: integer - - description: This is an required parameter. Start date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". in: query name: startDate required: 1 schema: format: date type: string - - description: This is an required parameter. End date of data. The format is "YYYY-MM-DD". + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". in: query name: endDate required: 1 @@ -15305,7 +15386,7 @@ paths: type: string - description: This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. in: query - name: path + name: pagePath schema: type: string responses: @@ -15315,9 +15396,9 @@ paths: schema: properties: items: - description: An array of Items for path resource. + description: An array of Items for date resource. items: - $ref: '#/components/schemas/statisticspath' + $ref: '#/components/schemas/statisticsdate' type: array totalResults: description: The total number of paths. @@ -15348,15 +15429,13 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] - summary: Retrieve visits count for each path from provider (e.g. Google Analytics) + summary: Retrieve sessions count for each date from provider (e.g. Google Analytics V4) tags: - Statistics - '/sites/{site_id}/stats/provider': + '/sites/{site_id}/stats/path/pageviews': get: description: | - Retrieve a current effective provider. + Retrieve screenPageViews count for each path from provider (e.g. Google Analytics V4). Authorization is required. parameters: @@ -15365,14 +15444,64 @@ paths: required: 1 schema: type: integer + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". + in: query + name: startDate + required: 1 + schema: + format: date + type: string + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". + in: query + name: endDate + required: 1 + schema: + format: date + type: string + - description: This is an optional parameter. Maximum number of paths to retrieve. Default is 50. + in: query + name: limit + schema: + default: 50 + type: integer + - description: This is an optional parameter. 0-indexed offset. Default is 0. + in: query + name: offset + schema: + type: string + - description: This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. + in: query + name: pagePath + schema: + type: string + - description: 'This is an optional parameter. If true is given, the MT can return total scrrenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)' + in: query + name: uniquePath + schema: + enum: + - 0 + - 1 + type: integer responses: 200: content: application/json: schema: properties: - id: - type: string + items: + description: An array of Items for path resource. + items: + $ref: '#/components/schemas/statisticspath' + type: array + totalResults: + description: The total number of paths. + type: integer + totals: + properties: + screenPageViews: + description: The sum total of the screenPageViews in the specified period. + type: integer + type: object type: object description: OK 400: @@ -15393,33 +15522,871 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Not Found - security: - - mtauth: [] - summary: Retrieve a current effective provider + summary: Retrieve screenPageViews count for each path from provider (e.g. Google Analytics V4) tags: - Statistics - '/sites/{site_id}/tags': + '/sites/{site_id}/stats/path/screenPageViews': get: + description: | + Retrieve screenPageViews count for each path from provider (e.g. Google Analytics V4). + + Authorization is required. parameters: - in: path name: site_id required: 1 schema: type: integer - - $ref: '#/components/parameters/tag_search' - - $ref: '#/components/parameters/tag_searchFields' - - $ref: '#/components/parameters/tag_limit' - - $ref: '#/components/parameters/tag_offset' - - $ref: '#/components/parameters/tag_sortBy' - - $ref: '#/components/parameters/tag_sortOrder' - - $ref: '#/components/parameters/tag_fields' - - $ref: '#/components/parameters/tag_dateField' - - $ref: '#/components/parameters/tag_dateFrom' - - $ref: '#/components/parameters/tag_dateTo' - responses: - 200: - content: - application/json: + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". + in: query + name: startDate + required: 1 + schema: + format: date + type: string + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". + in: query + name: endDate + required: 1 + schema: + format: date + type: string + - description: This is an optional parameter. Maximum number of paths to retrieve. Default is 50. + in: query + name: limit + schema: + default: 50 + type: integer + - description: This is an optional parameter. 0-indexed offset. Default is 0. + in: query + name: offset + schema: + type: string + - description: This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. + in: query + name: pagePath + schema: + type: string + - description: 'This is an optional parameter. If true is given, the MT can return total scrrenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)' + in: query + name: uniquePath + schema: + enum: + - 0 + - 1 + type: integer + responses: + 200: + content: + application/json: + schema: + properties: + items: + description: An array of Items for path resource. + items: + $ref: '#/components/schemas/statisticspath' + type: array + totalResults: + description: The total number of paths. + type: integer + totals: + properties: + screenPageViews: + description: The sum total of the screenPageViews in the specified period. + type: integer + type: object + type: object + description: OK + 400: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Bad request + 401: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Invalid login + 404: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Not Found + summary: Retrieve screenPageViews count for each path from provider (e.g. Google Analytics V4) + tags: + - Statistics + '/sites/{site_id}/stats/path/sessions': + get: + description: | + Retrieve sessions count for each date from provider (e.g. Google Analytics V4). + + Authorization is required. + parameters: + - in: path + name: site_id + required: 1 + schema: + type: integer + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". + in: query + name: startDate + required: 1 + schema: + format: date + type: string + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". + in: query + name: endDate + required: 1 + schema: + format: date + type: string + - description: This is an optional parameter. Maximum number of paths to retrieve. Default is 50. + in: query + name: limit + schema: + limit: 50 + type: integer + - description: This is an optional parameter. 0-indexed offset. Default is 0. + in: query + name: offset + schema: + type: string + - description: This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. + in: query + name: pagePath + schema: + type: string + responses: + 200: + content: + application/json: + schema: + properties: + items: + description: An array of Items for path resource. + items: + $ref: '#/components/schemas/statisticspath' + type: array + totalResults: + description: The total number of paths. + type: integer + totals: + properties: + sessions: + description: The sum total of the sessions in the specified period. + type: integer + type: object + type: object + description: OK + 400: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Bad request + 401: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Invalid login + 404: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Not Found + summary: Retrieve sessions count for each path from provider (e.g. Google Analytics V4) + tags: + - Statistics + '/sites/{site_id}/stats/path/visits': + get: + description: | + Retrieve sessions count for each date from provider (e.g. Google Analytics V4). + + Authorization is required. + parameters: + - in: path + name: site_id + required: 1 + schema: + type: integer + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". + in: query + name: startDate + required: 1 + schema: + format: date + type: string + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". + in: query + name: endDate + required: 1 + schema: + format: date + type: string + - description: This is an optional parameter. Maximum number of paths to retrieve. Default is 50. + in: query + name: limit + schema: + limit: 50 + type: integer + - description: This is an optional parameter. 0-indexed offset. Default is 0. + in: query + name: offset + schema: + type: string + - description: This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. + in: query + name: pagePath + schema: + type: string + responses: + 200: + content: + application/json: + schema: + properties: + items: + description: An array of Items for path resource. + items: + $ref: '#/components/schemas/statisticspath' + type: array + totalResults: + description: The total number of paths. + type: integer + totals: + properties: + sessions: + description: The sum total of the sessions in the specified period. + type: integer + type: object + type: object + description: OK + 400: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Bad request + 401: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Invalid login + 404: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Not Found + summary: Retrieve sessions count for each path from provider (e.g. Google Analytics V4) + tags: + - Statistics + '/sites/{site_id}/stats/provider': + get: + description: | + Retrieve a current effective provider. + + Authorization is required. + parameters: + - in: path + name: site_id + required: 1 + schema: + type: integer + responses: + 200: + content: + application/json: + schema: + properties: + id: + type: string + type: object + description: OK + 400: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Bad request + 401: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Invalid login + 404: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Not Found + summary: Retrieve a current effective provider + tags: + - Statistics + '/sites/{site_id}/stats/year/screenPageViews': + get: + description: | + Retrieve screenPageViews count for each year from provider (e.g. Google Analytics V4). + + Authorization is required. + parameters: + - in: path + name: site_id + required: 1 + schema: + type: integer + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". + in: query + name: startDate + required: 1 + schema: + format: date + type: string + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". + in: query + name: endDate + required: 1 + schema: + format: date + type: string + - description: This is an optional parameter. Maximum number of paths to retrieve. Default is 50. + in: query + name: limit + schema: + default: 50 + type: integer + - description: This is an optional parameter. 0-indexed offset. Default is 0. + in: query + name: offset + schema: + type: string + - description: This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. + in: query + name: pagePath + schema: + type: string + - description: 'This is an optional parameter. If true is given, the MT can return total screenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)' + in: query + name: uniquePath + schema: + enum: + - 0 + - 1 + type: integer + responses: + 200: + content: + application/json: + schema: + properties: + items: + description: An array of Items for date resource. + items: + $ref: '#/components/schemas/statisticsyear' + type: array + totalResults: + description: The total number of paths. + type: integer + totals: + properties: + screenPageViews: + description: The sum total of the screenPageViews in the specified period. + type: integer + type: object + type: object + description: OK + 400: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Bad request + 401: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Invalid login + 404: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Not Found + summary: Retrieve screenPageViews count for each year from provider (e.g. Google Analytics V4) + tags: + - Statistics + '/sites/{site_id}/stats/year/sessions': + get: + description: | + Retrieve sessions count for each year from provider (e.g. Google Analytics V4). + + Authorization is required. + parameters: + - in: path + name: site_id + required: 1 + schema: + type: integer + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". + in: query + name: startDate + required: 1 + schema: + format: date + type: string + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". + in: query + name: endDate + required: 1 + schema: + format: date + type: string + - description: This is an optional parameter. Maximum number of paths to retrieve. Default is 50. + in: query + name: limit + schema: + default: 50 + type: integer + - description: This is an optional parameter. 0-indexed offset. Default is 0. + in: query + name: offset + schema: + type: string + - description: This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. + in: query + name: pagePath + schema: + type: string + responses: + 200: + content: + application/json: + schema: + properties: + items: + description: An array of Items for date resource. + items: + $ref: '#/components/schemas/statisticsyear' + type: array + totalResults: + description: The total number of paths. + type: integer + totals: + properties: + sessions: + description: The sum total of the sessions in the specified period. + type: integer + type: object + type: object + description: OK + 400: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Bad request + 401: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Invalid login + 404: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Not Found + summary: Retrieve sessions count for each year from provider (e.g. Google Analytics V4) + tags: + - Statistics + '/sites/{site_id}/stats/yearMonth/screenPageViews': + get: + description: | + Retrieve screenPageViews count for each yearMonth from provider (e.g. Google Analytics V4). + + Authorization is required. + parameters: + - in: path + name: site_id + required: 1 + schema: + type: integer + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". + in: query + name: startDate + required: 1 + schema: + format: date + type: string + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". + in: query + name: endDate + required: 1 + schema: + format: date + type: string + - description: This is an optional parameter. Maximum number of paths to retrieve. Default is 50. + in: query + name: limit + schema: + default: 50 + type: integer + - description: This is an optional parameter. 0-indexed offset. Default is 0. + in: query + name: offset + schema: + type: string + - description: This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. + in: query + name: pagePath + schema: + type: string + - description: 'This is an optional parameter. If true is given, the MT can return total screenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)' + in: query + name: uniquePath + schema: + enum: + - 0 + - 1 + type: integer + responses: + 200: + content: + application/json: + schema: + properties: + items: + description: An array of Items for date resource. + items: + $ref: '#/components/schemas/statisticsyearmonth' + type: array + totalResults: + description: The total number of paths. + type: integer + totals: + properties: + screenPageViews: + description: The sum total of the screenPageViews in the specified period. + type: integer + type: object + type: object + description: OK + 400: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Bad request + 401: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Invalid login + 404: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Not Found + summary: Retrieve screenPageViews count for each yearMonth from provider (e.g. Google Analytics V4) + tags: + - Statistics + '/sites/{site_id}/stats/yearMonth/sessions': + get: + description: | + Retrieve sessions count for each yearMonth from provider (e.g. Google Analytics V4). + + Authorization is required. + parameters: + - in: path + name: site_id + required: 1 + schema: + type: integer + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". + in: query + name: startDate + required: 1 + schema: + format: date + type: string + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". + in: query + name: endDate + required: 1 + schema: + format: date + type: string + - description: This is an optional parameter. Maximum number of paths to retrieve. Default is 50. + in: query + name: limit + schema: + default: 50 + type: integer + - description: This is an optional parameter. 0-indexed offset. Default is 0. + in: query + name: offset + schema: + type: string + - description: This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. + in: query + name: pagePath + schema: + type: string + responses: + 200: + content: + application/json: + schema: + properties: + items: + description: An array of Items for date resource. + items: + $ref: '#/components/schemas/statisticsyearmonth' + type: array + totalResults: + description: The total number of paths. + type: integer + totals: + properties: + sessions: + description: The sum total of the sessions in the specified period. + type: integer + type: object + type: object + description: OK + 400: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Bad request + 401: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Invalid login + 404: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Not Found + summary: Retrieve sessions count for each yearMonth from provider (e.g. Google Analytics V4) + tags: + - Statistics + '/sites/{site_id}/stats/yearWeek/screenPageViews': + get: + description: | + Retrieve screenPageViews count for each yearWeek from provider (e.g. Google Analytics V4). + + Authorization is required. + parameters: + - in: path + name: site_id + required: 1 + schema: + type: integer + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". + in: query + name: startDate + required: 1 + schema: + format: date + type: string + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". + in: query + name: endDate + required: 1 + schema: + format: date + type: string + - description: This is an optional parameter. Maximum number of paths to retrieve. Default is 50. + in: query + name: limit + schema: + default: 50 + type: integer + - description: This is an optional parameter. 0-indexed offset. Default is 0. + in: query + name: offset + schema: + type: string + - description: This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. + in: query + name: pagePath + schema: + type: string + - description: 'This is an optional parameter. If true is given, the MT can return total screenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)' + in: query + name: uniquePath + schema: + enum: + - 0 + - 1 + type: integer + responses: + 200: + content: + application/json: + schema: + properties: + items: + description: An array of Items for date resource. + items: + $ref: '#/components/schemas/statisticsyearweek' + type: array + totalResults: + description: The total number of paths. + type: integer + totals: + properties: + screenPageViews: + description: The sum total of the screenPageViews in the specified period. + type: integer + type: object + type: object + description: OK + 400: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Bad request + 401: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Invalid login + 404: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Not Found + summary: Retrieve screenPageViews count for each yearWeek from provider (e.g. Google Analytics V4) + tags: + - Statistics + '/sites/{site_id}/stats/yearWeek/sessions': + get: + description: | + Retrieve sessions count for each yearWeek from provider (e.g. Google Analytics V4). + + Authorization is required. + parameters: + - in: path + name: site_id + required: 1 + schema: + type: integer + - description: This is a required parameter. Start date of data. The format is "YYYY-MM-DD". + in: query + name: startDate + required: 1 + schema: + format: date + type: string + - description: This is a required parameter. End date of data. The format is "YYYY-MM-DD". + in: query + name: endDate + required: 1 + schema: + format: date + type: string + - description: This is an optional parameter. Maximum number of paths to retrieve. Default is 50. + in: query + name: limit + schema: + default: 50 + type: integer + - description: This is an optional parameter. 0-indexed offset. Default is 0. + in: query + name: offset + schema: + type: string + - description: This is an optional parameter. The target path of data to retrieve. Default is the path of the current site. + in: query + name: pagePath + schema: + type: string + responses: + 200: + content: + application/json: + schema: + properties: + items: + description: An array of Items for date resource. + items: + $ref: '#/components/schemas/statisticsyearweek' + type: array + totalResults: + description: The total number of paths. + type: integer + totals: + properties: + sessions: + description: The sum total of the sessions in the specified period. + type: integer + type: object + type: object + description: OK + 400: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Bad request + 401: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Invalid login + 404: + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorContent' + description: Not Found + summary: Retrieve sessions count for each yearWeek from provider (e.g. Google Analytics V4) + tags: + - Statistics + '/sites/{site_id}/tags': + get: + parameters: + - in: path + name: site_id + required: 1 + schema: + type: integer + - $ref: '#/components/parameters/tag_search' + - $ref: '#/components/parameters/tag_searchFields' + - $ref: '#/components/parameters/tag_limit' + - $ref: '#/components/parameters/tag_offset' + - $ref: '#/components/parameters/tag_sortBy' + - $ref: '#/components/parameters/tag_sortOrder' + - $ref: '#/components/parameters/tag_fields' + - $ref: '#/components/parameters/tag_dateField' + - $ref: '#/components/parameters/tag_dateFrom' + - $ref: '#/components/parameters/tag_dateTo' + responses: + 200: + content: + application/json: schema: properties: items: @@ -15505,8 +16472,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing tag tags: - Tags @@ -15610,8 +16575,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing tag tags: - Tags @@ -15635,6 +16598,8 @@ paths: type: string - $ref: '#/components/parameters/asset_limit' - $ref: '#/components/parameters/asset_offset' + - $ref: '#/components/parameters/asset_filterKeys' + - $ref: '#/components/parameters/asset_searchFields' - description: 'The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.' in: query name: class @@ -15744,6 +16709,7 @@ paths: - $ref: '#/components/parameters/entry_maxComments' - $ref: '#/components/parameters/entry_maxTrackbacks' - $ref: '#/components/parameters/entry_no_text_filter' + - $ref: '#/components/parameters/entry_filterKeys' - $ref: '#/components/parameters/entry_dateField' - $ref: '#/components/parameters/entry_dateFrom' - $ref: '#/components/parameters/entry_dateTo' @@ -15825,6 +16791,7 @@ paths: - $ref: '#/components/parameters/page_maxComments' - $ref: '#/components/parameters/page_maxTrackbacks' - $ref: '#/components/parameters/page_no_text_filter' + - $ref: '#/components/parameters/page_filterKeys' - $ref: '#/components/parameters/page_dateField' - $ref: '#/components/parameters/page_dateFrom' - $ref: '#/components/parameters/page_dateTo' @@ -15886,6 +16853,7 @@ paths: - $ref: '#/components/parameters/template_searchFields' - $ref: '#/components/parameters/template_limit' - $ref: '#/components/parameters/template_offset' + - $ref: '#/components/parameters/template_filterKeys' - description: | #### id @@ -15977,8 +16945,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of templates in the specified site tags: - Templates @@ -15995,6 +16961,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/template_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -16030,8 +16997,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new template tags: - Templates @@ -16100,8 +17065,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found - security: - - mtauth: [] summary: Make a preview for a template tags: - Templates @@ -16160,8 +17123,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a template tags: - Templates @@ -16211,8 +17172,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Retrieve single template by its ID tags: - Templates @@ -16237,6 +17196,7 @@ paths: required: 1 schema: type: integer + - $ref: '#/components/parameters/template_saveRevision' requestBody: content: application/x-www-form-urlencoded: @@ -16278,8 +17238,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a template tags: - Templates @@ -16332,8 +17290,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Make a clone of a template tags: - Templates @@ -16413,8 +17369,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Make a preview for a template with existing data tags: - Templates @@ -16473,8 +17427,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Publish a template tags: - Templates @@ -16531,8 +17483,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found - security: - - mtauth: [] summary: Reset template text to theme default or tempalte_set default tags: - Templates @@ -16558,6 +17508,7 @@ paths: - $ref: '#/components/parameters/templatemap_fields' - $ref: '#/components/parameters/templatemap_includeIds' - $ref: '#/components/parameters/templatemap_excludeIds' + - $ref: '#/components/parameters/templatemap_filterKeys' - $ref: '#/components/parameters/templatemap_dateField' - $ref: '#/components/parameters/templatemap_dateFrom' - $ref: '#/components/parameters/templatemap_dateTo' @@ -16597,8 +17548,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Retrieve a list of templatemaps in the specified site tags: - Templates @@ -16650,8 +17599,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template not found. - security: - - mtauth: [] summary: Create a new templatemap tags: - Templates @@ -16711,8 +17658,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing templatemap tags: - Templates @@ -16761,8 +17706,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Template or TemplateMap not found. - security: - - mtauth: [] summary: Retrieve a single templatemap by its ID tags: - Templates @@ -16829,8 +17772,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing templatemap tags: - Templates @@ -16885,8 +17826,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of themes for site tags: - Themes @@ -16936,8 +17875,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found. - security: - - mtauth: [] summary: Retrieve a single theme by its ID for site tags: - Themes @@ -16990,8 +17927,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found - security: - - mtauth: [] summary: Apply a theme to site tags: - Themes @@ -17051,8 +17986,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of widgets in the specified site tags: - Widgets @@ -17098,8 +18031,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new widget tags: - Widgets @@ -17153,8 +18084,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete a widget tags: - Widgets @@ -17198,8 +18127,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found. - security: - - mtauth: [] summary: Retrieve a single widget by its ID tags: - Widgets @@ -17260,8 +18187,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update a widget tags: - Widgets @@ -17308,8 +18233,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found - security: - - mtauth: [] summary: Make a clone of a widget tags: - Widgets @@ -17360,8 +18283,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found - security: - - mtauth: [] summary: Reset widget text to default tags: - Widgets @@ -17421,8 +18342,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of widgetsets in the specified site tags: - WidgetSets @@ -17468,8 +18387,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new widgetset tags: - WidgetSets @@ -17523,8 +18440,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete an existing widgetset tags: - WidgetSets @@ -17568,8 +18483,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or WidgetSet not found. - security: - - mtauth: [] summary: Retrieve a single widgetset by its ID tags: - WidgetSets @@ -17630,8 +18543,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update an existing widgetset tags: - WidgetSets @@ -17696,8 +18607,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or WidgetSet not found. - security: - - mtauth: [] summary: Retrieve a list of widgets in the specified widgetset tags: - Widgets @@ -17748,8 +18657,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Widget not found. - security: - - mtauth: [] summary: Retrieve a single widget by widgetset ID tags: - Widgets @@ -17838,8 +18745,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Retrieve a list of themes tags: - Themes @@ -17894,8 +18799,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Uninstall a specified theme from the MT tags: - Themes @@ -17939,8 +18842,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Theme not found. - security: - - mtauth: [] summary: Retrieve a single theme by its ID tags: - Themes @@ -17982,8 +18883,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Invalidate current session. This is like logout tags: - Authentication @@ -18060,6 +18959,7 @@ paths: - $ref: '#/components/parameters/user_searchFields' - $ref: '#/components/parameters/user_limit' - $ref: '#/components/parameters/user_offset' + - $ref: '#/components/parameters/user_filterKeys' - description: | The field name for sort. You can specify one of following values - id @@ -18201,8 +19101,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site not found. - security: - - mtauth: [] summary: Create a new user tags: - Users @@ -18229,8 +19127,6 @@ paths: description: Invalid login 403: description: Do not have permission to export users. - security: - - mtauth: [] summary: Export users tags: - Users @@ -18275,8 +19171,6 @@ paths: description: Invalid login 403: description: Do not have permission to import users. - security: - - mtauth: [] summary: Import users tags: - Users @@ -18306,8 +19200,6 @@ paths: description: Invalid login 403: description: Do not have permission to synchronize users. - security: - - mtauth: [] summary: Synchronize users tags: - Users @@ -18362,8 +19254,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not DELETE or POST with __method=DELETE - security: - - mtauth: [] summary: Delete user tags: - Users @@ -18473,8 +19363,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Request method is not PUT or POST with __method=PUT - security: - - mtauth: [] summary: Update user data tags: - Users @@ -18493,6 +19381,7 @@ paths: - $ref: '#/components/parameters/group_sortBy' - $ref: '#/components/parameters/group_sortOrder' - $ref: '#/components/parameters/group_fields' + - $ref: '#/components/parameters/group_filterKeys' - $ref: '#/components/parameters/group_dateField' - $ref: '#/components/parameters/group_dateFrom' - $ref: '#/components/parameters/group_dateTo' @@ -18532,8 +19421,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: User not found. - security: - - mtauth: [] summary: Retrieve a list of groups tags: - Users @@ -18555,6 +19442,7 @@ paths: - $ref: '#/components/parameters/permission_sortOrder' - $ref: '#/components/parameters/permission_fields' - $ref: '#/components/parameters/permission_blogIds' + - $ref: '#/components/parameters/permission_filterKeys' - $ref: '#/components/parameters/permission_dateField' - $ref: '#/components/parameters/permission_dateFrom' - $ref: '#/components/parameters/permission_dateTo' @@ -18594,8 +19482,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found. - security: - - mtauth: [] summary: Retrieve a list of permissions for user tags: - Users @@ -18653,8 +19539,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Grant permissions to user tags: - Users @@ -18712,8 +19596,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or Role or User not found - security: - - mtauth: [] summary: Revoke permissions from user tags: - Users @@ -18764,8 +19646,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found - security: - - mtauth: [] summary: Send the link for password recovery to specified user by email tags: - Users @@ -18929,8 +19809,6 @@ paths: schema: $ref: '#/components/schemas/ErrorContent' description: Site or User not found - security: - - mtauth: [] summary: Unlock user account tags: - Users @@ -18971,6 +19849,8 @@ paths: summary: Get server API version tags: - Common API +security: + - mtauth: [] servers: - url: https://example.com/mt/mt-data-api.cgi/v7 tags: From c551bd37d34ba65feb8871e986f0565be8c1b70f Mon Sep 17 00:00:00 2001 From: Masahiro Iuchi Date: Wed, 20 Aug 2025 23:00:30 +0900 Subject: [PATCH 2/5] npm audit fix --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c29f64..7027448 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1511,9 +1511,9 @@ } }, "node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2849,9 +2849,9 @@ "license": "BSD-2-Clause" }, "node_modules/glob/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", "dev": true, "license": "MIT", "dependencies": { From c57b05bf57b934b160bba912ad9b64d800572681 Mon Sep 17 00:00:00 2001 From: Masahiro Iuchi Date: Wed, 20 Aug 2025 23:04:48 +0900 Subject: [PATCH 3/5] make build --- docs/v1.html | 2028 ++++- docs/v2.html | 5121 +++++++++++- docs/v3.html | 5051 +++++++++++- docs/v4.html | 6500 ++++++++++++++- docs/v5.html | 6525 ++++++++++++++- docs/v6.html | 6537 +++++++++++++++- docs/v7.html | 20901 ++++++++++++++++++++++++++++++++++++++++++------- 7 files changed, 48789 insertions(+), 3874 deletions(-) diff --git a/docs/v1.html b/docs/v1.html index 24bcbdf..0edffcd 100644 --- a/docs/v1.html +++ b/docs/v1.html @@ -3293,7 +3293,7 @@

Movable Type Data API - (8.6.0) + (8.7.0)

Download OpenAPI specification:

@@ -4071,6 +4071,31 @@

Notes

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
header @@ -4453,6 +4478,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
Request Body schema:

Return authorization(login) form as HTML.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -5614,6 +5689,31 @@

MTAuth sessionId={retrieved sessionId}

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
header @@ -5977,6 +6077,31 @@

Retrieve a list of categories.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -6078,7 +6203,7 @@

label

- + descend
+ + + limit + + +
+
+ integer +
+
+ + Default: + + 10 +
+
+
+

Maximum number of categories to retrieve.

+

Default: 10

+
+
+
+ + + + + offset + + +
+
+ integer +
+
+ + Default: + + 0 +
+
+
+

0-indexed offset.

+

Default: 0

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label,basename" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label,basename

+
+
+
+ + @@ -6712,6 +6962,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -6964,7 +7239,7 @@

Spam

- + Spam

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status,entryStatus" +
+
+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "body" +
+
+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "id" +
+
+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "descend" +
+
+
+
+
+ + @@ -8482,6 +8901,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -9901,6 +10345,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -10014,7 +10483,7 @@
- + + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "body" +
+
+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "id" +
+
+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "descend" +
+
+
+
+
+ + @@ -12228,6 +12841,31 @@

>Retrieve OpenAPI schema

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+

Responses

@@ -12472,6 +13110,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+

Responses

@@ -12744,6 +13407,31 @@

Retrieve a list of endpoints.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -13717,6 +14405,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -14250,7 +14963,7 @@

ascend

- + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -15897,6 +16653,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema:

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -20169,6 +21002,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema:

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -21621,7 +22531,7 @@
- + + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "body" +
+
+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "id" +
+
+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "descend" +
+
+
+
+
+ + @@ -23923,7 +24977,7 @@
- + + + + + + + + + + + + + + + + + + + + +
+ filterKeys + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+
+ limit + +
+
+ integer +
+
+ + Default: + + 25 +
+
+
+

+ Maximum number of permissions to retrieve. +

+

Default: 25

+
+
+
+
+ offset + +
+
+ integer +
+
+ + Default: + + 0 +
+
+
+

0-indexed offset.

+

Default: 0

+
+
+
+
+ sortBy + +
+
+ string +
+
+ + Default: + + "blog_id" +
+
+ + Enum: + "id" + "blog_id" + "author_id" + "created_by" + "created_on" +
+
+
+

+ The field name for sort. You can specify one + of following values +

+
    +
  • id
  • +
  • blog_id
  • +
  • author_id
  • +
  • created_by
  • +
  • created_on
  • +
+

Default: blog_id

+
+
+
+
+ sortOrder + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return permissions in descending order.

+

ascend

+

Return permissions in ascending order.

+

Default: ascend

+
+
+
+
@@ -24818,6 +26135,31 @@

>Retrieve a single blog by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -25264,6 +26606,31 @@

Retrieve a list of blogs by user.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -26144,12 +27511,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -26183,12 +27550,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -26331,15 +27698,15 @@

This is an optional parameter. If true is given, the MT can return total pageviews for - each uniqueness paths. However, that data does - not contain page title because its spec. + each unique path. However, that data does not + contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)

@@ -26850,12 +28217,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -26889,12 +28256,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -27507,12 +28874,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -27546,12 +28913,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -27694,15 +29061,15 @@

This is an optional parameter. If true is given, the MT can return total pageviews for - each uniqueness paths. However, that data does - not contain page title because its spec. + each unique path. However, that data does not + contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)

@@ -28358,12 +29725,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -28397,12 +29764,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -29704,6 +31071,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -30856,7 +32248,7 @@
- + + + + + + + + + + + + + + + + + + + + +
+ filterKeys + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+
+ limit + +
+
+ integer +
+
+ + Default: + + 25 +
+
+
+

+ Maximum number of permissions to retrieve. +

+

Default: 25

+
+
+
+
+ offset + +
+
+ integer +
+
+ + Default: + + 0 +
+
+
+

0-indexed offset.

+

Default: 0

+
+
+
+
+ sortBy + +
+
+ string +
+
+ + Default: + + "blog_id" +
+
+ + Enum: + "id" + "blog_id" + "author_id" + "created_by" + "created_on" +
+
+
+

+ The field name for sort. You can specify one + of following values +

+
    +
  • id
  • +
  • blog_id
  • +
  • author_id
  • +
  • created_by
  • +
  • created_on
  • +
+

Default: blog_id

+
+
+
+
+ sortOrder + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return permissions in descending order.

+

ascend

+

Return permissions in ascending order.

+

Default: ascend

+
+
+
+
@@ -31308,6 +32963,31 @@

Retrieve a list of blogs by user.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -32052,6 +33732,76 @@

data: { components: { parameters: { + category_excludeIds: { + description: + "The comma separated ID list of categories to exclude from result.", + in: "query", + name: "excludeIds", + schema: { type: "string" }, + }, + category_fields: { + description: + "The field list to retrieve as part of the category resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned.", + in: "query", + name: "fields", + schema: { type: "string" }, + }, + category_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, + category_includeIds: { + description: + "The comma separated ID list of categories to include to result.", + in: "query", + name: "includeIds", + schema: { type: "string" }, + }, + category_limit: { + description: + "Maximum number of categories to retrieve.\n\n**Default**: 10", + in: "query", + name: "limit", + schema: { default: 10, type: "integer" }, + }, + category_offset: { + description: "0-indexed offset.\n\n**Default**: 0", + in: "query", + name: "offset", + schema: { default: 0, type: "integer" }, + }, + category_search: { + description: "Search query.", + in: "query", + name: "search", + schema: { type: "string" }, + }, + category_searchFields: { + description: + "The comma separated field name list to search.\n\n**Default**: label,basename", + in: "query", + name: "searchFields", + schema: { default: "label,basename", type: "string" }, + }, + category_sortBy: { + description: "\n\n**Default**: user_custom", + in: "query", + name: "sortBy", + schema: { default: "user_custom", type: "string" }, + }, + category_sortOrder: { + description: + "#### descend\n\nReturn categories in descending order.\n\n#### ascend\n\nReturn categories in ascending order.\n\n\n\n**Default**: ascend", + in: "query", + name: "sortOrder", + schema: { + default: "ascend", + enum: ["descend", "ascend"], + type: "string", + }, + }, comment_excludeIds: { description: "The comma separated ID list of comments to exclude from result.", @@ -32066,6 +33816,13 @@

name: "fields", schema: { type: "string" }, }, + comment_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, comment_includeIds: { description: "The comma separated ID list of comments to include to result.", @@ -32130,6 +33887,13 @@

name: "fields", schema: { type: "string" }, }, + entry_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, entry_includeIds: { description: "The comma separated ID list of entries to include to result.", @@ -32171,6 +33935,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + entry_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, entry_search: { description: "Search query.", in: "query", @@ -32226,6 +33996,98 @@

type: "string", }, }, + field_filterKeys: {}, + field_searchFields: {}, + field_sortBy: {}, + field_sortOrder: {}, + permission_blogIds: { + description: + "The comma-separated blog id list that to be included in the result.", + in: "query", + name: "blogIds", + schema: { type: "string" }, + }, + permission_excludeIds: { + description: + "The comma separated ID list of permissions to exclude from result.", + in: "query", + name: "excludeIds", + schema: { type: "string" }, + }, + permission_fields: { + description: + "The field list to retrieve as part of the permission resource. That list should be separated by comma. If this parameter is not specified, All fields will be returned.", + in: "query", + name: "fields", + schema: { type: "string" }, + }, + permission_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: blogIds", + in: "query", + name: "filterKeys", + schema: { default: "blogIds", type: "string" }, + }, + permission_includeIds: { + description: + "The comma separated ID list of permissions to include to result.", + in: "query", + name: "includeIds", + schema: { type: "string" }, + }, + permission_limit: { + description: + "Maximum number of permissions to retrieve.\n\n**Default**: 25", + in: "query", + name: "limit", + schema: { default: 25, type: "integer" }, + }, + permission_offset: { + description: "0-indexed offset.\n\n**Default**: 0", + in: "query", + name: "offset", + schema: { default: 0, type: "integer" }, + }, + permission_search: { + description: "Search query.", + in: "query", + name: "search", + schema: { type: "string" }, + }, + permission_searchFields: { + description: "The comma separated field name list to search.", + in: "query", + name: "searchFields", + schema: { type: "string" }, + }, + permission_sortBy: { + description: + "The field name for sort. You can specify one of following values\n\n- id\n- blog_id\n- author_id\n- created_by\n- created_on\n\n\n**Default**: blog_id", + in: "query", + name: "sortBy", + schema: { + default: "blog_id", + enum: [ + "id", + "blog_id", + "author_id", + "created_by", + "created_on", + ], + type: "string", + }, + }, + permission_sortOrder: { + description: + "#### descend\n\nReturn permissions in descending order.\n\n#### ascend\n\nReturn permissions in ascending order.\n\n\n\n**Default**: ascend", + in: "query", + name: "sortOrder", + schema: { + default: "ascend", + enum: ["descend", "ascend"], + type: "string", + }, + }, site_excludeIds: { description: "The comma separated ID list of sites to exclude from result.", @@ -32240,6 +34102,12 @@

name: "fields", schema: { type: "string" }, }, + site_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, site_includeIds: { description: "The comma separated ID list of sites to include to result.", @@ -32722,7 +34590,7 @@

description: "Find out more about Movable Type Data API", url: "https://www.movabletype.jp/developers/data-api/", }, - info: { title: "Movable Type Data API", version: "8.6.0" }, + info: { title: "Movable Type Data API", version: "8.7.0" }, openapi: "3.0.0", paths: { "/": { @@ -33117,7 +34985,6 @@

}, 403: { description: "Do not have permission to publish." }, }, - security: [{ mtauth: [] }], summary: "Rebuild the static archives in relation to specified entries", tags: ["Entries", "Publish"], @@ -33289,7 +35156,6 @@

description: "Conflict", }, }, - security: [{ mtauth: [] }], summary: "Upload a file", tags: ["Assets"], }, @@ -33321,6 +35187,9 @@

name: "sortOrder", schema: { enum: ["ascend", "descend"], type: "string" }, }, + { $ref: "#/components/parameters/category_limit" }, + { $ref: "#/components/parameters/category_offset" }, + { $ref: "#/components/parameters/category_searchFields" }, ], responses: { 200: { @@ -33444,6 +35313,30 @@

type: "string", }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, + { + in: "query", + name: "filterKeys", + schema: { default: "status,entryStatus", type: "string" }, + }, + { + in: "query", + name: "searchFields", + schema: { default: "body", type: "string" }, + }, + { + in: "query", + name: "sortBy", + schema: { default: "id", type: "string" }, + }, + { + in: "query", + name: "sortOrder", + schema: { default: "descend", type: "string" }, + }, ], responses: { 200: { @@ -33567,7 +35460,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a comment", tags: ["Comments"], }, @@ -33713,7 +35605,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a comment", tags: ["Comments"], }, @@ -33837,6 +35728,7 @@

name: "fields", schema: { type: "string" }, }, + { $ref: "#/components/parameters/entry_filterKeys" }, ], responses: { 200: { @@ -33902,6 +35794,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/entry_saveRevision" }, ], requestBody: { content: { @@ -33954,7 +35847,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Create a new entry", tags: ["Entries"], }, @@ -34023,7 +35915,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an entry", tags: ["Entries"], }, @@ -34128,6 +36019,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/entry_saveRevision" }, ], requestBody: { content: { @@ -34189,7 +36081,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an entry", tags: ["Entries"], }, @@ -34231,6 +36122,30 @@

name: "offset", schema: { type: "integer" }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, + { + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, + { + in: "query", + name: "searchFields", + schema: { default: "body", type: "string" }, + }, + { + in: "query", + name: "sortBy", + schema: { default: "id", type: "string" }, + }, + { + in: "query", + name: "sortOrder", + schema: { default: "descend", type: "string" }, + }, ], responses: { 200: { @@ -34357,7 +36272,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Create a new comment on an entry", tags: ["Comments", "Entries"], }, @@ -34445,7 +36359,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Reply to specified comment", tags: ["Comments", "Entries"], }, @@ -34463,7 +36376,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -34471,7 +36384,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -34500,7 +36413,7 @@

}, { description: - "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", in: "query", name: "uniquePath", schema: { enum: [0, 1], type: "integer" }, @@ -34566,7 +36479,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve pageviews count for each date from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -34585,7 +36497,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -34593,7 +36505,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -34681,7 +36593,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve visits count for each date from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -34700,7 +36611,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -34708,7 +36619,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -34737,7 +36648,7 @@

}, { description: - "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", in: "query", name: "uniquePath", schema: { enum: [0, 1], type: "integer" }, @@ -34803,7 +36714,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve pageviews count for each path from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -34822,7 +36732,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -34830,7 +36740,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -34918,7 +36828,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve visits count for each path from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -34973,7 +36882,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a current effective provider", tags: ["Statistics"], }, @@ -35026,7 +36934,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Invalidate current session. This is like logout", tags: ["Authentication"], }, @@ -35135,7 +37042,6 @@

"Do not have permission to synchronize users.", }, }, - security: [{ mtauth: [] }], summary: "Synchronize users", tags: ["Users"], }, @@ -35278,7 +37184,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update user data", tags: ["Users"], }, @@ -35301,6 +37206,11 @@

name: "blogIds", schema: { type: "string" }, }, + { $ref: "#/components/parameters/permission_filterKeys" }, + { $ref: "#/components/parameters/permission_limit" }, + { $ref: "#/components/parameters/permission_offset" }, + { $ref: "#/components/parameters/permission_sortBy" }, + { $ref: "#/components/parameters/permission_sortOrder" }, ], responses: { 200: { @@ -35355,7 +37265,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for a user", tags: ["Users", "Permissions"], }, @@ -35518,6 +37427,7 @@

}, }, }, + security: [{ mtauth: [] }], servers: [{ url: "https://example.com/mt/mt-data-api.cgi/v1" }], tags: [ { name: "Authentication" }, diff --git a/docs/v2.html b/docs/v2.html index a94c5b2..1d16492 100644 --- a/docs/v2.html +++ b/docs/v2.html @@ -7888,7 +7888,7 @@

Movable Type Data API - (8.6.0) + (8.7.0)

Download OpenAPI specification:

@@ -9067,6 +9067,31 @@

>Retrieve assets in the specified site

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -9271,6 +9296,49 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + >Retrieve single asset by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -14323,6 +14416,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -14946,7 +15064,7 @@

Unpublish

- + Unpublish
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -17346,6 +17507,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -17969,7 +18155,7 @@

Unpublish

- + Unpublish
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -19778,6 +20007,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -20330,6 +20584,31 @@

>Retrieve assets that related with specified entry

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -20656,7 +20935,7 @@

ascend

- + ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + @@ -21686,6 +22051,31 @@

>Retrieve assets that related with specified page

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -21847,6 +22237,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + >Retrieve assets that related with specified tag +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -23203,6 +23704,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + Notes +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
header @@ -24839,6 +25451,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
Request Body schema:

Return authorization(login) form as HTML.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -26000,6 +26662,31 @@

MTAuth sessionId={retrieved sessionId}

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
header @@ -26756,6 +27443,31 @@

>Retrieve categories in the specified site

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -30383,6 +31095,31 @@

>Retrieve single category by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -31971,6 +32708,31 @@

>Retrieve child categories from the specified category

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -32989,6 +33751,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -33612,7 +34399,7 @@

Unpublish

- + Unpublish
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -35981,6 +36811,31 @@

>Retrieve parent categories from the specified category

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -36967,6 +37822,31 @@

>Retrieve siblings categories from the specified category

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -38342,6 +39222,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -39770,6 +40675,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -40022,7 +40952,7 @@

Spam

- + Spam + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + @@ -41860,6 +42978,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -43547,6 +44690,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -43660,7 +44828,7 @@
- + + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + @@ -46323,6 +47679,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -46436,7 +47817,7 @@
- + + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + @@ -49104,6 +50673,31 @@

>Retrieve OpenAPI schema

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+

Responses

@@ -49348,6 +50942,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+

Responses

@@ -49940,7 +51559,7 @@

ascend

- + ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + @@ -53277,6 +54941,31 @@

Retrieve a list of endpoints.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -54269,6 +55958,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -54892,7 +56606,7 @@

Unpublish

- + Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -57293,6 +59050,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -57916,7 +59698,7 @@

Unpublish

- + Unpublish + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -60298,6 +62123,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -60831,7 +62681,7 @@

ascend

- + ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -63288,6 +65181,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema:

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -71380,6 +73350,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: >Retrieve assets that related with specified entry
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -73784,7 +75831,7 @@

ascend

- + ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + @@ -74827,6 +76960,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -74940,7 +77098,7 @@
- + + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + @@ -78181,6 +80527,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -78804,7 +81175,7 @@

Unpublish

- + Unpublish + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -81203,6 +83617,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -84836,6 +87275,31 @@

>Retrieve single folder by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -86460,6 +88924,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -87450,6 +89939,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -88073,7 +90587,7 @@

Unpublish

- + Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -89881,6 +92438,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -90852,6 +93434,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -96215,7 +98822,7 @@

ascend

- + ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -99998,7 +102648,7 @@

ascend

- + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -103724,7 +106417,7 @@

ascend

- + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + @@ -105619,7 +108355,7 @@

ascend

- + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -106996,6 +109775,49 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "level" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: level

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -111508,7 +114355,7 @@

Unpublish

- + Unpublish + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -113335,6 +116225,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -113958,7 +116873,7 @@

Unpublish

- + Unpublish + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -115785,6 +118743,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -116377,7 +119360,7 @@

Unpublish

- + Unpublish + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -118267,6 +121293,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -123638,6 +126741,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: >Retrieve assets that related with specified page
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -125332,6 +128512,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -126653,7 +129944,7 @@
- + + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + @@ -129892,6 +133371,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -130515,7 +134019,7 @@

Unpublish

- + Unpublish
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -132676,7 +136223,7 @@

ascend

- + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + @@ -134545,7 +138135,7 @@

ascend

- + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + @@ -135583,7 +139216,7 @@

ascend

- + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + @@ -138521,7 +142197,7 @@

ascend

- + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + @@ -146944,7 +150663,7 @@

ascend

- + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + @@ -147651,6 +151413,31 @@

>Searching entries

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -150344,6 +154131,31 @@

>Retrieve sites

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -155488,6 +159300,31 @@

>Retrieve a single blog by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -160400,6 +164237,31 @@

>Retrieve sites by parent ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -164588,6 +168450,31 @@

Retrieve a list of blogs by user.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -166910,12 +170797,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -166949,12 +170836,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -167097,15 +170984,15 @@

This is an optional parameter. If true is given, the MT can return total pageviews for - each uniqueness paths. However, that data does - not contain page title because its spec. + each unique path. However, that data does not + contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)

@@ -167616,12 +171503,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -167655,12 +171542,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -168273,12 +172160,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -168312,12 +172199,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -168460,15 +172347,15 @@

This is an optional parameter. If true is given, the MT can return total pageviews for - each uniqueness paths. However, that data does - not contain page title because its spec. + each unique path. However, that data does not + contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)

@@ -169124,12 +173011,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -169163,12 +173050,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -170184,6 +174071,31 @@

>Retrieve a list of tags that related with specific site

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -171501,6 +175413,31 @@

>Retrieve a single tag by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -172574,6 +176511,31 @@

>Retrieve assets that related with specified tag

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -172735,6 +176697,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -174585,7 +178658,7 @@

Unpublish

- + Unpublish
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +
@@ -176985,6 +181101,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -177608,7 +181749,7 @@

Unpublish

- + Unpublish
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -179841,7 +184025,7 @@

ascend

- + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "archiveType,buildType,isPreferred" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: + archiveType,buildType,isPreferred +

+
+
+
+ + @@ -183126,6 +187356,49 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "type" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: type

+
+
+
+ + +
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: +
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: ascend
- + ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "archiveType,buildType,isPreferred" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: + archiveType,buildType,isPreferred +

+
+
+
+ + @@ -197081,6 +201504,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
Request Body schema: Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -197642,6 +202115,49 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status,lockout" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status,lockout

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -203428,7 +207969,7 @@

ascend

- + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + @@ -204466,7 +209050,7 @@

ascend

- + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + @@ -206447,6 +211074,31 @@

Retrieve a list of blogs by user.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -225410,6 +230062,13 @@

name: "fields", schema: { type: "string" }, }, + asset_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: class", + in: "query", + name: "filterKeys", + schema: { default: "class", type: "string" }, + }, asset_includeIds: { description: "The comma separated ID list of assets to include to result.", @@ -225474,6 +230133,12 @@

name: "fields", schema: { type: "string" }, }, + category_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, category_includeIds: { description: "The comma separated ID list of categories to include to result.", @@ -225538,6 +230203,13 @@

name: "fields", schema: { type: "string" }, }, + comment_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, comment_includeIds: { description: "The comma separated ID list of comments to include to result.", @@ -225602,6 +230274,13 @@

name: "fields", schema: { type: "string" }, }, + entry_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, entry_includeIds: { description: "The comma separated ID list of entries to include to result.", @@ -225643,6 +230322,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + entry_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, entry_search: { description: "Search query.", in: "query", @@ -225712,6 +230397,13 @@

name: "fields", schema: { type: "string" }, }, + field_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: systemObject,type", + in: "query", + name: "filterKeys", + schema: { default: "systemObject,type", type: "string" }, + }, field_includeIds: { description: "The comma separated ID list of fields to include to result.", @@ -225779,6 +230471,12 @@

name: "fields", schema: { type: "string" }, }, + folder_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, folder_includeIds: { description: "The comma separated ID list of folders to include to result.", @@ -225843,6 +230541,12 @@

name: "fields", schema: { type: "string" }, }, + formatted_text_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, formatted_text_includeIds: { description: "The comma separated ID list of formatted_texts to include to result.", @@ -225907,6 +230611,13 @@

name: "fields", schema: { type: "string" }, }, + group_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, group_includeIds: { description: "The comma separated ID list of groups to include to result.", @@ -225974,6 +230685,13 @@

name: "fields", schema: { type: "string" }, }, + log_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: level", + in: "query", + name: "filterKeys", + schema: { default: "level", type: "string" }, + }, log_includeIds: { description: "The comma separated ID list of logs to include to result.", @@ -226038,6 +230756,13 @@

name: "fields", schema: { type: "string" }, }, + page_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, page_includeIds: { description: "The comma separated ID list of pages to include to result.", @@ -226079,6 +230804,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + page_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, page_search: { description: "Search query.", in: "query", @@ -226155,6 +230886,13 @@

name: "fields", schema: { type: "string" }, }, + permission_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: blogIds", + in: "query", + name: "filterKeys", + schema: { default: "blogIds", type: "string" }, + }, permission_includeIds: { description: "The comma separated ID list of permissions to include to result.", @@ -226229,6 +230967,12 @@

name: "fields", schema: { type: "string" }, }, + role_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, role_includeIds: { description: "The comma separated ID list of roles to include to result.", @@ -226304,6 +231048,12 @@

name: "fields", schema: { type: "string" }, }, + site_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, site_includeIds: { description: "The comma separated ID list of sites to include to result.", @@ -226369,6 +231119,12 @@

name: "fields", schema: { type: "string" }, }, + tag_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, tag_includeIds: { description: "The comma separated ID list of tags to include to result.", @@ -226433,6 +231189,13 @@

name: "fields", schema: { type: "string" }, }, + template_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: type", + in: "query", + name: "filterKeys", + schema: { default: "type", type: "string" }, + }, template_includeIds: { description: "The comma separated ID list of templates to include to result.", @@ -226453,6 +231216,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + template_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, template_search: { description: "Search query.", in: "query", @@ -226497,6 +231266,16 @@

name: "fields", schema: { type: "string" }, }, + templatemap_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: archiveType,buildType,isPreferred", + in: "query", + name: "filterKeys", + schema: { + default: "archiveType,buildType,isPreferred", + type: "string", + }, + }, templatemap_includeIds: { description: "The comma separated ID list of templatemaps to include to result.", @@ -226560,6 +231339,13 @@

name: "fields", schema: { type: "string" }, }, + user_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status,lockout", + in: "query", + name: "filterKeys", + schema: { default: "status,lockout", type: "string" }, + }, user_includeIds: { description: "The comma separated ID list of users to include to result.", @@ -226627,6 +231413,12 @@

name: "fields", schema: { type: "string" }, }, + widget_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, widget_includeIds: { description: "The comma separated ID list of widgets to include to result.", @@ -226691,6 +231483,12 @@

name: "fields", schema: { type: "string" }, }, + widgetset_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, widgetset_includeIds: { description: "The comma separated ID list of widgetsets to include to result.", @@ -228306,7 +233104,7 @@

description: "Find out more about Movable Type Data API", url: "https://www.movabletype.jp/developers/data-api/", }, - info: { title: "Movable Type Data API", version: "8.6.0" }, + info: { title: "Movable Type Data API", version: "8.7.0" }, openapi: "3.0.0", paths: { "/": { @@ -228462,7 +233260,6 @@

"Upload file size is larger than CGIMaxUpload.", }, }, - security: [{ mtauth: [] }], summary: "Upload a file", tags: ["Assets"], }, @@ -228759,6 +233556,7 @@

{ $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, ], responses: { 200: { @@ -228803,7 +233601,6 @@

"Do not have permission to retrieve the requested groups.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of groups", tags: ["Groups"], }, @@ -228851,7 +233648,6 @@

description: "Do not have permission to create a group.", }, }, - security: [{ mtauth: [] }], summary: "Create a new group", tags: ["Groups"], }, @@ -228891,7 +233687,6 @@

"Do not have permission to synchronize groups.", }, }, - security: [{ mtauth: [] }], summary: "Synchronize groups", tags: ["Groups"], }, @@ -228954,7 +233749,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a group", tags: ["Groups"], }, @@ -229006,7 +233800,6 @@

description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single group by its ID", tags: ["Groups"], }, @@ -229081,7 +233874,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a group", tags: ["Groups"], }, @@ -229102,6 +233894,7 @@

{ $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, ], responses: { 200: { @@ -229154,7 +233947,6 @@

description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of members for specified group", tags: ["Groups"], }, @@ -229220,7 +234012,6 @@

description: "Group or Member not found.", }, }, - security: [{ mtauth: [] }], tags: ["Groups"], }, }, @@ -229289,7 +234080,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], tags: ["Groups"], }, get: { @@ -229346,7 +234136,6 @@

description: "Group or Member not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single member by its ID for specified group", tags: ["Groups"], @@ -229369,6 +234158,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, ], responses: { 200: { @@ -229424,7 +234214,6 @@

description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for group", tags: ["Groups", "Permissions"], }, @@ -229501,7 +234290,6 @@

description: "Site or Group not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to group", tags: ["Groups", "Permissions"], }, @@ -229578,7 +234366,6 @@

description: "Site or Group not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from group", tags: ["Groups", "Permissions"], }, @@ -229594,6 +234381,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, ], responses: { 200: { @@ -229649,7 +234437,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions", tags: ["Permissions"], }, @@ -229707,7 +234494,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of plugins in the specified site", tags: ["Plugins"], }, @@ -229755,7 +234541,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Disable all plugins", tags: ["Plugins"], }, @@ -229803,7 +234588,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Enable all plugins", tags: ["Plugins"], }, @@ -229856,7 +234640,6 @@

description: "Site or Plugin not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single plugin by its ID", tags: ["Plugins"], }, @@ -229912,7 +234695,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Disable a plugin", tags: ["Plugins"], }, @@ -229967,7 +234749,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Enable a plugin", tags: ["Plugins"], }, @@ -230052,7 +234833,6 @@

}, 403: { description: "Do not have permission to publish." }, }, - security: [{ mtauth: [] }], summary: "Rebuild the static archives in relation to specified entries", tags: ["Entries", "Publish"], @@ -230180,7 +234960,6 @@

"Do not have permission to retrieve the list of roles.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of roles", tags: ["Roles"], }, @@ -230236,7 +235015,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new role", tags: ["Roles"], }, @@ -230299,7 +235077,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing role", tags: ["Roles"], }, @@ -230351,7 +235128,6 @@

description: "Site or Role not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single role by its ID", tags: ["Roles"], }, @@ -230426,7 +235202,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing role", tags: ["Roles"], }, @@ -230448,6 +235223,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, ], responses: { 200: { @@ -230503,7 +235279,6 @@

description: "Site or Role not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions by role", tags: ["Roles", "Permissions"], }, @@ -230752,7 +235527,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new website", tags: ["Sites"], }, @@ -230815,7 +235589,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing blog or website", tags: ["Sites"], }, @@ -230944,7 +235717,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new blog", tags: ["Sites"], }, @@ -231019,7 +235791,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing blog or website", tags: ["Sites"], }, @@ -231043,6 +235814,7 @@

{ $ref: "#/components/parameters/asset_searchFields" }, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -231231,7 +236003,6 @@

description: "Conflict", }, }, - security: [{ mtauth: [] }], summary: "Upload a file", tags: ["Assets"], }, @@ -231300,7 +236071,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an asset", tags: ["Assets"], }, @@ -231444,7 +236214,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an asset", tags: ["Assets"], }, @@ -231485,6 +236254,7 @@

{ $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, ], responses: { 200: { @@ -231578,6 +236348,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, ], responses: { 200: { @@ -231787,7 +236558,6 @@

description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Backup specified site", tags: ["Sites", "BackupRestore"], }, @@ -231955,7 +236725,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new category", tags: ["Categories"], }, @@ -232030,7 +236799,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Rearrange existing categories in a new order", tags: ["Categories"], }, @@ -232100,7 +236868,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing category", tags: ["Categories"], }, @@ -232245,7 +237012,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing category", tags: ["Categories"], }, @@ -232376,6 +237142,7 @@

{ $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, ], responses: { 200: { @@ -232776,6 +237543,10 @@

type: "string", }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, ], responses: { 200: { @@ -232899,7 +237670,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a comment", tags: ["Comments"], }, @@ -233045,7 +237815,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a comment", tags: ["Comments"], }, @@ -233169,6 +237938,7 @@

name: "fields", schema: { type: "string" }, }, + { $ref: "#/components/parameters/entry_filterKeys" }, ], responses: { 200: { @@ -233234,6 +238004,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/entry_saveRevision" }, ], requestBody: { content: { @@ -233286,7 +238057,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new entry", tags: ["Entries"], }, @@ -233335,7 +238105,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Export entries", tags: ["Entries"], }, @@ -233426,7 +238195,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Import entries", tags: ["Entries"], }, @@ -233505,7 +238273,6 @@

description: "Site or Entry not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a entry", tags: ["Entries"], }, @@ -233574,7 +238341,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an entry", tags: ["Entries"], }, @@ -233679,6 +238445,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/entry_saveRevision" }, ], requestBody: { content: { @@ -233740,7 +238507,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an entry", tags: ["Entries"], }, @@ -233788,6 +238554,8 @@

}, { $ref: "#/components/parameters/asset_sortOrder" }, { $ref: "#/components/parameters/asset_fields" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, ], responses: { 200: { @@ -233996,6 +238764,10 @@

name: "offset", schema: { type: "integer" }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, ], responses: { 200: { @@ -234122,7 +238894,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Create a new comment on an entry", tags: ["Comments", "Entries"], }, @@ -234210,7 +238981,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Reply to specified comment", tags: ["Comments", "Entries"], }, @@ -234295,7 +239065,6 @@

description: "Site or Entry not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a entry with existing data", tags: ["Entries"], }, @@ -234353,7 +239122,6 @@

description: "Site or Theme not found", }, }, - security: [{ mtauth: [] }], summary: "Export site's theme", tags: ["Themes"], }, @@ -234374,6 +239142,7 @@

{ $ref: "#/components/parameters/field_sortBy" }, { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/field_fields" }, + { $ref: "#/components/parameters/field_filterKeys" }, ], responses: { 200: { @@ -234426,7 +239195,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of fields in the specified site", tags: ["CustomFields"], }, @@ -234490,7 +239258,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new field", tags: ["CustomFields"], }, @@ -234559,7 +239326,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a field", tags: ["CustomFields"], }, @@ -234617,7 +239383,6 @@

description: "Site or Field not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single field by its ID", tags: ["CustomFields"], }, @@ -234698,7 +239463,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a field", tags: ["CustomFields"], }, @@ -234857,7 +239621,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new folder.", tags: ["Folders"], }, @@ -234932,7 +239695,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Rearrange existing folders in a new order", tags: ["Folders"], }, @@ -235001,7 +239763,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing folder", tags: ["Folders"], }, @@ -235145,7 +239906,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing folder", tags: ["Folders"], }, @@ -235268,6 +240028,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, ], responses: { 200: { @@ -235588,7 +240349,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of formatted_texts in the specified site", tags: ["FormattedText"], @@ -235656,7 +240416,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new formatted_text", tags: ["FormattedText"], }, @@ -235728,7 +240487,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a formatted_text", tags: ["FormattedText"], }, @@ -235788,7 +240546,6 @@

description: "Site or FormattedText not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single formatted_text by its ID", tags: ["FormattedText"], }, @@ -235872,7 +240629,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a formatted_text", tags: ["FormattedText"], }, @@ -235938,7 +240694,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Reset logs", tags: ["Logs"], }, @@ -235956,6 +240711,7 @@

{ $ref: "#/components/parameters/log_searchFields" }, { $ref: "#/components/parameters/log_limit" }, { $ref: "#/components/parameters/log_offset" }, + { $ref: "#/components/parameters/log_filterKeys" }, { description: "- id\n- created_on\n- blog_id\n- author_id\n- level\n- class\n\n**Default**: created_on\n", @@ -236050,7 +240806,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of logs in the specified site", tags: ["Logs"], }, @@ -236112,7 +240867,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new log", tags: ["Logs"], }, @@ -236165,7 +240919,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Export logs", tags: ["Logs"], }, @@ -236234,7 +240987,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing log", tags: ["Logs"], }, @@ -236292,7 +241044,6 @@

description: "Site or Log not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single log by its ID", tags: ["Logs"], }, @@ -236371,7 +241122,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing log", tags: ["Logs"], }, @@ -236406,6 +241156,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, ], responses: { 200: { @@ -236471,6 +241222,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/page_saveRevision" }, ], requestBody: { content: { @@ -236523,7 +241275,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new page", tags: ["Pages"], }, @@ -236602,7 +241353,6 @@

description: "Site or Page not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a page", tags: ["Pages"], }, @@ -236671,7 +241421,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing page", tags: ["Pages"], }, @@ -236756,6 +241505,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/page_saveRevision" }, ], requestBody: { content: { @@ -236817,7 +241567,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing page", tags: ["Pages"], }, @@ -236845,6 +241594,8 @@

}, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -236954,6 +241705,10 @@

name: "offset", schema: { type: "integer" }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, ], responses: { 200: { @@ -237080,7 +241835,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Create a new comment on a page", tags: ["Comments", "Pages"], }, @@ -237168,7 +241922,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Reply to specified comment", tags: ["Comments", "Pages"], }, @@ -237253,7 +242006,6 @@

description: "Site or Page not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a page with existing data", tags: ["Pages"], }, @@ -237329,7 +242081,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for site", tags: ["Sites", "Permissions"], }, @@ -237406,7 +242157,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to site", tags: ["Sites", "Permissions"], }, @@ -237483,7 +242233,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from site", tags: ["Sites", "Permissions"], }, @@ -237552,7 +242301,6 @@

description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Reset all templates in the site", tags: ["Templates"], }, @@ -237570,7 +242318,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -237578,7 +242326,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -237607,7 +242355,7 @@

}, { description: - "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", in: "query", name: "uniquePath", schema: { enum: [0, 1], type: "integer" }, @@ -237673,7 +242421,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve pageviews count for each date from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -237692,7 +242439,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -237700,7 +242447,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -237788,7 +242535,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve visits count for each date from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -237807,7 +242553,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -237815,7 +242561,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -237844,7 +242590,7 @@

}, { description: - "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", in: "query", name: "uniquePath", schema: { enum: [0, 1], type: "integer" }, @@ -237910,7 +242656,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve pageviews count for each path from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -237929,7 +242674,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -237937,7 +242682,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -238025,7 +242770,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve visits count for each path from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -238080,7 +242824,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a current effective provider", tags: ["Statistics"], }, @@ -238222,7 +242965,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing tag", tags: ["Tags"], }, @@ -238358,7 +243100,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing tag", tags: ["Tags"], }, @@ -238386,6 +243127,8 @@

}, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -238494,6 +243237,7 @@

{ $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, ], responses: { 200: { @@ -238587,6 +243331,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, ], responses: { 200: { @@ -238659,6 +243404,7 @@

{ $ref: "#/components/parameters/template_searchFields" }, { $ref: "#/components/parameters/template_limit" }, { $ref: "#/components/parameters/template_offset" }, + { $ref: "#/components/parameters/template_filterKeys" }, { description: "#### id\n\nSort by the ID of each template.\n\n#### name\n\nSort by the name of each template.\n\n#### created_on\n\nSort by the created time of each template.\n\n#### modified_on\n\nSort by the modified time of each template.\n\n#### created_by\n\nSort by the ID of user who created each template.\n\n#### modified_by\n\nSort by the ID of user who modified each template.\n\n#### type\n\nSort by the type of each template.\n\n**Default**: name\n", @@ -238743,7 +243489,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of templates in the specified site", tags: ["Templates"], }, @@ -238757,6 +243502,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/template_saveRevision" }, ], requestBody: { content: { @@ -238810,7 +243556,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new template", tags: ["Templates"], }, @@ -238890,7 +243635,6 @@

description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a template", tags: ["Templates"], }, @@ -238960,7 +243704,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a template", tags: ["Templates"], }, @@ -239020,7 +243763,6 @@

description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single template by its ID", tags: ["Templates"], }, @@ -239040,6 +243782,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/template_saveRevision" }, ], requestBody: { content: { @@ -239102,7 +243845,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a template", tags: ["Templates"], }, @@ -239166,7 +243908,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Make a clone of a template", tags: ["Templates"], }, @@ -239252,7 +243993,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a template with existing data", tags: ["Templates"], }, @@ -239316,7 +244056,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Publish a template", tags: ["Templates"], }, @@ -239386,7 +244125,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Reset template text to theme default or tempalte_set default", tags: ["Templates"], @@ -239418,6 +244156,7 @@

{ $ref: "#/components/parameters/templatemap_fields" }, { $ref: "#/components/parameters/templatemap_includeIds" }, { $ref: "#/components/parameters/templatemap_excludeIds" }, + { $ref: "#/components/parameters/templatemap_filterKeys" }, ], responses: { 200: { @@ -239474,7 +244213,6 @@

description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of templatemaps in the specified site", tags: ["Templates", "TemplateMaps"], @@ -239546,7 +244284,6 @@

description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -239634,7 +244371,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -239706,7 +244442,6 @@

"Site or Template or TemplateMap not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single templatemap by its ID", tags: ["Templates", "TemplateMaps"], }, @@ -239805,7 +244540,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -239873,7 +244607,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of themes for site", tags: ["Themes"], }, @@ -239934,7 +244667,6 @@

description: "Site or Theme not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single theme by its ID for site", tags: ["Themes"], }, @@ -239998,7 +244730,6 @@

description: "Site or Theme not found", }, }, - security: [{ mtauth: [] }], summary: "Apply a theme to site", tags: ["Themes"], }, @@ -240075,7 +244806,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgets in the specified site", tags: ["Widgets"], }, @@ -240139,7 +244869,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new widget", tags: ["Widgets"], }, @@ -240208,7 +244937,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a widget", tags: ["Widgets"], }, @@ -240266,7 +244994,6 @@

description: "Site or Widget not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widget by its ID", tags: ["Widgets"], }, @@ -240347,7 +245074,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a widget", tags: ["Widgets"], }, @@ -240408,7 +245134,6 @@

description: "Site or Widget not found", }, }, - security: [{ mtauth: [] }], summary: "Make a clone of a widget", tags: ["Widgets"], }, @@ -240476,7 +245201,6 @@

description: "Site or Widget not found", }, }, - security: [{ mtauth: [] }], summary: "Reset widget text to default", tags: ["Widgets"], }, @@ -240553,7 +245277,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgetsets in the specified site", tags: ["WidgetSets"], @@ -240619,7 +245342,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new widgetset", tags: ["WidgetSets"], }, @@ -240689,7 +245411,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing widgetset", tags: ["WidgetSets"], }, @@ -240747,7 +245468,6 @@

description: "Site or WidgetSet not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widgetset by its ID", tags: ["WidgetSets"], }, @@ -240829,7 +245549,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing widgetset", tags: ["WidgetSets"], }, @@ -240912,7 +245631,6 @@

description: "Site or WidgetSet not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgets in the specified widgetset", tags: ["Widgets", "WidgetSets"], @@ -240986,7 +245704,6 @@

description: "Site or Widget not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widget by widgetset ID", tags: ["Widgets", "WidgetSets"], }, @@ -241046,7 +245763,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of themes", tags: ["Themes"], }, @@ -241110,7 +245826,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Uninstall a specified theme from the MT", tags: ["Themes"], }, @@ -241163,7 +245878,6 @@

description: "Site or Theme not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single theme by its ID", tags: ["Themes"], }, @@ -241216,7 +245930,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Invalidate current session. This is like logout", tags: ["Authentication"], }, @@ -241305,6 +246018,7 @@

{ $ref: "#/components/parameters/user_searchFields" }, { $ref: "#/components/parameters/user_limit" }, { $ref: "#/components/parameters/user_offset" }, + { $ref: "#/components/parameters/user_filterKeys" }, { description: "The field name for sort. You can specify one of following values\n- id\n- name\n\n**Default**: name\n", @@ -241449,7 +246163,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new user", tags: ["Users"], }, @@ -241481,7 +246194,6 @@

description: "Do not have permission to export users.", }, }, - security: [{ mtauth: [] }], summary: "Export users", tags: ["Users"], }, @@ -241539,7 +246251,6 @@

description: "Do not have permission to import users.", }, }, - security: [{ mtauth: [] }], summary: "Import users", tags: ["Users"], }, @@ -241579,7 +246290,6 @@

"Do not have permission to synchronize users.", }, }, - security: [{ mtauth: [] }], summary: "Synchronize users", tags: ["Users"], }, @@ -241642,7 +246352,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete user", tags: ["Users"], }, @@ -241783,7 +246492,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update user data", tags: ["Users"], }, @@ -241804,6 +246512,7 @@

{ $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, ], responses: { 200: { @@ -241856,7 +246565,6 @@

description: "User not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of groups", tags: ["Users", "Groups"], }, @@ -241878,6 +246586,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, ], responses: { 200: { @@ -241933,7 +246642,6 @@

description: "Site or User not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for user", tags: ["Users", "Permissions"], }, @@ -242010,7 +246718,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to user", tags: ["Users", "Permissions"], }, @@ -242087,7 +246794,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from user", tags: ["Users", "Permissions"], }, @@ -242148,7 +246854,6 @@

description: "Site or User not found", }, }, - security: [{ mtauth: [] }], summary: "Send the link for password recovery to specified user by email", tags: ["Users"], @@ -242329,7 +247034,6 @@

description: "Site or User not found", }, }, - security: [{ mtauth: [] }], summary: "Unlock user account", tags: ["Users"], }, @@ -242375,6 +247079,7 @@

}, }, }, + security: [{ mtauth: [] }], servers: [{ url: "https://example.com/mt/mt-data-api.cgi/v2" }], tags: [ { name: "Authentication" }, diff --git a/docs/v3.html b/docs/v3.html index 03fb4bb..12b94b2 100644 --- a/docs/v3.html +++ b/docs/v3.html @@ -7887,7 +7887,7 @@

Movable Type Data API - (8.6.0) + (8.7.0)

Download OpenAPI specification:

@@ -9111,6 +9111,31 @@

>Retrieve assets in the specified site

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -9315,6 +9340,49 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + >Retrieve single asset by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -14479,6 +14572,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -15147,6 +15265,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -18280,6 +18466,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -20706,6 +20960,31 @@

>Retrieve assets that related with specified entry

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -21068,6 +21347,92 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + >Retrieve assets that related with specified page +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -22333,6 +22723,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + >Retrieve assets that related with specified tag +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -23799,6 +24300,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + Notes
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
header @@ -25546,6 +26158,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
Request Body schema:

Return authorization(login) form as HTML.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -26707,6 +27369,31 @@

MTAuth sessionId={retrieved sessionId}

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
header @@ -27463,6 +28150,31 @@

>Retrieve categories in the specified site

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -31200,6 +31912,31 @@

>Retrieve single category by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -32788,6 +33525,31 @@

>Retrieve child categories from the specified category

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -33806,6 +34568,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -34474,6 +35261,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + >Retrieve parent categories from the specified category
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -37894,6 +38749,31 @@

>Retrieve siblings categories from the specified category

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -39379,6 +40259,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -40917,6 +41822,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -41243,6 +42173,194 @@

Spam

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -44804,6 +45947,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -44951,6 +46119,194 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -47837,6 +49218,194 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + >Retrieve OpenAPI schema +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+

Responses

@@ -50825,6 +52419,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+

Responses

@@ -51453,6 +53072,51 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ +

Retrieve a list of endpoints.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -55856,6 +57545,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -56524,6 +58238,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -59658,6 +61440,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -62674,6 +64524,49 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + +
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema:

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -73342,6 +75312,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: >Retrieve assets that related with specified entry
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -75827,6 +77874,92 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -77091,6 +79249,194 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -81076,6 +83447,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -87283,6 +89722,31 @@

>Retrieve single folder by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -88907,6 +91371,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -89897,6 +92386,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -90565,6 +93079,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -93409,6 +95991,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -99028,6 +101635,49 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "level" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: level

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -114932,6 +117779,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -117492,6 +120407,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -120021,6 +123004,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + +
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -127392,6 +130495,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: >Retrieve assets that related with specified page
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -129131,6 +132311,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -130596,6 +133887,194 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -134579,6 +138083,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + >Searching entries +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -155243,6 +159030,31 @@

>Retrieve sites

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -160833,6 +164645,31 @@

>Retrieve a single blog by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -166039,6 +169876,31 @@

>Retrieve sites by parent ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -170587,6 +174449,31 @@

Retrieve a list of blogs by user.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -173159,12 +177046,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -173198,12 +177085,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -173346,15 +177233,15 @@

This is an optional parameter. If true is given, the MT can return total pageviews for - each uniqueness paths. However, that data does - not contain page title because its spec. + each unique path. However, that data does not + contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)

@@ -173865,12 +177752,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -173904,12 +177791,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -174522,12 +178409,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -174561,12 +178448,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -174709,15 +178596,15 @@

This is an optional parameter. If true is given, the MT can return total pageviews for - each uniqueness paths. However, that data does - not contain page title because its spec. + each unique path. However, that data does not + contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)

@@ -175373,12 +179260,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -175412,12 +179299,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -176433,6 +180320,31 @@

>Retrieve a list of tags that related with specific site

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -177860,6 +181772,31 @@

>Retrieve a single tag by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -178933,6 +182870,31 @@

>Retrieve assets that related with specified tag

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -179094,6 +183056,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -181099,6 +185172,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -184232,6 +188373,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "archiveType,buildType,isPreferred" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: + archiveType,buildType,isPreferred +

+
+
+
+ +
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "type" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: type

+
+
+
+ +
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: +
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "archiveType,buildType,isPreferred" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: + archiveType,buildType,isPreferred +

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
Request Body schema: Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -204661,6 +209134,49 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status,lockout" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status,lockout

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -210657,6 +215198,49 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ +

Retrieve a list of blogs by user.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -233534,6 +238186,13 @@

name: "fields", schema: { type: "string" }, }, + asset_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: class", + in: "query", + name: "filterKeys", + schema: { default: "class", type: "string" }, + }, asset_includeIds: { description: "The comma separated ID list of assets to include to result.", @@ -233619,6 +238278,12 @@

name: "fields", schema: { type: "string" }, }, + category_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, category_includeIds: { description: "The comma separated ID list of categories to include to result.", @@ -233704,6 +238369,13 @@

name: "fields", schema: { type: "string" }, }, + comment_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, comment_includeIds: { description: "The comma separated ID list of comments to include to result.", @@ -233789,6 +238461,13 @@

name: "fields", schema: { type: "string" }, }, + entry_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, entry_includeIds: { description: "The comma separated ID list of entries to include to result.", @@ -233830,6 +238509,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + entry_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, entry_search: { description: "Search query.", in: "query", @@ -233920,6 +238605,13 @@

name: "fields", schema: { type: "string" }, }, + field_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: systemObject,type", + in: "query", + name: "filterKeys", + schema: { default: "systemObject,type", type: "string" }, + }, field_includeIds: { description: "The comma separated ID list of fields to include to result.", @@ -234008,6 +238700,12 @@

name: "fields", schema: { type: "string" }, }, + folder_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, folder_includeIds: { description: "The comma separated ID list of folders to include to result.", @@ -234093,6 +238791,12 @@

name: "fields", schema: { type: "string" }, }, + formatted_text_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, formatted_text_includeIds: { description: "The comma separated ID list of formatted_texts to include to result.", @@ -234178,6 +238882,13 @@

name: "fields", schema: { type: "string" }, }, + group_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, group_includeIds: { description: "The comma separated ID list of groups to include to result.", @@ -234266,6 +238977,13 @@

name: "fields", schema: { type: "string" }, }, + log_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: level", + in: "query", + name: "filterKeys", + schema: { default: "level", type: "string" }, + }, log_includeIds: { description: "The comma separated ID list of logs to include to result.", @@ -234351,6 +239069,13 @@

name: "fields", schema: { type: "string" }, }, + page_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, page_includeIds: { description: "The comma separated ID list of pages to include to result.", @@ -234392,6 +239117,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + page_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, page_search: { description: "Search query.", in: "query", @@ -234489,6 +239220,13 @@

name: "fields", schema: { type: "string" }, }, + permission_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: blogIds", + in: "query", + name: "filterKeys", + schema: { default: "blogIds", type: "string" }, + }, permission_includeIds: { description: "The comma separated ID list of permissions to include to result.", @@ -234584,6 +239322,12 @@

name: "fields", schema: { type: "string" }, }, + role_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, role_includeIds: { description: "The comma separated ID list of roles to include to result.", @@ -234680,6 +239424,12 @@

name: "fields", schema: { type: "string" }, }, + site_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, site_includeIds: { description: "The comma separated ID list of sites to include to result.", @@ -234766,6 +239516,12 @@

name: "fields", schema: { type: "string" }, }, + tag_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, tag_includeIds: { description: "The comma separated ID list of tags to include to result.", @@ -234851,6 +239607,13 @@

name: "fields", schema: { type: "string" }, }, + template_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: type", + in: "query", + name: "filterKeys", + schema: { default: "type", type: "string" }, + }, template_includeIds: { description: "The comma separated ID list of templates to include to result.", @@ -234871,6 +239634,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + template_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, template_search: { description: "Search query.", in: "query", @@ -234936,6 +239705,16 @@

name: "fields", schema: { type: "string" }, }, + templatemap_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: archiveType,buildType,isPreferred", + in: "query", + name: "filterKeys", + schema: { + default: "archiveType,buildType,isPreferred", + type: "string", + }, + }, templatemap_includeIds: { description: "The comma separated ID list of templatemaps to include to result.", @@ -235020,6 +239799,13 @@

name: "fields", schema: { type: "string" }, }, + user_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status,lockout", + in: "query", + name: "filterKeys", + schema: { default: "status,lockout", type: "string" }, + }, user_includeIds: { description: "The comma separated ID list of users to include to result.", @@ -235108,6 +239894,12 @@

name: "fields", schema: { type: "string" }, }, + widget_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, widget_includeIds: { description: "The comma separated ID list of widgets to include to result.", @@ -235193,6 +239985,12 @@

name: "fields", schema: { type: "string" }, }, + widgetset_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, widgetset_includeIds: { description: "The comma separated ID list of widgetsets to include to result.", @@ -236834,7 +241632,7 @@

description: "Find out more about Movable Type Data API", url: "https://www.movabletype.jp/developers/data-api/", }, - info: { title: "Movable Type Data API", version: "8.6.0" }, + info: { title: "Movable Type Data API", version: "8.7.0" }, openapi: "3.0.0", paths: { "/": { @@ -236996,7 +241794,6 @@

"Upload file size is larger than CGIMaxUpload.", }, }, - security: [{ mtauth: [] }], summary: "Upload a file", tags: ["Assets"], }, @@ -237292,6 +242089,7 @@

{ $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, { $ref: "#/components/parameters/group_dateField" }, { $ref: "#/components/parameters/group_dateFrom" }, { $ref: "#/components/parameters/group_dateTo" }, @@ -237339,7 +242137,6 @@

"Do not have permission to retrieve the requested groups.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of groups", tags: ["Groups"], }, @@ -237387,7 +242184,6 @@

description: "Do not have permission to create a group.", }, }, - security: [{ mtauth: [] }], summary: "Create a new group", tags: ["Groups"], }, @@ -237427,7 +242223,6 @@

"Do not have permission to synchronize groups.", }, }, - security: [{ mtauth: [] }], summary: "Synchronize groups", tags: ["Groups"], }, @@ -237490,7 +242285,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a group", tags: ["Groups"], }, @@ -237542,7 +242336,6 @@

description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single group by its ID", tags: ["Groups"], }, @@ -237617,7 +242410,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a group", tags: ["Groups"], }, @@ -237638,6 +242430,7 @@

{ $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, { $ref: "#/components/parameters/user_dateField" }, { $ref: "#/components/parameters/user_dateFrom" }, { $ref: "#/components/parameters/user_dateTo" }, @@ -237693,7 +242486,6 @@

description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of members for specified group", tags: ["Groups"], }, @@ -237759,7 +242551,6 @@

description: "Group or Member not found.", }, }, - security: [{ mtauth: [] }], tags: ["Groups"], }, }, @@ -237828,7 +242619,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], tags: ["Groups"], }, get: { @@ -237885,7 +242675,6 @@

description: "Group or Member not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single member by its ID for specified group", tags: ["Groups"], @@ -237908,6 +242697,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -237966,7 +242756,6 @@

description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for group", tags: ["Groups", "Permissions"], }, @@ -238043,7 +242832,6 @@

description: "Site or Group not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to group", tags: ["Groups", "Permissions"], }, @@ -238120,7 +242908,6 @@

description: "Site or Group not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from group", tags: ["Groups", "Permissions"], }, @@ -238136,6 +242923,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -238194,7 +242982,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions", tags: ["Permissions"], }, @@ -238252,7 +243039,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of plugins in the specified site", tags: ["Plugins"], }, @@ -238300,7 +243086,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Disable all plugins", tags: ["Plugins"], }, @@ -238348,7 +243133,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Enable all plugins", tags: ["Plugins"], }, @@ -238401,7 +243185,6 @@

description: "Site or Plugin not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single plugin by its ID", tags: ["Plugins"], }, @@ -238457,7 +243240,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Disable a plugin", tags: ["Plugins"], }, @@ -238512,7 +243294,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Enable a plugin", tags: ["Plugins"], }, @@ -238597,7 +243378,6 @@

}, 403: { description: "Do not have permission to publish." }, }, - security: [{ mtauth: [] }], summary: "Rebuild the static archives in relation to specified entries", tags: ["Entries", "Publish"], @@ -238728,7 +243508,6 @@

"Do not have permission to retrieve the list of roles.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of roles", tags: ["Roles"], }, @@ -238784,7 +243563,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new role", tags: ["Roles"], }, @@ -238847,7 +243625,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing role", tags: ["Roles"], }, @@ -238899,7 +243676,6 @@

description: "Site or Role not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single role by its ID", tags: ["Roles"], }, @@ -238974,7 +243750,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing role", tags: ["Roles"], }, @@ -238996,6 +243771,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -239054,7 +243830,6 @@

description: "Site or Role not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions by role", tags: ["Roles", "Permissions"], }, @@ -239306,7 +244081,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new website", tags: ["Sites"], }, @@ -239369,7 +244143,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing blog or website", tags: ["Sites"], }, @@ -239498,7 +244271,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new blog", tags: ["Sites"], }, @@ -239573,7 +244345,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing blog or website", tags: ["Sites"], }, @@ -239597,6 +244368,7 @@

{ $ref: "#/components/parameters/asset_searchFields" }, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -239788,7 +244560,6 @@

description: "Conflict", }, }, - security: [{ mtauth: [] }], summary: "Upload a file", tags: ["Assets"], }, @@ -239857,7 +244628,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an asset", tags: ["Assets"], }, @@ -240001,7 +244771,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an asset", tags: ["Assets"], }, @@ -240042,6 +244811,7 @@

{ $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -240138,6 +244908,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -240350,7 +245121,6 @@

description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Backup specified site", tags: ["Sites", "BackupRestore"], }, @@ -240521,7 +245291,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new category", tags: ["Categories"], }, @@ -240596,7 +245365,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Rearrange existing categories in a new order", tags: ["Categories"], }, @@ -240666,7 +245434,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing category", tags: ["Categories"], }, @@ -240811,7 +245578,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing category", tags: ["Categories"], }, @@ -240942,6 +245708,7 @@

{ $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -241351,6 +246118,10 @@

type: "string", }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/comment_dateField" }, { $ref: "#/components/parameters/comment_dateFrom" }, { $ref: "#/components/parameters/comment_dateTo" }, @@ -241477,7 +246248,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a comment", tags: ["Comments"], }, @@ -241623,7 +246393,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a comment", tags: ["Comments"], }, @@ -241747,6 +246516,7 @@

name: "fields", schema: { type: "string" }, }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -241815,6 +246585,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/entry_saveRevision" }, ], requestBody: { content: { @@ -241873,7 +246644,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new entry", tags: ["Entries"], }, @@ -241922,7 +246692,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Export entries", tags: ["Entries"], }, @@ -242013,7 +246782,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Import entries", tags: ["Entries"], }, @@ -242092,7 +246860,6 @@

description: "Site or Entry not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a entry", tags: ["Entries"], }, @@ -242161,7 +246928,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an entry", tags: ["Entries"], }, @@ -242266,6 +247032,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/entry_saveRevision" }, ], requestBody: { content: { @@ -242333,7 +247100,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an entry", tags: ["Entries"], }, @@ -242381,6 +247147,8 @@

}, { $ref: "#/components/parameters/asset_sortOrder" }, { $ref: "#/components/parameters/asset_fields" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, { $ref: "#/components/parameters/asset_dateField" }, { $ref: "#/components/parameters/asset_dateFrom" }, { $ref: "#/components/parameters/asset_dateTo" }, @@ -242595,6 +247363,10 @@

name: "offset", schema: { type: "integer" }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/comment_dateField" }, { $ref: "#/components/parameters/comment_dateFrom" }, { $ref: "#/components/parameters/comment_dateTo" }, @@ -242724,7 +247496,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Create a new comment on an entry", tags: ["Comments", "Entries"], }, @@ -242812,7 +247583,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Reply to specified comment", tags: ["Comments", "Entries"], }, @@ -242897,7 +247667,6 @@

description: "Site or Entry not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a entry with existing data", tags: ["Entries"], }, @@ -242955,7 +247724,6 @@

description: "Site or Theme not found", }, }, - security: [{ mtauth: [] }], summary: "Export site's theme", tags: ["Themes"], }, @@ -242976,6 +247744,7 @@

{ $ref: "#/components/parameters/field_sortBy" }, { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/field_fields" }, + { $ref: "#/components/parameters/field_filterKeys" }, { $ref: "#/components/parameters/field_dateField" }, { $ref: "#/components/parameters/field_dateFrom" }, { $ref: "#/components/parameters/field_dateTo" }, @@ -243031,7 +247800,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of fields in the specified site", tags: ["CustomFields"], }, @@ -243095,7 +247863,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new field", tags: ["CustomFields"], }, @@ -243164,7 +247931,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a field", tags: ["CustomFields"], }, @@ -243222,7 +247988,6 @@

description: "Site or Field not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single field by its ID", tags: ["CustomFields"], }, @@ -243303,7 +248068,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a field", tags: ["CustomFields"], }, @@ -243465,7 +248229,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new folder.", tags: ["Folders"], }, @@ -243540,7 +248303,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Rearrange existing folders in a new order", tags: ["Folders"], }, @@ -243609,7 +248371,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing folder", tags: ["Folders"], }, @@ -243753,7 +248514,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing folder", tags: ["Folders"], }, @@ -243876,6 +248636,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -244207,7 +248968,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of formatted_texts in the specified site", tags: ["FormattedText"], @@ -244275,7 +249035,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new formatted_text", tags: ["FormattedText"], }, @@ -244347,7 +249106,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a formatted_text", tags: ["FormattedText"], }, @@ -244407,7 +249165,6 @@

description: "Site or FormattedText not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single formatted_text by its ID", tags: ["FormattedText"], }, @@ -244491,7 +249248,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a formatted_text", tags: ["FormattedText"], }, @@ -244557,7 +249313,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Reset logs", tags: ["Logs"], }, @@ -244575,6 +249330,7 @@

{ $ref: "#/components/parameters/log_searchFields" }, { $ref: "#/components/parameters/log_limit" }, { $ref: "#/components/parameters/log_offset" }, + { $ref: "#/components/parameters/log_filterKeys" }, { description: "- id\n- created_on\n- blog_id\n- author_id\n- level\n- class\n\n**Default**: created_on\n", @@ -244672,7 +249428,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of logs in the specified site", tags: ["Logs"], }, @@ -244734,7 +249489,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new log", tags: ["Logs"], }, @@ -244787,7 +249541,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Export logs", tags: ["Logs"], }, @@ -244856,7 +249609,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing log", tags: ["Logs"], }, @@ -244914,7 +249666,6 @@

description: "Site or Log not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single log by its ID", tags: ["Logs"], }, @@ -244993,7 +249744,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing log", tags: ["Logs"], }, @@ -245028,6 +249778,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -245096,6 +249847,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/page_saveRevision" }, ], requestBody: { content: { @@ -245154,7 +249906,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new page", tags: ["Pages"], }, @@ -245233,7 +249984,6 @@

description: "Site or Page not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a page", tags: ["Pages"], }, @@ -245302,7 +250052,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing page", tags: ["Pages"], }, @@ -245387,6 +250136,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/page_saveRevision" }, ], requestBody: { content: { @@ -245454,7 +250204,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing page", tags: ["Pages"], }, @@ -245482,6 +250231,8 @@

}, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -245594,6 +250345,10 @@

name: "offset", schema: { type: "integer" }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/comment_dateField" }, { $ref: "#/components/parameters/comment_dateFrom" }, { $ref: "#/components/parameters/comment_dateTo" }, @@ -245723,7 +250478,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Create a new comment on a page", tags: ["Comments", "Pages"], }, @@ -245811,7 +250565,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Reply to specified comment", tags: ["Comments", "Pages"], }, @@ -245896,7 +250649,6 @@

description: "Site or Page not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a page with existing data", tags: ["Pages"], }, @@ -245975,7 +250727,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for site", tags: ["Sites", "Permissions"], }, @@ -246052,7 +250803,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to site", tags: ["Sites", "Permissions"], }, @@ -246129,7 +250879,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from site", tags: ["Sites", "Permissions"], }, @@ -246198,7 +250947,6 @@

description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Reset all templates in the site", tags: ["Templates"], }, @@ -246216,7 +250964,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -246224,7 +250972,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -246253,7 +251001,7 @@

}, { description: - "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", in: "query", name: "uniquePath", schema: { enum: [0, 1], type: "integer" }, @@ -246319,7 +251067,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve pageviews count for each date from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -246338,7 +251085,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -246346,7 +251093,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -246434,7 +251181,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve visits count for each date from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -246453,7 +251199,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -246461,7 +251207,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -246490,7 +251236,7 @@

}, { description: - "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", in: "query", name: "uniquePath", schema: { enum: [0, 1], type: "integer" }, @@ -246556,7 +251302,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve pageviews count for each path from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -246575,7 +251320,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -246583,7 +251328,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -246671,7 +251416,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve visits count for each path from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -246726,7 +251470,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a current effective provider", tags: ["Statistics"], }, @@ -246871,7 +251614,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing tag", tags: ["Tags"], }, @@ -247007,7 +251749,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing tag", tags: ["Tags"], }, @@ -247035,6 +251776,8 @@

}, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -247146,6 +251889,7 @@

{ $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -247242,6 +251986,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -247317,6 +252062,7 @@

{ $ref: "#/components/parameters/template_searchFields" }, { $ref: "#/components/parameters/template_limit" }, { $ref: "#/components/parameters/template_offset" }, + { $ref: "#/components/parameters/template_filterKeys" }, { description: "#### id\n\nSort by the ID of each template.\n\n#### name\n\nSort by the name of each template.\n\n#### created_on\n\nSort by the created time of each template.\n\n#### modified_on\n\nSort by the modified time of each template.\n\n#### created_by\n\nSort by the ID of user who created each template.\n\n#### modified_by\n\nSort by the ID of user who modified each template.\n\n#### type\n\nSort by the type of each template.\n\n**Default**: name\n", @@ -247404,7 +252150,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of templates in the specified site", tags: ["Templates"], }, @@ -247418,6 +252163,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/template_saveRevision" }, ], requestBody: { content: { @@ -247471,7 +252217,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new template", tags: ["Templates"], }, @@ -247551,7 +252296,6 @@

description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a template", tags: ["Templates"], }, @@ -247621,7 +252365,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a template", tags: ["Templates"], }, @@ -247681,7 +252424,6 @@

description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single template by its ID", tags: ["Templates"], }, @@ -247701,6 +252443,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/template_saveRevision" }, ], requestBody: { content: { @@ -247763,7 +252506,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a template", tags: ["Templates"], }, @@ -247827,7 +252569,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Make a clone of a template", tags: ["Templates"], }, @@ -247913,7 +252654,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a template with existing data", tags: ["Templates"], }, @@ -247977,7 +252717,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Publish a template", tags: ["Templates"], }, @@ -248047,7 +252786,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Reset template text to theme default or tempalte_set default", tags: ["Templates"], @@ -248079,6 +252817,7 @@

{ $ref: "#/components/parameters/templatemap_fields" }, { $ref: "#/components/parameters/templatemap_includeIds" }, { $ref: "#/components/parameters/templatemap_excludeIds" }, + { $ref: "#/components/parameters/templatemap_filterKeys" }, { $ref: "#/components/parameters/templatemap_dateField" }, { $ref: "#/components/parameters/templatemap_dateFrom" }, { $ref: "#/components/parameters/templatemap_dateTo" }, @@ -248138,7 +252877,6 @@

description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of templatemaps in the specified site", tags: ["Templates", "TemplateMaps"], @@ -248210,7 +252948,6 @@

description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -248298,7 +253035,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -248370,7 +253106,6 @@

"Site or Template or TemplateMap not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single templatemap by its ID", tags: ["Templates", "TemplateMaps"], }, @@ -248469,7 +253204,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -248537,7 +253271,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of themes for site", tags: ["Themes"], }, @@ -248598,7 +253331,6 @@

description: "Site or Theme not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single theme by its ID for site", tags: ["Themes"], }, @@ -248662,7 +253394,6 @@

description: "Site or Theme not found", }, }, - security: [{ mtauth: [] }], summary: "Apply a theme to site", tags: ["Themes"], }, @@ -248742,7 +253473,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgets in the specified site", tags: ["Widgets"], }, @@ -248806,7 +253536,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new widget", tags: ["Widgets"], }, @@ -248875,7 +253604,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a widget", tags: ["Widgets"], }, @@ -248933,7 +253661,6 @@

description: "Site or Widget not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widget by its ID", tags: ["Widgets"], }, @@ -249014,7 +253741,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a widget", tags: ["Widgets"], }, @@ -249075,7 +253801,6 @@

description: "Site or Widget not found", }, }, - security: [{ mtauth: [] }], summary: "Make a clone of a widget", tags: ["Widgets"], }, @@ -249143,7 +253868,6 @@

description: "Site or Widget not found", }, }, - security: [{ mtauth: [] }], summary: "Reset widget text to default", tags: ["Widgets"], }, @@ -249223,7 +253947,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgetsets in the specified site", tags: ["WidgetSets"], @@ -249289,7 +254012,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new widgetset", tags: ["WidgetSets"], }, @@ -249359,7 +254081,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing widgetset", tags: ["WidgetSets"], }, @@ -249417,7 +254138,6 @@

description: "Site or WidgetSet not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widgetset by its ID", tags: ["WidgetSets"], }, @@ -249499,7 +254219,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing widgetset", tags: ["WidgetSets"], }, @@ -249585,7 +254304,6 @@

description: "Site or WidgetSet not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgets in the specified widgetset", tags: ["Widgets", "WidgetSets"], @@ -249659,7 +254377,6 @@

description: "Site or Widget not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widget by widgetset ID", tags: ["Widgets", "WidgetSets"], }, @@ -249719,7 +254436,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of themes", tags: ["Themes"], }, @@ -249783,7 +254499,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Uninstall a specified theme from the MT", tags: ["Themes"], }, @@ -249836,7 +254551,6 @@

description: "Site or Theme not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single theme by its ID", tags: ["Themes"], }, @@ -249889,7 +254603,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Invalidate current session. This is like logout", tags: ["Authentication"], }, @@ -249978,6 +254691,7 @@

{ $ref: "#/components/parameters/user_searchFields" }, { $ref: "#/components/parameters/user_limit" }, { $ref: "#/components/parameters/user_offset" }, + { $ref: "#/components/parameters/user_filterKeys" }, { description: "The field name for sort. You can specify one of following values\n- id\n- name\n\n**Default**: name\n", @@ -250125,7 +254839,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new user", tags: ["Users"], }, @@ -250157,7 +254870,6 @@

description: "Do not have permission to export users.", }, }, - security: [{ mtauth: [] }], summary: "Export users", tags: ["Users"], }, @@ -250215,7 +254927,6 @@

description: "Do not have permission to import users.", }, }, - security: [{ mtauth: [] }], summary: "Import users", tags: ["Users"], }, @@ -250255,7 +254966,6 @@

"Do not have permission to synchronize users.", }, }, - security: [{ mtauth: [] }], summary: "Synchronize users", tags: ["Users"], }, @@ -250318,7 +255028,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete user", tags: ["Users"], }, @@ -250459,7 +255168,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update user data", tags: ["Users"], }, @@ -250480,6 +255188,7 @@

{ $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, { $ref: "#/components/parameters/group_dateField" }, { $ref: "#/components/parameters/group_dateFrom" }, { $ref: "#/components/parameters/group_dateTo" }, @@ -250535,7 +255244,6 @@

description: "User not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of groups", tags: ["Users", "Groups"], }, @@ -250557,6 +255265,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -250615,7 +255324,6 @@

description: "Site or User not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for user", tags: ["Users", "Permissions"], }, @@ -250692,7 +255400,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to user", tags: ["Users", "Permissions"], }, @@ -250769,7 +255476,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from user", tags: ["Users", "Permissions"], }, @@ -250830,7 +255536,6 @@

description: "Site or User not found", }, }, - security: [{ mtauth: [] }], summary: "Send the link for password recovery to specified user by email", tags: ["Users"], @@ -251014,7 +255719,6 @@

description: "Site or User not found", }, }, - security: [{ mtauth: [] }], summary: "Unlock user account", tags: ["Users"], }, @@ -251060,6 +255764,7 @@

}, }, }, + security: [{ mtauth: [] }], servers: [{ url: "https://example.com/mt/mt-data-api.cgi/v3" }], tags: [ { name: "Authentication" }, diff --git a/docs/v4.html b/docs/v4.html index 27d4adf..1bb790c 100644 --- a/docs/v4.html +++ b/docs/v4.html @@ -9251,7 +9251,7 @@

Movable Type Data API - (8.6.0) + (8.7.0)

Download OpenAPI specification:

@@ -10475,6 +10475,31 @@

>Retrieve assets in the specified site

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -10679,6 +10704,49 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + >Retrieve single asset by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -15843,6 +15936,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -16511,6 +16629,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -19644,6 +19830,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -22070,6 +22324,31 @@

>Retrieve assets that related with specified entry

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -22432,6 +22711,92 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + >Retrieve assets that related with specified page +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -23697,6 +24087,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + >Retrieve assets that related with specified tag +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -25163,6 +25664,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + Notes
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
header @@ -26910,6 +27522,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
Request Body schema:

Return authorization(login) form as HTML.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -28071,6 +28733,31 @@

MTAuth sessionId={retrieved sessionId}

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
header @@ -28827,6 +29514,31 @@

>Retrieve categories in the specified site

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -32564,6 +33276,31 @@

>Retrieve single category by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -34152,6 +34889,31 @@

>Retrieve child categories from the specified category

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -35170,6 +35932,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -35838,6 +36625,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + >Retrieve parent categories from the specified category
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -39258,6 +40113,31 @@

>Retrieve siblings categories from the specified category

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -40728,6 +41608,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -40901,6 +41806,228 @@
+ + + limit + + +
+
+ integer +
+
+ + Default: + + 10 +
+
+
+

Maximum number of categories to retrieve.

+

Default: 10

+
+
+
+ + + + + offset + + +
+
+ integer +
+
+ + Default: + + 0 +
+
+
+

0-indexed offset.

+

Default: 0

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label,basename" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label,basename

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "user_custom" +
+
+
+

Default: user_custom

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "descend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return categories in descending order.

+

ascend

+

Return categories in ascending order.

+

Default: descend

+
+
+
+ +

Retrieve a single category by its ID.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -45931,6 +47083,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -46959,6 +48136,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -47987,6 +49189,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -49498,6 +50725,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -51049,6 +52301,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -53851,6 +55128,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -55422,6 +56724,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -55595,6 +56922,228 @@
+ + + limit + + +
+
+ integer +
+
+ + Default: + + 10 +
+
+
+

Maximum number of categories to retrieve.

+

Default: 10

+
+
+
+ + + + + offset + + +
+
+ integer +
+
+ + Default: + + 0 +
+
+
+

0-indexed offset.

+

Default: 0

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label,basename" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label,basename

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "user_custom" +
+
+
+

Default: user_custom

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "descend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return categories in descending order.

+

ascend

+

Return categories in ascending order.

+

Default: descend

+
+
+
+ +

Retrieve a single category by its ID.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -60625,6 +62199,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -61653,6 +63252,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -62681,6 +64305,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -64197,6 +65846,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -64523,6 +66197,194 @@

Spam

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -68084,6 +69971,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -68231,6 +70143,194 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -71117,6 +73242,194 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + >Retrieve OpenAPI schema +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+

Responses

@@ -74105,6 +76443,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+

Responses

@@ -74866,6 +77229,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -75348,6 +77736,92 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "identifier" +
+
+
+

+ The comma separated field name list to search. +

+

Default: identifier

+
+
+
+ + +
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -79241,6 +81792,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label,description" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: label,description +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,description" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: name,description +

+
+
+
+ + +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -90824,6 +93542,92 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "identifier" +
+
+
+

+ The comma separated field name list to search. +

+

Default: identifier

+
+
+
+ + + content_type_id +
+ required +
+ + +
+
+ integer +
+
+
+
+
+ + + + + +
+
+ query + Parameters +
+ + + + @@ -93799,6 +96655,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -94717,6 +97598,58 @@

content_type_id -
- required -
+ >saveRevision
@@ -91818,11 +94660,25 @@
>integer
+
+ + Enum: + 0 + 1 +
+ > +

Save a revision or not

+
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label,description" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: label,description +

+
+
+
+ + ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ +

Retrieve a list of endpoints.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -106047,6 +109095,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -106715,6 +109788,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -109849,6 +112990,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -112865,6 +116074,49 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + +
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema:

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -123533,6 +126862,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: >Retrieve assets that related with specified entry
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -126018,6 +129424,92 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -127282,6 +130799,194 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -131267,6 +134997,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -137474,6 +141272,31 @@

>Retrieve single folder by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -139098,6 +142921,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -140088,6 +143936,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -140756,6 +144629,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -143600,6 +147541,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -149219,6 +153185,49 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "level" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: level

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -165123,6 +169329,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -167683,6 +171957,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -170212,6 +174554,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + +
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -177583,6 +182045,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: >Retrieve assets that related with specified page
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -179322,6 +183861,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -180787,6 +185437,194 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -184770,6 +189633,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + >Searching entries +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -205983,6 +211129,31 @@

>Retrieve sites

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -211609,6 +216780,31 @@

>Retrieve a single blog by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -216845,6 +222041,31 @@

>Retrieve sites by parent ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -221409,6 +226630,31 @@

Retrieve a list of blogs by user.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -223997,12 +229243,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -224036,12 +229282,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -224184,15 +229430,15 @@

This is an optional parameter. If true is given, the MT can return total pageviews for - each uniqueness paths. However, that data does - not contain page title because its spec. + each unique path. However, that data does not + contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)

@@ -224703,12 +229949,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -224742,12 +229988,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -225360,12 +230606,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -225399,12 +230645,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -225547,15 +230793,15 @@

This is an optional parameter. If true is given, the MT can return total pageviews for - each uniqueness paths. However, that data does - not contain page title because its spec. + each unique path. However, that data does not + contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)

@@ -226211,12 +231457,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -226250,12 +231496,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -227271,6 +232517,31 @@

>Retrieve a list of tags that related with specific site

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -228698,6 +233969,31 @@

>Retrieve a single tag by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -229771,6 +235067,31 @@

>Retrieve assets that related with specified tag

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -229932,6 +235253,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -231937,6 +237369,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -235070,6 +240570,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "archiveType,buildType,isPreferred" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: + archiveType,buildType,isPreferred +

+
+
+
+ +
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "type" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: type

+
+
+
+ +
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: +
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "archiveType,buildType,isPreferred" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: + archiveType,buildType,isPreferred +

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
Request Body schema: Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -255662,6 +261494,49 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status,lockout" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status,lockout

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -261658,6 +267558,49 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ +

Retrieve a list of blogs by user.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -285023,6 +291034,13 @@

name: "fields", schema: { type: "string" }, }, + asset_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: class", + in: "query", + name: "filterKeys", + schema: { default: "class", type: "string" }, + }, asset_includeIds: { description: "The comma separated ID list of assets to include to result.", @@ -285108,6 +291126,12 @@

name: "fields", schema: { type: "string" }, }, + category_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, category_includeIds: { description: "The comma separated ID list of categories to include to result.", @@ -285176,6 +291200,12 @@

name: "fields", schema: { type: "string" }, }, + category_set_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, category_set_includeIds: { description: "The comma separated ID list of category_sets to include to result.", @@ -285271,6 +291301,13 @@

name: "fields", schema: { type: "string" }, }, + comment_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, comment_includeIds: { description: "The comma separated ID list of comments to include to result.", @@ -285356,6 +291393,13 @@

name: "fields", schema: { type: "string" }, }, + content_data_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, content_data_includeIds: { description: "The comma separated ID list of content_data to include to result.", @@ -285376,6 +291420,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + content_data_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, content_data_search: { description: "Search query.", in: "query", @@ -285441,6 +291491,12 @@

name: "fields", schema: { type: "string" }, }, + content_field_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, content_field_includeIds: { description: "The comma separated ID list of content_fields to include to result.", @@ -285526,6 +291582,12 @@

name: "fields", schema: { type: "string" }, }, + content_type_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, content_type_includeIds: { description: "The comma separated ID list of content_types to include to result.", @@ -285611,6 +291673,13 @@

name: "fields", schema: { type: "string" }, }, + entry_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, entry_includeIds: { description: "The comma separated ID list of entries to include to result.", @@ -285652,6 +291721,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + entry_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, entry_search: { description: "Search query.", in: "query", @@ -285742,6 +291817,13 @@

name: "fields", schema: { type: "string" }, }, + field_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: systemObject,type", + in: "query", + name: "filterKeys", + schema: { default: "systemObject,type", type: "string" }, + }, field_includeIds: { description: "The comma separated ID list of fields to include to result.", @@ -285830,6 +291912,12 @@

name: "fields", schema: { type: "string" }, }, + folder_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, folder_includeIds: { description: "The comma separated ID list of folders to include to result.", @@ -285915,6 +292003,12 @@

name: "fields", schema: { type: "string" }, }, + formatted_text_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, formatted_text_includeIds: { description: "The comma separated ID list of formatted_texts to include to result.", @@ -286000,6 +292094,13 @@

name: "fields", schema: { type: "string" }, }, + group_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, group_includeIds: { description: "The comma separated ID list of groups to include to result.", @@ -286088,6 +292189,13 @@

name: "fields", schema: { type: "string" }, }, + log_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: level", + in: "query", + name: "filterKeys", + schema: { default: "level", type: "string" }, + }, log_includeIds: { description: "The comma separated ID list of logs to include to result.", @@ -286173,6 +292281,13 @@

name: "fields", schema: { type: "string" }, }, + page_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, page_includeIds: { description: "The comma separated ID list of pages to include to result.", @@ -286214,6 +292329,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + page_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, page_search: { description: "Search query.", in: "query", @@ -286311,6 +292432,13 @@

name: "fields", schema: { type: "string" }, }, + permission_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: blogIds", + in: "query", + name: "filterKeys", + schema: { default: "blogIds", type: "string" }, + }, permission_includeIds: { description: "The comma separated ID list of permissions to include to result.", @@ -286406,6 +292534,12 @@

name: "fields", schema: { type: "string" }, }, + role_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, role_includeIds: { description: "The comma separated ID list of roles to include to result.", @@ -286502,6 +292636,12 @@

name: "fields", schema: { type: "string" }, }, + site_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, site_includeIds: { description: "The comma separated ID list of sites to include to result.", @@ -286588,6 +292728,12 @@

name: "fields", schema: { type: "string" }, }, + tag_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, tag_includeIds: { description: "The comma separated ID list of tags to include to result.", @@ -286673,6 +292819,13 @@

name: "fields", schema: { type: "string" }, }, + template_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: type", + in: "query", + name: "filterKeys", + schema: { default: "type", type: "string" }, + }, template_includeIds: { description: "The comma separated ID list of templates to include to result.", @@ -286693,6 +292846,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + template_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, template_search: { description: "Search query.", in: "query", @@ -286758,6 +292917,16 @@

name: "fields", schema: { type: "string" }, }, + templatemap_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: archiveType,buildType,isPreferred", + in: "query", + name: "filterKeys", + schema: { + default: "archiveType,buildType,isPreferred", + type: "string", + }, + }, templatemap_includeIds: { description: "The comma separated ID list of templatemaps to include to result.", @@ -286842,6 +293011,13 @@

name: "fields", schema: { type: "string" }, }, + user_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status,lockout", + in: "query", + name: "filterKeys", + schema: { default: "status,lockout", type: "string" }, + }, user_includeIds: { description: "The comma separated ID list of users to include to result.", @@ -286930,6 +293106,12 @@

name: "fields", schema: { type: "string" }, }, + widget_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, widget_includeIds: { description: "The comma separated ID list of widgets to include to result.", @@ -287015,6 +293197,12 @@

name: "fields", schema: { type: "string" }, }, + widgetset_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, widgetset_includeIds: { description: "The comma separated ID list of widgetsets to include to result.", @@ -288903,7 +295091,7 @@

description: "Find out more about Movable Type Data API", url: "https://www.movabletype.jp/developers/data-api/", }, - info: { title: "Movable Type Data API", version: "8.6.0" }, + info: { title: "Movable Type Data API", version: "8.7.0" }, openapi: "3.0.0", paths: { "/": { @@ -289065,7 +295253,6 @@

"Upload file size is larger than CGIMaxUpload.", }, }, - security: [{ mtauth: [] }], summary: "Upload a file", tags: ["Assets"], }, @@ -289361,6 +295548,7 @@

{ $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, { $ref: "#/components/parameters/group_dateField" }, { $ref: "#/components/parameters/group_dateFrom" }, { $ref: "#/components/parameters/group_dateTo" }, @@ -289408,7 +295596,6 @@

"Do not have permission to retrieve the requested groups.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of groups", tags: ["Groups"], }, @@ -289456,7 +295643,6 @@

description: "Do not have permission to create a group.", }, }, - security: [{ mtauth: [] }], summary: "Create a new group", tags: ["Groups"], }, @@ -289496,7 +295682,6 @@

"Do not have permission to synchronize groups.", }, }, - security: [{ mtauth: [] }], summary: "Synchronize groups", tags: ["Groups"], }, @@ -289559,7 +295744,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a group", tags: ["Groups"], }, @@ -289611,7 +295795,6 @@

description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single group by its ID", tags: ["Groups"], }, @@ -289686,7 +295869,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a group", tags: ["Groups"], }, @@ -289707,6 +295889,7 @@

{ $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, { $ref: "#/components/parameters/user_dateField" }, { $ref: "#/components/parameters/user_dateFrom" }, { $ref: "#/components/parameters/user_dateTo" }, @@ -289762,7 +295945,6 @@

description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of members for specified group", tags: ["Groups"], }, @@ -289828,7 +296010,6 @@

description: "Group or Member not found.", }, }, - security: [{ mtauth: [] }], tags: ["Groups"], }, }, @@ -289897,7 +296078,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], tags: ["Groups"], }, get: { @@ -289954,7 +296134,6 @@

description: "Group or Member not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single member by its ID for specified group", tags: ["Groups"], @@ -289977,6 +296156,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -290035,7 +296215,6 @@

description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for group", tags: ["Groups", "Permissions"], }, @@ -290112,7 +296291,6 @@

description: "Site or Group not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to group", tags: ["Groups", "Permissions"], }, @@ -290189,7 +296367,6 @@

description: "Site or Group not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from group", tags: ["Groups", "Permissions"], }, @@ -290205,6 +296382,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -290263,7 +296441,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions", tags: ["Permissions"], }, @@ -290321,7 +296498,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of plugins in the specified site", tags: ["Plugins"], }, @@ -290369,7 +296545,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Disable all plugins", tags: ["Plugins"], }, @@ -290417,7 +296592,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Enable all plugins", tags: ["Plugins"], }, @@ -290470,7 +296644,6 @@

description: "Site or Plugin not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single plugin by its ID", tags: ["Plugins"], }, @@ -290526,7 +296699,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Disable a plugin", tags: ["Plugins"], }, @@ -290581,7 +296753,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Enable a plugin", tags: ["Plugins"], }, @@ -290669,7 +296840,6 @@

"Do not have permission to publish content_data.", }, }, - security: [{ mtauth: [] }], summary: "Publish Content Data", tags: ["Content Data", "Publish"], }, @@ -290754,7 +296924,6 @@

}, 403: { description: "Do not have permission to publish." }, }, - security: [{ mtauth: [] }], summary: "Rebuild the static archives in relation to specified entries", tags: ["Entries", "Publish"], @@ -290885,7 +297054,6 @@

"Do not have permission to retrieve the list of roles.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of roles", tags: ["Roles"], }, @@ -290941,7 +297109,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new role", tags: ["Roles"], }, @@ -291004,7 +297171,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing role", tags: ["Roles"], }, @@ -291056,7 +297222,6 @@

description: "Site or Role not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single role by its ID", tags: ["Roles"], }, @@ -291131,7 +297296,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing role", tags: ["Roles"], }, @@ -291153,6 +297317,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -291211,7 +297376,6 @@

description: "Site or Role not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions by role", tags: ["Roles", "Permissions"], }, @@ -291477,7 +297641,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new website", tags: ["Sites"], }, @@ -291540,7 +297703,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing blog or website", tags: ["Sites"], }, @@ -291669,7 +297831,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new blog", tags: ["Sites"], }, @@ -291744,7 +297905,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing blog or website", tags: ["Sites"], }, @@ -291768,6 +297928,7 @@

{ $ref: "#/components/parameters/asset_searchFields" }, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -291959,7 +298120,6 @@

description: "Conflict", }, }, - security: [{ mtauth: [] }], summary: "Upload a file", tags: ["Assets"], }, @@ -292028,7 +298188,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an asset", tags: ["Assets"], }, @@ -292172,7 +298331,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an asset", tags: ["Assets"], }, @@ -292213,6 +298371,7 @@

{ $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -292309,6 +298468,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -292521,7 +298681,6 @@

description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Backup specified site", tags: ["Sites", "BackupRestore"], }, @@ -292692,7 +298851,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new category", tags: ["Categories"], }, @@ -292767,7 +298925,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Rearrange existing categories in a new order", tags: ["Categories"], }, @@ -292837,7 +298994,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing category", tags: ["Categories"], }, @@ -292982,7 +299138,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing category", tags: ["Categories"], }, @@ -293113,6 +299268,7 @@

{ $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -293536,7 +299692,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new category set", tags: ["Category Sets"], }, @@ -293606,7 +299761,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete category set", tags: ["Category Sets"], }, @@ -293753,7 +299907,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update category set", tags: ["Category Sets"], }, @@ -293794,6 +299947,11 @@

name: "includeCurrent", schema: { default: 0, enum: [0, 1], type: "integer" }, }, + { $ref: "#/components/parameters/category_limit" }, + { $ref: "#/components/parameters/category_offset" }, + { $ref: "#/components/parameters/category_searchFields" }, + { $ref: "#/components/parameters/category_sortBy" }, + { $ref: "#/components/parameters/category_sortOrder" }, { $ref: "#/components/parameters/category_dateField" }, { $ref: "#/components/parameters/category_dateFrom" }, { $ref: "#/components/parameters/category_dateTo" }, @@ -293919,7 +300077,6 @@

description: "Site pr Category_set not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new category for category set", tags: ["Categories", "Category Sets"], }, @@ -294008,7 +300165,6 @@

description: "Site or Category_set not found.", }, }, - security: [{ mtauth: [] }], summary: "Save hierarchical categories order in category set", tags: ["Categories", "Category Sets"], @@ -294095,7 +300251,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete single category in category set", tags: ["Categories", "Category Sets"], }, @@ -294268,7 +300423,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update single category in category set", tags: ["Categories", "Category Sets"], }, @@ -294760,6 +300914,10 @@

type: "string", }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/comment_dateField" }, { $ref: "#/components/parameters/comment_dateFrom" }, { $ref: "#/components/parameters/comment_dateTo" }, @@ -294886,7 +301044,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a comment", tags: ["Comments"], }, @@ -295032,7 +301189,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a comment", tags: ["Comments"], }, @@ -295050,6 +301206,9 @@

}, { $ref: "#/components/parameters/content_type_limit" }, { $ref: "#/components/parameters/content_type_offset" }, + { + $ref: "#/components/parameters/content_type_searchFields", + }, { description: "The field name for sort. You can specify one of following values.\n- name\n- dataLabel\n- uniqueID\n- modified_on\n", @@ -295117,7 +301276,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Content Type Collection", tags: ["Content Types"], }, @@ -295184,7 +301342,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create Content Type", tags: ["Content Types"], }, @@ -295254,7 +301411,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete Content Type", tags: ["Content Types"], }, @@ -295314,7 +301470,6 @@

description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Fetch single Content Type", tags: ["Content Types"], }, @@ -295396,7 +301551,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update Content Type", tags: ["Content Types"], }, @@ -295464,6 +301618,10 @@

{ $ref: "#/components/parameters/content_data_fields" }, { $ref: "#/components/parameters/content_data_includeIds" }, { $ref: "#/components/parameters/content_data_excludeIds" }, + { $ref: "#/components/parameters/content_data_filterKeys" }, + { + $ref: "#/components/parameters/content_data_searchFields", + }, { $ref: "#/components/parameters/content_data_dateField" }, { $ref: "#/components/parameters/content_data_dateFrom" }, { $ref: "#/components/parameters/content_data_dateTo" }, @@ -295534,6 +301692,9 @@

required: 1, schema: { type: "integer" }, }, + { + $ref: "#/components/parameters/content_data_saveRevision", + }, ], requestBody: { content: { @@ -295587,7 +301748,6 @@

description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Create Content Data", tags: ["Content Types", "Content Data"], }, @@ -295673,7 +301833,6 @@

description: "Site or Content_type not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview by data", tags: ["Content Types", "Content Data"], }, @@ -295759,7 +301918,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete single content data", tags: ["Content Types", "Content Data"], }, @@ -295863,6 +302021,9 @@

required: 1, schema: { type: "integer" }, }, + { + $ref: "#/components/parameters/content_data_saveRevision", + }, ], requestBody: { content: { @@ -295934,7 +302095,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update Content Data", tags: ["Content Types", "Content Data"], }, @@ -296034,7 +302194,6 @@

"Site or Content_type or Content_data not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview by id", tags: ["Content Types", "Content Data"], }, @@ -296058,6 +302217,9 @@

}, { $ref: "#/components/parameters/content_field_limit" }, { $ref: "#/components/parameters/content_field_offset" }, + { + $ref: "#/components/parameters/content_field_searchFields", + }, { description: "The field name for sort. You can specify one of following values.\n- name\n- dataLabel\n- uniqueID\n- modified_on\n", @@ -296127,7 +302289,6 @@

description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Content Field Collection", tags: ["Content Fields", "Content Types"], }, @@ -296200,7 +302361,6 @@

description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Create Content Field", tags: ["Content Types", "Content Fields"], }, @@ -296289,7 +302449,6 @@

description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Save hierarchical content field order", tags: ["Content Types", "Content Fields"], }, @@ -296375,7 +302534,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete Content Field", tags: ["Content Types", "Content Fields"], }, @@ -296448,7 +302606,6 @@

"Site or Content_type or Content_field not found.", }, }, - security: [{ mtauth: [] }], summary: "Fetch single Content Field", tags: ["Content Types", "Content Fields"], }, @@ -296545,7 +302702,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update Content Field", tags: ["Content Types", "Content Fields"], }, @@ -296669,6 +302825,7 @@

name: "fields", schema: { type: "string" }, }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -296737,6 +302894,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/entry_saveRevision" }, ], requestBody: { content: { @@ -296795,7 +302953,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new entry", tags: ["Entries"], }, @@ -296844,7 +303001,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Export entries", tags: ["Entries"], }, @@ -296935,7 +303091,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Import entries", tags: ["Entries"], }, @@ -297014,7 +303169,6 @@

description: "Site or Entry not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a entry", tags: ["Entries"], }, @@ -297083,7 +303237,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an entry", tags: ["Entries"], }, @@ -297188,6 +303341,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/entry_saveRevision" }, ], requestBody: { content: { @@ -297255,7 +303409,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an entry", tags: ["Entries"], }, @@ -297303,6 +303456,8 @@

}, { $ref: "#/components/parameters/asset_sortOrder" }, { $ref: "#/components/parameters/asset_fields" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, { $ref: "#/components/parameters/asset_dateField" }, { $ref: "#/components/parameters/asset_dateFrom" }, { $ref: "#/components/parameters/asset_dateTo" }, @@ -297517,6 +303672,10 @@

name: "offset", schema: { type: "integer" }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/comment_dateField" }, { $ref: "#/components/parameters/comment_dateFrom" }, { $ref: "#/components/parameters/comment_dateTo" }, @@ -297646,7 +303805,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Create a new comment on an entry", tags: ["Comments", "Entries"], }, @@ -297734,7 +303892,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Reply to specified comment", tags: ["Comments", "Entries"], }, @@ -297819,7 +303976,6 @@

description: "Site or Entry not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a entry with existing data", tags: ["Entries"], }, @@ -297877,7 +304033,6 @@

description: "Site or Theme not found", }, }, - security: [{ mtauth: [] }], summary: "Export site's theme", tags: ["Themes"], }, @@ -297898,6 +304053,7 @@

{ $ref: "#/components/parameters/field_sortBy" }, { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/field_fields" }, + { $ref: "#/components/parameters/field_filterKeys" }, { $ref: "#/components/parameters/field_dateField" }, { $ref: "#/components/parameters/field_dateFrom" }, { $ref: "#/components/parameters/field_dateTo" }, @@ -297953,7 +304109,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of fields in the specified site", tags: ["CustomFields"], }, @@ -298017,7 +304172,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new field", tags: ["CustomFields"], }, @@ -298086,7 +304240,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a field", tags: ["CustomFields"], }, @@ -298144,7 +304297,6 @@

description: "Site or Field not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single field by its ID", tags: ["CustomFields"], }, @@ -298225,7 +304377,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a field", tags: ["CustomFields"], }, @@ -298387,7 +304538,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new folder.", tags: ["Folders"], }, @@ -298462,7 +304612,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Rearrange existing folders in a new order", tags: ["Folders"], }, @@ -298531,7 +304680,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing folder", tags: ["Folders"], }, @@ -298675,7 +304823,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing folder", tags: ["Folders"], }, @@ -298798,6 +304945,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -299129,7 +305277,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of formatted_texts in the specified site", tags: ["FormattedText"], @@ -299197,7 +305344,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new formatted_text", tags: ["FormattedText"], }, @@ -299269,7 +305415,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a formatted_text", tags: ["FormattedText"], }, @@ -299329,7 +305474,6 @@

description: "Site or FormattedText not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single formatted_text by its ID", tags: ["FormattedText"], }, @@ -299413,7 +305557,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a formatted_text", tags: ["FormattedText"], }, @@ -299479,7 +305622,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Reset logs", tags: ["Logs"], }, @@ -299497,6 +305639,7 @@

{ $ref: "#/components/parameters/log_searchFields" }, { $ref: "#/components/parameters/log_limit" }, { $ref: "#/components/parameters/log_offset" }, + { $ref: "#/components/parameters/log_filterKeys" }, { description: "- id\n- created_on\n- blog_id\n- author_id\n- level\n- class\n\n**Default**: created_on\n", @@ -299594,7 +305737,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of logs in the specified site", tags: ["Logs"], }, @@ -299656,7 +305798,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new log", tags: ["Logs"], }, @@ -299709,7 +305850,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Export logs", tags: ["Logs"], }, @@ -299778,7 +305918,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing log", tags: ["Logs"], }, @@ -299836,7 +305975,6 @@

description: "Site or Log not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single log by its ID", tags: ["Logs"], }, @@ -299915,7 +306053,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing log", tags: ["Logs"], }, @@ -299950,6 +306087,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -300018,6 +306156,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/page_saveRevision" }, ], requestBody: { content: { @@ -300076,7 +306215,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new page", tags: ["Pages"], }, @@ -300155,7 +306293,6 @@

description: "Site or Page not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a page", tags: ["Pages"], }, @@ -300224,7 +306361,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing page", tags: ["Pages"], }, @@ -300309,6 +306445,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/page_saveRevision" }, ], requestBody: { content: { @@ -300376,7 +306513,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing page", tags: ["Pages"], }, @@ -300404,6 +306540,8 @@

}, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -300516,6 +306654,10 @@

name: "offset", schema: { type: "integer" }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/comment_dateField" }, { $ref: "#/components/parameters/comment_dateFrom" }, { $ref: "#/components/parameters/comment_dateTo" }, @@ -300645,7 +306787,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Create a new comment on a page", tags: ["Comments", "Pages"], }, @@ -300733,7 +306874,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Reply to specified comment", tags: ["Comments", "Pages"], }, @@ -300818,7 +306958,6 @@

description: "Site or Page not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a page with existing data", tags: ["Pages"], }, @@ -300897,7 +307036,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for site", tags: ["Sites", "Permissions"], }, @@ -300974,7 +307112,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to site", tags: ["Sites", "Permissions"], }, @@ -301051,7 +307188,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from site", tags: ["Sites", "Permissions"], }, @@ -301120,7 +307256,6 @@

description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Reset all templates in the site", tags: ["Templates"], }, @@ -301138,7 +307273,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -301146,7 +307281,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -301175,7 +307310,7 @@

}, { description: - "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", in: "query", name: "uniquePath", schema: { enum: [0, 1], type: "integer" }, @@ -301241,7 +307376,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve pageviews count for each date from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -301260,7 +307394,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -301268,7 +307402,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -301356,7 +307490,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve visits count for each date from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -301375,7 +307508,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -301383,7 +307516,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -301412,7 +307545,7 @@

}, { description: - "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", in: "query", name: "uniquePath", schema: { enum: [0, 1], type: "integer" }, @@ -301478,7 +307611,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve pageviews count for each path from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -301497,7 +307629,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -301505,7 +307637,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -301593,7 +307725,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve visits count for each path from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -301648,7 +307779,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a current effective provider", tags: ["Statistics"], }, @@ -301793,7 +307923,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing tag", tags: ["Tags"], }, @@ -301929,7 +308058,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing tag", tags: ["Tags"], }, @@ -301957,6 +308085,8 @@

}, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -302068,6 +308198,7 @@

{ $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -302164,6 +308295,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -302239,6 +308371,7 @@

{ $ref: "#/components/parameters/template_searchFields" }, { $ref: "#/components/parameters/template_limit" }, { $ref: "#/components/parameters/template_offset" }, + { $ref: "#/components/parameters/template_filterKeys" }, { description: "#### id\n\nSort by the ID of each template.\n\n#### name\n\nSort by the name of each template.\n\n#### created_on\n\nSort by the created time of each template.\n\n#### modified_on\n\nSort by the modified time of each template.\n\n#### created_by\n\nSort by the ID of user who created each template.\n\n#### modified_by\n\nSort by the ID of user who modified each template.\n\n#### type\n\nSort by the type of each template.\n\n**Default**: name\n", @@ -302326,7 +308459,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of templates in the specified site", tags: ["Templates"], }, @@ -302340,6 +308472,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/template_saveRevision" }, ], requestBody: { content: { @@ -302393,7 +308526,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new template", tags: ["Templates"], }, @@ -302473,7 +308605,6 @@

description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a template", tags: ["Templates"], }, @@ -302543,7 +308674,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a template", tags: ["Templates"], }, @@ -302603,7 +308733,6 @@

description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single template by its ID", tags: ["Templates"], }, @@ -302623,6 +308752,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/template_saveRevision" }, ], requestBody: { content: { @@ -302685,7 +308815,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a template", tags: ["Templates"], }, @@ -302749,7 +308878,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Make a clone of a template", tags: ["Templates"], }, @@ -302835,7 +308963,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a template with existing data", tags: ["Templates"], }, @@ -302899,7 +309026,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Publish a template", tags: ["Templates"], }, @@ -302969,7 +309095,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Reset template text to theme default or tempalte_set default", tags: ["Templates"], @@ -303001,6 +309126,7 @@

{ $ref: "#/components/parameters/templatemap_fields" }, { $ref: "#/components/parameters/templatemap_includeIds" }, { $ref: "#/components/parameters/templatemap_excludeIds" }, + { $ref: "#/components/parameters/templatemap_filterKeys" }, { $ref: "#/components/parameters/templatemap_dateField" }, { $ref: "#/components/parameters/templatemap_dateFrom" }, { $ref: "#/components/parameters/templatemap_dateTo" }, @@ -303060,7 +309186,6 @@

description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of templatemaps in the specified site", tags: ["Templates", "TemplateMaps"], @@ -303132,7 +309257,6 @@

description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -303220,7 +309344,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -303292,7 +309415,6 @@

"Site or Template or TemplateMap not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single templatemap by its ID", tags: ["Templates", "TemplateMaps"], }, @@ -303391,7 +309513,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -303459,7 +309580,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of themes for site", tags: ["Themes"], }, @@ -303520,7 +309640,6 @@

description: "Site or Theme not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single theme by its ID for site", tags: ["Themes"], }, @@ -303584,7 +309703,6 @@

description: "Site or Theme not found", }, }, - security: [{ mtauth: [] }], summary: "Apply a theme to site", tags: ["Themes"], }, @@ -303664,7 +309782,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgets in the specified site", tags: ["Widgets"], }, @@ -303728,7 +309845,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new widget", tags: ["Widgets"], }, @@ -303797,7 +309913,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a widget", tags: ["Widgets"], }, @@ -303855,7 +309970,6 @@

description: "Site or Widget not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widget by its ID", tags: ["Widgets"], }, @@ -303936,7 +310050,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a widget", tags: ["Widgets"], }, @@ -303997,7 +310110,6 @@

description: "Site or Widget not found", }, }, - security: [{ mtauth: [] }], summary: "Make a clone of a widget", tags: ["Widgets"], }, @@ -304065,7 +310177,6 @@

description: "Site or Widget not found", }, }, - security: [{ mtauth: [] }], summary: "Reset widget text to default", tags: ["Widgets"], }, @@ -304145,7 +310256,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgetsets in the specified site", tags: ["WidgetSets"], @@ -304211,7 +310321,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new widgetset", tags: ["WidgetSets"], }, @@ -304281,7 +310390,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing widgetset", tags: ["WidgetSets"], }, @@ -304339,7 +310447,6 @@

description: "Site or WidgetSet not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widgetset by its ID", tags: ["WidgetSets"], }, @@ -304421,7 +310528,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing widgetset", tags: ["WidgetSets"], }, @@ -304507,7 +310613,6 @@

description: "Site or WidgetSet not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgets in the specified widgetset", tags: ["Widgets", "WidgetSets"], @@ -304581,7 +310686,6 @@

description: "Site or Widget not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widget by widgetset ID", tags: ["Widgets", "WidgetSets"], }, @@ -304641,7 +310745,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of themes", tags: ["Themes"], }, @@ -304705,7 +310808,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Uninstall a specified theme from the MT", tags: ["Themes"], }, @@ -304758,7 +310860,6 @@

description: "Site or Theme not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single theme by its ID", tags: ["Themes"], }, @@ -304811,7 +310912,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Invalidate current session. This is like logout", tags: ["Authentication"], }, @@ -304900,6 +311000,7 @@

{ $ref: "#/components/parameters/user_searchFields" }, { $ref: "#/components/parameters/user_limit" }, { $ref: "#/components/parameters/user_offset" }, + { $ref: "#/components/parameters/user_filterKeys" }, { description: "The field name for sort. You can specify one of following values\n- id\n- name\n\n**Default**: name\n", @@ -305047,7 +311148,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new user", tags: ["Users"], }, @@ -305079,7 +311179,6 @@

description: "Do not have permission to export users.", }, }, - security: [{ mtauth: [] }], summary: "Export users", tags: ["Users"], }, @@ -305137,7 +311236,6 @@

description: "Do not have permission to import users.", }, }, - security: [{ mtauth: [] }], summary: "Import users", tags: ["Users"], }, @@ -305177,7 +311275,6 @@

"Do not have permission to synchronize users.", }, }, - security: [{ mtauth: [] }], summary: "Synchronize users", tags: ["Users"], }, @@ -305240,7 +311337,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete user", tags: ["Users"], }, @@ -305381,7 +311477,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update user data", tags: ["Users"], }, @@ -305402,6 +311497,7 @@

{ $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, { $ref: "#/components/parameters/group_dateField" }, { $ref: "#/components/parameters/group_dateFrom" }, { $ref: "#/components/parameters/group_dateTo" }, @@ -305457,7 +311553,6 @@

description: "User not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of groups", tags: ["Users", "Groups"], }, @@ -305479,6 +311574,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -305537,7 +311633,6 @@

description: "Site or User not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for user", tags: ["Users", "Permissions"], }, @@ -305614,7 +311709,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to user", tags: ["Users", "Permissions"], }, @@ -305691,7 +311785,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from user", tags: ["Users", "Permissions"], }, @@ -305752,7 +311845,6 @@

description: "Site or User not found", }, }, - security: [{ mtauth: [] }], summary: "Send the link for password recovery to specified user by email", tags: ["Users"], @@ -305936,7 +312028,6 @@

description: "Site or User not found", }, }, - security: [{ mtauth: [] }], summary: "Unlock user account", tags: ["Users"], }, @@ -305982,6 +312073,7 @@

}, }, }, + security: [{ mtauth: [] }], servers: [{ url: "https://example.com/mt/mt-data-api.cgi/v4" }], tags: [ { name: "Authentication" }, diff --git a/docs/v5.html b/docs/v5.html index 7731e70..76c9adc 100644 --- a/docs/v5.html +++ b/docs/v5.html @@ -9304,7 +9304,7 @@

Movable Type Data API - (8.6.0) + (8.7.0)

Download OpenAPI specification:

@@ -10544,6 +10544,31 @@

>Retrieve assets in the specified site

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -10748,6 +10773,49 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + >Retrieve single asset by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -16003,6 +16096,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -16671,6 +16789,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -19832,6 +20018,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -22286,6 +22540,31 @@

>Retrieve assets that related with specified entry

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -22648,6 +22927,92 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + >Retrieve assets that related with specified page +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -23940,6 +24330,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + >Retrieve assets that related with specified tag +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -25433,6 +25934,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + Notes
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
header @@ -27207,6 +27819,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
Request Body schema:

Return authorization(login) form as HTML.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -28368,6 +29030,31 @@

MTAuth sessionId={retrieved sessionId}

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
header @@ -29124,6 +29811,31 @@

>Retrieve categories in the specified site

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -32856,6 +33568,31 @@

>Retrieve single category by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -34440,6 +35177,31 @@

>Retrieve child categories from the specified category

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -35458,6 +36220,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -36126,6 +36913,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + >Retrieve parent categories from the specified category
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -39574,6 +40429,31 @@

>Retrieve siblings categories from the specified category

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -41044,6 +41924,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -41217,6 +42122,228 @@
+ + + limit + + +
+
+ integer +
+
+ + Default: + + 10 +
+
+
+

Maximum number of categories to retrieve.

+

Default: 10

+
+
+
+ + + + + offset + + +
+
+ integer +
+
+ + Default: + + 0 +
+
+
+

0-indexed offset.

+

Default: 0

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label,basename" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label,basename

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "user_custom" +
+
+
+

Default: user_custom

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "descend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return categories in descending order.

+

ascend

+

Return categories in ascending order.

+

Default: descend

+
+
+
+ +

Retrieve a single category by its ID.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -46238,6 +47390,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -47266,6 +48443,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -48294,6 +49496,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -49805,6 +51032,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -51356,6 +52608,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -54198,6 +55475,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -55769,6 +57071,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -55942,6 +57269,228 @@
+ + + limit + + +
+
+ integer +
+
+ + Default: + + 10 +
+
+
+

Maximum number of categories to retrieve.

+

Default: 10

+
+
+
+ + + + + offset + + +
+
+ integer +
+
+ + Default: + + 0 +
+
+
+

0-indexed offset.

+

Default: 0

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label,basename" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label,basename

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "user_custom" +
+
+
+

Default: user_custom

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "descend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return categories in descending order.

+

ascend

+

Return categories in ascending order.

+

Default: descend

+
+
+
+ +

Retrieve a single category by its ID.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -60963,6 +62537,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -61991,6 +63590,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -63019,6 +64643,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -64535,6 +66184,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -64861,6 +66535,194 @@

Spam

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -68422,6 +70309,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -68569,6 +70481,194 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -71455,6 +73580,194 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + >Retrieve OpenAPI schema +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+

Responses

@@ -74443,6 +76781,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+

Responses

@@ -75204,6 +77567,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -75367,6 +77755,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "identifier" +
+
+
+

+ The comma separated field name list to search. +

+

Default: identifier

+
+
+
+ + +
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -79647,6 +82198,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label,description" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: label,description +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,description" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: name,description +

+
+
+
+ + +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -90920,6 +93638,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "identifier" +
+
+
+

+ The comma separated field name list to search. +

+

Default: identifier

+
+
+
+ + + content_type_id +
+ required +
+ + +
+
+ integer +
+
+
+
+
+ + + + + +
+
+ query + Parameters +
+ + + + @@ -94256,6 +97112,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -95200,6 +98081,58 @@

content_type_id -
- required -
+ >saveRevision
@@ -92223,11 +95065,25 @@
>integer
+
+ + Enum: + 0 + 1 +
+ > +

Save a revision or not

+
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label,description" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: label,description +

+
+
+
+ + ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ +

Retrieve a list of endpoints.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -106539,6 +109587,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -107207,6 +110280,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -110369,6 +113510,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -113481,6 +116690,49 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + +
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema:

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -124255,6 +127584,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: >Retrieve assets that related with specified entry
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -126766,6 +130172,92 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -128057,6 +131574,194 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -132042,6 +135772,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -138272,6 +142070,31 @@

>Retrieve single folder by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -139892,6 +143715,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -140882,6 +144730,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -141550,6 +145423,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -144422,6 +148363,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -150033,6 +153999,49 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "level" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: level

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -165895,6 +170101,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -168483,6 +172757,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -171040,6 +175382,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + +
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -178517,6 +182979,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: >Retrieve assets that related with specified page
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -180282,6 +184821,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -181774,6 +186424,194 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -185757,6 +190620,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + >Searching entries +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -207026,6 +212172,31 @@

>Retrieve sites

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -212608,6 +217779,31 @@

>Retrieve a single blog by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -217778,6 +222974,31 @@

>Retrieve sites by parent ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -222342,6 +227563,31 @@

Retrieve a list of blogs by user.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -224930,12 +230176,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -224969,12 +230215,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -225117,15 +230363,15 @@

This is an optional parameter. If true is given, the MT can return total pageviews for - each uniqueness paths. However, that data does - not contain page title because its spec. + each unique path. However, that data does not + contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)

@@ -225636,12 +230882,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -225675,12 +230921,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -226293,12 +231539,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -226332,12 +231578,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -226480,15 +231726,15 @@

This is an optional parameter. If true is given, the MT can return total pageviews for - each uniqueness paths. However, that data does - not contain page title because its spec. + each unique path. However, that data does not + contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)

@@ -227144,12 +232390,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -227183,12 +232429,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -228204,6 +233450,31 @@

>Retrieve a list of text filters

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+

Responses

@@ -228519,6 +233790,31 @@

>Retrieve a list of tags that related with specific site

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -229938,6 +235234,31 @@

>Retrieve a single tag by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -230995,6 +236316,31 @@

>Retrieve assets that related with specified tag

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -231156,6 +236502,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -233188,6 +238645,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -236349,6 +241874,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "archiveType,buildType,isPreferred" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: + archiveType,buildType,isPreferred +

+
+
+
+ +
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "type" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: type

+
+
+
+ +
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema:
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "archiveType,buildType,isPreferred" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: + archiveType,buildType,isPreferred +

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
Request Body schema: Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -256945,6 +262802,49 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status,lockout" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status,lockout

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -262933,6 +268858,49 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ +

Retrieve a list of blogs by user.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -286278,6 +292314,13 @@

name: "fields", schema: { type: "string" }, }, + asset_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: class", + in: "query", + name: "filterKeys", + schema: { default: "class", type: "string" }, + }, asset_includeIds: { description: "The comma separated ID list of assets to include to result.", @@ -286363,6 +292406,12 @@

name: "fields", schema: { type: "string" }, }, + category_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, category_includeIds: { description: "The comma separated ID list of categories to include to result.", @@ -286431,6 +292480,12 @@

name: "fields", schema: { type: "string" }, }, + category_set_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, category_set_includeIds: { description: "The comma separated ID list of category_sets to include to result.", @@ -286533,6 +292588,13 @@

name: "fields", schema: { type: "string" }, }, + comment_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, comment_includeIds: { description: "The comma separated ID list of comments to include to result.", @@ -286618,6 +292680,13 @@

name: "fields", schema: { type: "string" }, }, + content_data_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, content_data_includeIds: { description: "The comma separated ID list of content_data to include to result.", @@ -286638,6 +292707,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + content_data_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, content_data_search: { description: "Search query.", in: "query", @@ -286703,6 +292778,12 @@

name: "fields", schema: { type: "string" }, }, + content_field_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, content_field_includeIds: { description: "The comma separated ID list of content_fields to include to result.", @@ -286788,6 +292869,12 @@

name: "fields", schema: { type: "string" }, }, + content_type_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, content_type_includeIds: { description: "The comma separated ID list of content_types to include to result.", @@ -286873,6 +292960,13 @@

name: "fields", schema: { type: "string" }, }, + entry_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, entry_includeIds: { description: "The comma separated ID list of entries to include to result.", @@ -286914,6 +293008,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + entry_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, entry_search: { description: "Search query.", in: "query", @@ -287004,6 +293104,13 @@

name: "fields", schema: { type: "string" }, }, + field_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: systemObject,type", + in: "query", + name: "filterKeys", + schema: { default: "systemObject,type", type: "string" }, + }, field_includeIds: { description: "The comma separated ID list of fields to include to result.", @@ -287092,6 +293199,12 @@

name: "fields", schema: { type: "string" }, }, + folder_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, folder_includeIds: { description: "The comma separated ID list of folders to include to result.", @@ -287177,6 +293290,12 @@

name: "fields", schema: { type: "string" }, }, + formatted_text_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, formatted_text_includeIds: { description: "The comma separated ID list of formatted_texts to include to result.", @@ -287262,6 +293381,13 @@

name: "fields", schema: { type: "string" }, }, + group_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, group_includeIds: { description: "The comma separated ID list of groups to include to result.", @@ -287350,6 +293476,13 @@

name: "fields", schema: { type: "string" }, }, + log_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: level", + in: "query", + name: "filterKeys", + schema: { default: "level", type: "string" }, + }, log_includeIds: { description: "The comma separated ID list of logs to include to result.", @@ -287435,6 +293568,13 @@

name: "fields", schema: { type: "string" }, }, + page_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, page_includeIds: { description: "The comma separated ID list of pages to include to result.", @@ -287476,6 +293616,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + page_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, page_search: { description: "Search query.", in: "query", @@ -287573,6 +293719,13 @@

name: "fields", schema: { type: "string" }, }, + permission_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: blogIds", + in: "query", + name: "filterKeys", + schema: { default: "blogIds", type: "string" }, + }, permission_includeIds: { description: "The comma separated ID list of permissions to include to result.", @@ -287668,6 +293821,12 @@

name: "fields", schema: { type: "string" }, }, + role_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, role_includeIds: { description: "The comma separated ID list of roles to include to result.", @@ -287764,6 +293923,12 @@

name: "fields", schema: { type: "string" }, }, + site_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, site_includeIds: { description: "The comma separated ID list of sites to include to result.", @@ -287850,6 +294015,12 @@

name: "fields", schema: { type: "string" }, }, + tag_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, tag_includeIds: { description: "The comma separated ID list of tags to include to result.", @@ -287935,6 +294106,13 @@

name: "fields", schema: { type: "string" }, }, + template_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: type", + in: "query", + name: "filterKeys", + schema: { default: "type", type: "string" }, + }, template_includeIds: { description: "The comma separated ID list of templates to include to result.", @@ -287955,6 +294133,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + template_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, template_search: { description: "Search query.", in: "query", @@ -288020,6 +294204,16 @@

name: "fields", schema: { type: "string" }, }, + templatemap_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: archiveType,buildType,isPreferred", + in: "query", + name: "filterKeys", + schema: { + default: "archiveType,buildType,isPreferred", + type: "string", + }, + }, templatemap_includeIds: { description: "The comma separated ID list of templatemaps to include to result.", @@ -288104,6 +294298,13 @@

name: "fields", schema: { type: "string" }, }, + user_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status,lockout", + in: "query", + name: "filterKeys", + schema: { default: "status,lockout", type: "string" }, + }, user_includeIds: { description: "The comma separated ID list of users to include to result.", @@ -288192,6 +294393,12 @@

name: "fields", schema: { type: "string" }, }, + widget_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, widget_includeIds: { description: "The comma separated ID list of widgets to include to result.", @@ -288277,6 +294484,12 @@

name: "fields", schema: { type: "string" }, }, + widgetset_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, widgetset_includeIds: { description: "The comma separated ID list of widgetsets to include to result.", @@ -290188,7 +296401,7 @@

description: "Find out more about Movable Type Data API", url: "https://www.movabletype.jp/developers/data-api/", }, - info: { title: "Movable Type Data API", version: "8.6.0" }, + info: { title: "Movable Type Data API", version: "8.7.0" }, openapi: "3.0.0", paths: { "/": { @@ -290350,7 +296563,6 @@

"Upload file size is larger than CGIMaxUpload.", }, }, - security: [{ mtauth: [] }], summary: "Upload a file", tags: ["Assets"], }, @@ -290646,6 +296858,7 @@

{ $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, { $ref: "#/components/parameters/group_dateField" }, { $ref: "#/components/parameters/group_dateFrom" }, { $ref: "#/components/parameters/group_dateTo" }, @@ -290693,7 +296906,6 @@

"Do not have permission to retrieve the requested groups.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of groups", tags: ["Groups"], }, @@ -290741,7 +296953,6 @@

description: "Do not have permission to create a group.", }, }, - security: [{ mtauth: [] }], summary: "Create a new group", tags: ["Groups"], }, @@ -290781,7 +296992,6 @@

"Do not have permission to synchronize groups.", }, }, - security: [{ mtauth: [] }], summary: "Synchronize groups", tags: ["Groups"], }, @@ -290844,7 +297054,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a group", tags: ["Groups"], }, @@ -290896,7 +297105,6 @@

description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single group by its ID", tags: ["Groups"], }, @@ -290971,7 +297179,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a group", tags: ["Groups"], }, @@ -290992,6 +297199,7 @@

{ $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, { $ref: "#/components/parameters/user_dateField" }, { $ref: "#/components/parameters/user_dateFrom" }, { $ref: "#/components/parameters/user_dateTo" }, @@ -291047,7 +297255,6 @@

description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of members for specified group", tags: ["Groups"], }, @@ -291113,7 +297320,6 @@

description: "Group or Member not found.", }, }, - security: [{ mtauth: [] }], tags: ["Groups"], }, }, @@ -291182,7 +297388,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], tags: ["Groups"], }, get: { @@ -291239,7 +297444,6 @@

description: "Group or Member not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single member by its ID for specified group", tags: ["Groups"], @@ -291262,6 +297466,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -291320,7 +297525,6 @@

description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for group", tags: ["Groups", "Permissions"], }, @@ -291397,7 +297601,6 @@

description: "Site or Group not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to group", tags: ["Groups", "Permissions"], }, @@ -291474,7 +297677,6 @@

description: "Site or Group not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from group", tags: ["Groups", "Permissions"], }, @@ -291490,6 +297692,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -291548,7 +297751,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions", tags: ["Permissions"], }, @@ -291606,7 +297808,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of plugins in the specified site", tags: ["Plugins"], }, @@ -291654,7 +297855,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Disable all plugins", tags: ["Plugins"], }, @@ -291702,7 +297902,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Enable all plugins", tags: ["Plugins"], }, @@ -291755,7 +297954,6 @@

description: "Site or Plugin not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single plugin by its ID", tags: ["Plugins"], }, @@ -291811,7 +298009,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Disable a plugin", tags: ["Plugins"], }, @@ -291866,7 +298063,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Enable a plugin", tags: ["Plugins"], }, @@ -291954,7 +298150,6 @@

"Do not have permission to publish content_data.", }, }, - security: [{ mtauth: [] }], summary: "Publish Content Data", tags: ["Content Data", "Publish"], }, @@ -292039,7 +298234,6 @@

}, 403: { description: "Do not have permission to publish." }, }, - security: [{ mtauth: [] }], summary: "Rebuild the static archives in relation to specified entries", tags: ["Entries", "Publish"], @@ -292170,7 +298364,6 @@

"Do not have permission to retrieve the list of roles.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of roles", tags: ["Roles"], }, @@ -292226,7 +298419,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new role", tags: ["Roles"], }, @@ -292289,7 +298481,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing role", tags: ["Roles"], }, @@ -292341,7 +298532,6 @@

description: "Site or Role not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single role by its ID", tags: ["Roles"], }, @@ -292416,7 +298606,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing role", tags: ["Roles"], }, @@ -292438,6 +298627,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -292496,7 +298686,6 @@

description: "Site or Role not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions by role", tags: ["Roles", "Permissions"], }, @@ -292762,7 +298951,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new website", tags: ["Sites"], }, @@ -292825,7 +299013,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing blog or website", tags: ["Sites"], }, @@ -292954,7 +299141,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new blog", tags: ["Sites"], }, @@ -293029,7 +299215,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing blog or website", tags: ["Sites"], }, @@ -293053,6 +299238,7 @@

{ $ref: "#/components/parameters/asset_searchFields" }, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -293244,7 +299430,6 @@

description: "Conflict", }, }, - security: [{ mtauth: [] }], summary: "Upload a file", tags: ["Assets"], }, @@ -293313,7 +299498,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an asset", tags: ["Assets"], }, @@ -293457,7 +299641,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an asset", tags: ["Assets"], }, @@ -293498,6 +299681,7 @@

{ $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -293594,6 +299778,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -293806,7 +299991,6 @@

description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Backup specified site", tags: ["Sites", "BackupRestore"], }, @@ -293977,7 +300161,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new category", tags: ["Categories"], }, @@ -294052,7 +300235,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Rearrange existing categories in a new order", tags: ["Categories"], }, @@ -294122,7 +300304,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing category", tags: ["Categories"], }, @@ -294267,7 +300448,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing category", tags: ["Categories"], }, @@ -294398,6 +300578,7 @@

{ $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -294821,7 +301002,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new category set", tags: ["Category Sets"], }, @@ -294891,7 +301071,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete category set", tags: ["Category Sets"], }, @@ -295038,7 +301217,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update category set", tags: ["Category Sets"], }, @@ -295079,6 +301257,11 @@

name: "includeCurrent", schema: { default: 0, enum: [0, 1], type: "integer" }, }, + { $ref: "#/components/parameters/category_limit" }, + { $ref: "#/components/parameters/category_offset" }, + { $ref: "#/components/parameters/category_searchFields" }, + { $ref: "#/components/parameters/category_sortBy" }, + { $ref: "#/components/parameters/category_sortOrder" }, { $ref: "#/components/parameters/category_dateField" }, { $ref: "#/components/parameters/category_dateFrom" }, { $ref: "#/components/parameters/category_dateTo" }, @@ -295204,7 +301387,6 @@

description: "Site pr Category_set not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new category for category set", tags: ["Categories", "Category Sets"], }, @@ -295293,7 +301475,6 @@

description: "Site or Category_set not found.", }, }, - security: [{ mtauth: [] }], summary: "Save hierarchical categories order in category set", tags: ["Categories", "Category Sets"], @@ -295380,7 +301561,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete single category in category set", tags: ["Categories", "Category Sets"], }, @@ -295553,7 +301733,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update single category in category set", tags: ["Categories", "Category Sets"], }, @@ -296045,6 +302224,10 @@

type: "string", }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/comment_dateField" }, { $ref: "#/components/parameters/comment_dateFrom" }, { $ref: "#/components/parameters/comment_dateTo" }, @@ -296171,7 +302354,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a comment", tags: ["Comments"], }, @@ -296317,7 +302499,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a comment", tags: ["Comments"], }, @@ -296335,6 +302516,9 @@

}, { $ref: "#/components/parameters/content_type_limit" }, { $ref: "#/components/parameters/content_type_offset" }, + { + $ref: "#/components/parameters/content_type_searchFields", + }, { description: "The field name for sort. You can specify one of following values.\n- name\n- dataLabel\n- uniqueID\n- modified_on\n", @@ -296402,7 +302586,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Content Type Collection", tags: ["Content Types"], }, @@ -296469,7 +302652,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create Content Type", tags: ["Content Types"], }, @@ -296539,7 +302721,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete Content Type", tags: ["Content Types"], }, @@ -296599,7 +302780,6 @@

description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Fetch single Content Type", tags: ["Content Types"], }, @@ -296681,7 +302861,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update Content Type", tags: ["Content Types"], }, @@ -296711,6 +302890,10 @@

}, { $ref: "#/components/parameters/content_data_limit" }, { $ref: "#/components/parameters/content_data_offset" }, + { $ref: "#/components/parameters/content_data_filterKeys" }, + { + $ref: "#/components/parameters/content_data_searchFields", + }, { description: "The field name for sort. You can specify one of following values.\n- id\n- uniqueID\n- authored_on\n- created_on\n- modified_on\n", @@ -296803,6 +302986,9 @@

required: 1, schema: { type: "integer" }, }, + { + $ref: "#/components/parameters/content_data_saveRevision", + }, ], requestBody: { content: { @@ -296856,7 +303042,6 @@

description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Create Content Data", tags: ["Content Types", "Content Data"], }, @@ -296942,7 +303127,6 @@

description: "Site or Content_type not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview by data", tags: ["Content Types", "Content Data"], }, @@ -297028,7 +303212,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete single content data", tags: ["Content Types", "Content Data"], }, @@ -297132,6 +303315,9 @@

required: 1, schema: { type: "integer" }, }, + { + $ref: "#/components/parameters/content_data_saveRevision", + }, ], requestBody: { content: { @@ -297203,7 +303389,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update Content Data", tags: ["Content Types", "Content Data"], }, @@ -297303,7 +303488,6 @@

"Site or Content_type or Content_data not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview by id", tags: ["Content Types", "Content Data"], }, @@ -297327,6 +303511,9 @@

}, { $ref: "#/components/parameters/content_field_limit" }, { $ref: "#/components/parameters/content_field_offset" }, + { + $ref: "#/components/parameters/content_field_searchFields", + }, { description: "The field name for sort. You can specify one of following values.\n- name\n- dataLabel\n- uniqueID\n- modified_on\n", @@ -297396,7 +303583,6 @@

description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Content Field Collection", tags: ["Content Fields", "Content Types"], }, @@ -297469,7 +303655,6 @@

description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Create Content Field", tags: ["Content Types", "Content Fields"], }, @@ -297558,7 +303743,6 @@

description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Save hierarchical content field order", tags: ["Content Types", "Content Fields"], }, @@ -297644,7 +303828,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete Content Field", tags: ["Content Types", "Content Fields"], }, @@ -297717,7 +303900,6 @@

"Site or Content_type or Content_field not found.", }, }, - security: [{ mtauth: [] }], summary: "Fetch single Content Field", tags: ["Content Types", "Content Fields"], }, @@ -297814,7 +303996,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update Content Field", tags: ["Content Types", "Content Fields"], }, @@ -297849,6 +304030,7 @@

{ $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_fields" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -297917,6 +304099,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/entry_saveRevision" }, ], requestBody: { content: { @@ -297975,7 +304158,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new entry", tags: ["Entries"], }, @@ -298024,7 +304206,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Export entries", tags: ["Entries"], }, @@ -298115,7 +304296,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Import entries", tags: ["Entries"], }, @@ -298194,7 +304374,6 @@

description: "Site or Entry not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a entry", tags: ["Entries"], }, @@ -298263,7 +304442,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an entry", tags: ["Entries"], }, @@ -298368,6 +304546,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/entry_saveRevision" }, ], requestBody: { content: { @@ -298435,7 +304614,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an entry", tags: ["Entries"], }, @@ -298483,6 +304661,8 @@

}, { $ref: "#/components/parameters/asset_sortOrder" }, { $ref: "#/components/parameters/asset_fields" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, { $ref: "#/components/parameters/asset_dateField" }, { $ref: "#/components/parameters/asset_dateFrom" }, { $ref: "#/components/parameters/asset_dateTo" }, @@ -298697,6 +304877,10 @@

name: "offset", schema: { type: "integer" }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/comment_dateField" }, { $ref: "#/components/parameters/comment_dateFrom" }, { $ref: "#/components/parameters/comment_dateTo" }, @@ -298826,7 +305010,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Create a new comment on an entry", tags: ["Comments", "Entries"], }, @@ -298914,7 +305097,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Reply to specified comment", tags: ["Comments", "Entries"], }, @@ -298999,7 +305181,6 @@

description: "Site or Entry not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a entry with existing data", tags: ["Entries"], }, @@ -299057,7 +305238,6 @@

description: "Site or Theme not found", }, }, - security: [{ mtauth: [] }], summary: "Export site's theme", tags: ["Themes"], }, @@ -299078,6 +305258,7 @@

{ $ref: "#/components/parameters/field_sortBy" }, { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/field_fields" }, + { $ref: "#/components/parameters/field_filterKeys" }, { $ref: "#/components/parameters/field_dateField" }, { $ref: "#/components/parameters/field_dateFrom" }, { $ref: "#/components/parameters/field_dateTo" }, @@ -299133,7 +305314,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of fields in the specified site", tags: ["CustomFields"], }, @@ -299197,7 +305377,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new field", tags: ["CustomFields"], }, @@ -299266,7 +305445,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a field", tags: ["CustomFields"], }, @@ -299324,7 +305502,6 @@

description: "Site or Field not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single field by its ID", tags: ["CustomFields"], }, @@ -299405,7 +305582,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a field", tags: ["CustomFields"], }, @@ -299567,7 +305743,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new folder.", tags: ["Folders"], }, @@ -299642,7 +305817,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Rearrange existing folders in a new order", tags: ["Folders"], }, @@ -299711,7 +305885,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing folder", tags: ["Folders"], }, @@ -299855,7 +306028,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing folder", tags: ["Folders"], }, @@ -299978,6 +306150,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -300309,7 +306482,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of formatted_texts in the specified site", tags: ["FormattedText"], @@ -300377,7 +306549,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new formatted_text", tags: ["FormattedText"], }, @@ -300449,7 +306620,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a formatted_text", tags: ["FormattedText"], }, @@ -300509,7 +306679,6 @@

description: "Site or FormattedText not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single formatted_text by its ID", tags: ["FormattedText"], }, @@ -300593,7 +306762,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a formatted_text", tags: ["FormattedText"], }, @@ -300659,7 +306827,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Reset logs", tags: ["Logs"], }, @@ -300677,6 +306844,7 @@

{ $ref: "#/components/parameters/log_searchFields" }, { $ref: "#/components/parameters/log_limit" }, { $ref: "#/components/parameters/log_offset" }, + { $ref: "#/components/parameters/log_filterKeys" }, { description: "- id\n- created_on\n- blog_id\n- author_id\n- level\n- class\n\n**Default**: created_on\n", @@ -300774,7 +306942,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of logs in the specified site", tags: ["Logs"], }, @@ -300836,7 +307003,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new log", tags: ["Logs"], }, @@ -300889,7 +307055,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Export logs", tags: ["Logs"], }, @@ -300958,7 +307123,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing log", tags: ["Logs"], }, @@ -301016,7 +307180,6 @@

description: "Site or Log not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single log by its ID", tags: ["Logs"], }, @@ -301095,7 +307258,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing log", tags: ["Logs"], }, @@ -301130,6 +307292,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -301198,6 +307361,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/page_saveRevision" }, ], requestBody: { content: { @@ -301256,7 +307420,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new page", tags: ["Pages"], }, @@ -301335,7 +307498,6 @@

description: "Site or Page not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a page", tags: ["Pages"], }, @@ -301404,7 +307566,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing page", tags: ["Pages"], }, @@ -301489,6 +307650,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/page_saveRevision" }, ], requestBody: { content: { @@ -301556,7 +307718,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing page", tags: ["Pages"], }, @@ -301584,6 +307745,8 @@

}, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -301696,6 +307859,10 @@

name: "offset", schema: { type: "integer" }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/comment_dateField" }, { $ref: "#/components/parameters/comment_dateFrom" }, { $ref: "#/components/parameters/comment_dateTo" }, @@ -301825,7 +307992,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Create a new comment on a page", tags: ["Comments", "Pages"], }, @@ -301913,7 +308079,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Reply to specified comment", tags: ["Comments", "Pages"], }, @@ -301998,7 +308163,6 @@

description: "Site or Page not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a page with existing data", tags: ["Pages"], }, @@ -302077,7 +308241,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for site", tags: ["Sites", "Permissions"], }, @@ -302154,7 +308317,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to site", tags: ["Sites", "Permissions"], }, @@ -302231,7 +308393,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from site", tags: ["Sites", "Permissions"], }, @@ -302300,7 +308461,6 @@

description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Reset all templates in the site", tags: ["Templates"], }, @@ -302318,7 +308478,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -302326,7 +308486,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -302355,7 +308515,7 @@

}, { description: - "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", in: "query", name: "uniquePath", schema: { enum: [0, 1], type: "integer" }, @@ -302421,7 +308581,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve pageviews count for each date from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -302440,7 +308599,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -302448,7 +308607,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -302536,7 +308695,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve visits count for each date from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -302555,7 +308713,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -302563,7 +308721,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -302592,7 +308750,7 @@

}, { description: - "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", in: "query", name: "uniquePath", schema: { enum: [0, 1], type: "integer" }, @@ -302658,7 +308816,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve pageviews count for each path from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -302677,7 +308834,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -302685,7 +308842,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -302773,7 +308930,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve visits count for each path from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -302828,7 +308984,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a current effective provider", tags: ["Statistics"], }, @@ -302973,7 +309128,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing tag", tags: ["Tags"], }, @@ -303109,7 +309263,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing tag", tags: ["Tags"], }, @@ -303137,6 +309290,8 @@

}, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -303248,6 +309403,7 @@

{ $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -303344,6 +309500,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -303419,6 +309576,7 @@

{ $ref: "#/components/parameters/template_searchFields" }, { $ref: "#/components/parameters/template_limit" }, { $ref: "#/components/parameters/template_offset" }, + { $ref: "#/components/parameters/template_filterKeys" }, { description: "#### id\n\nSort by the ID of each template.\n\n#### name\n\nSort by the name of each template.\n\n#### created_on\n\nSort by the created time of each template.\n\n#### modified_on\n\nSort by the modified time of each template.\n\n#### created_by\n\nSort by the ID of user who created each template.\n\n#### modified_by\n\nSort by the ID of user who modified each template.\n\n#### type\n\nSort by the type of each template.\n\n**Default**: name\n", @@ -303506,7 +309664,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of templates in the specified site", tags: ["Templates"], }, @@ -303520,6 +309677,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/template_saveRevision" }, ], requestBody: { content: { @@ -303573,7 +309731,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new template", tags: ["Templates"], }, @@ -303653,7 +309810,6 @@

description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a template", tags: ["Templates"], }, @@ -303723,7 +309879,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a template", tags: ["Templates"], }, @@ -303783,7 +309938,6 @@

description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single template by its ID", tags: ["Templates"], }, @@ -303803,6 +309957,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/template_saveRevision" }, ], requestBody: { content: { @@ -303865,7 +310020,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a template", tags: ["Templates"], }, @@ -303929,7 +310083,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Make a clone of a template", tags: ["Templates"], }, @@ -304015,7 +310168,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a template with existing data", tags: ["Templates"], }, @@ -304079,7 +310231,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Publish a template", tags: ["Templates"], }, @@ -304149,7 +310300,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Reset template text to theme default or tempalte_set default", tags: ["Templates"], @@ -304181,6 +310331,7 @@

{ $ref: "#/components/parameters/templatemap_fields" }, { $ref: "#/components/parameters/templatemap_includeIds" }, { $ref: "#/components/parameters/templatemap_excludeIds" }, + { $ref: "#/components/parameters/templatemap_filterKeys" }, { $ref: "#/components/parameters/templatemap_dateField" }, { $ref: "#/components/parameters/templatemap_dateFrom" }, { $ref: "#/components/parameters/templatemap_dateTo" }, @@ -304240,7 +310391,6 @@

description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of templatemaps in the specified site", tags: ["Templates", "TemplateMaps"], @@ -304312,7 +310462,6 @@

description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -304400,7 +310549,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -304472,7 +310620,6 @@

"Site or Template or TemplateMap not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single templatemap by its ID", tags: ["Templates", "TemplateMaps"], }, @@ -304571,7 +310718,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -304639,7 +310785,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of themes for site", tags: ["Themes"], }, @@ -304700,7 +310845,6 @@

description: "Site or Theme not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single theme by its ID for site", tags: ["Themes"], }, @@ -304764,7 +310908,6 @@

description: "Site or Theme not found", }, }, - security: [{ mtauth: [] }], summary: "Apply a theme to site", tags: ["Themes"], }, @@ -304844,7 +310987,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgets in the specified site", tags: ["Widgets"], }, @@ -304908,7 +311050,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new widget", tags: ["Widgets"], }, @@ -304977,7 +311118,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a widget", tags: ["Widgets"], }, @@ -305035,7 +311175,6 @@

description: "Site or Widget not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widget by its ID", tags: ["Widgets"], }, @@ -305116,7 +311255,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a widget", tags: ["Widgets"], }, @@ -305177,7 +311315,6 @@

description: "Site or Widget not found", }, }, - security: [{ mtauth: [] }], summary: "Make a clone of a widget", tags: ["Widgets"], }, @@ -305245,7 +311382,6 @@

description: "Site or Widget not found", }, }, - security: [{ mtauth: [] }], summary: "Reset widget text to default", tags: ["Widgets"], }, @@ -305325,7 +311461,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgetsets in the specified site", tags: ["WidgetSets"], @@ -305391,7 +311526,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new widgetset", tags: ["WidgetSets"], }, @@ -305461,7 +311595,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing widgetset", tags: ["WidgetSets"], }, @@ -305519,7 +311652,6 @@

description: "Site or WidgetSet not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widgetset by its ID", tags: ["WidgetSets"], }, @@ -305601,7 +311733,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing widgetset", tags: ["WidgetSets"], }, @@ -305687,7 +311818,6 @@

description: "Site or WidgetSet not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgets in the specified widgetset", tags: ["Widgets", "WidgetSets"], @@ -305761,7 +311891,6 @@

description: "Site or Widget not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widget by widgetset ID", tags: ["Widgets", "WidgetSets"], }, @@ -305881,7 +312010,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of themes", tags: ["Themes"], }, @@ -305945,7 +312073,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Uninstall a specified theme from the MT", tags: ["Themes"], }, @@ -305998,7 +312125,6 @@

description: "Site or Theme not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single theme by its ID", tags: ["Themes"], }, @@ -306051,7 +312177,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Invalidate current session. This is like logout", tags: ["Authentication"], }, @@ -306140,6 +312265,7 @@

{ $ref: "#/components/parameters/user_searchFields" }, { $ref: "#/components/parameters/user_limit" }, { $ref: "#/components/parameters/user_offset" }, + { $ref: "#/components/parameters/user_filterKeys" }, { description: "The field name for sort. You can specify one of following values\n- id\n- name\n\n**Default**: name\n", @@ -306287,7 +312413,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new user", tags: ["Users"], }, @@ -306319,7 +312444,6 @@

description: "Do not have permission to export users.", }, }, - security: [{ mtauth: [] }], summary: "Export users", tags: ["Users"], }, @@ -306377,7 +312501,6 @@

description: "Do not have permission to import users.", }, }, - security: [{ mtauth: [] }], summary: "Import users", tags: ["Users"], }, @@ -306417,7 +312540,6 @@

"Do not have permission to synchronize users.", }, }, - security: [{ mtauth: [] }], summary: "Synchronize users", tags: ["Users"], }, @@ -306480,7 +312602,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete user", tags: ["Users"], }, @@ -306621,7 +312742,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update user data", tags: ["Users"], }, @@ -306642,6 +312762,7 @@

{ $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, { $ref: "#/components/parameters/group_dateField" }, { $ref: "#/components/parameters/group_dateFrom" }, { $ref: "#/components/parameters/group_dateTo" }, @@ -306697,7 +312818,6 @@

description: "User not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of groups", tags: ["Users", "Groups"], }, @@ -306719,6 +312839,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -306777,7 +312898,6 @@

description: "Site or User not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for user", tags: ["Users", "Permissions"], }, @@ -306854,7 +312974,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to user", tags: ["Users", "Permissions"], }, @@ -306931,7 +313050,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from user", tags: ["Users", "Permissions"], }, @@ -306992,7 +313110,6 @@

description: "Site or User not found", }, }, - security: [{ mtauth: [] }], summary: "Send the link for password recovery to specified user by email", tags: ["Users"], @@ -307176,7 +313293,6 @@

description: "Site or User not found", }, }, - security: [{ mtauth: [] }], summary: "Unlock user account", tags: ["Users"], }, @@ -307222,6 +313338,7 @@

}, }, }, + security: [{ mtauth: [] }], servers: [{ url: "https://example.com/mt/mt-data-api.cgi/v5" }], tags: [ { name: "Authentication" }, diff --git a/docs/v6.html b/docs/v6.html index 28bdd0d..9fb3e5d 100644 --- a/docs/v6.html +++ b/docs/v6.html @@ -9304,7 +9304,7 @@

Movable Type Data API - (8.6.0) + (8.7.0)

Download OpenAPI specification:

@@ -10544,6 +10544,31 @@

>Retrieve assets in the specified site

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -10748,6 +10773,49 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + >Retrieve single asset by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -16003,6 +16096,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -16671,6 +16789,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -19832,6 +20018,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -22286,6 +22540,31 @@

>Retrieve assets that related with specified entry

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -22648,6 +22927,92 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + >Retrieve assets that related with specified page +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -23940,6 +24330,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + >Retrieve assets that related with specified tag +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -25433,6 +25934,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + Notes
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
header @@ -27207,6 +27819,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
Request Body schema:

Return authorization(login) form as HTML.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -28368,6 +29030,31 @@

MTAuth sessionId={retrieved sessionId}

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
header @@ -29124,6 +29811,31 @@

>Retrieve categories in the specified site

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -32856,6 +33568,31 @@

>Retrieve single category by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -34440,6 +35177,31 @@

>Retrieve child categories from the specified category

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -35458,6 +36220,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -36126,6 +36913,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + >Retrieve parent categories from the specified category
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -39574,6 +40429,31 @@

>Retrieve siblings categories from the specified category

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -41044,6 +41924,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -41217,6 +42122,228 @@
+ + + limit + + +
+
+ integer +
+
+ + Default: + + 10 +
+
+
+

Maximum number of categories to retrieve.

+

Default: 10

+
+
+
+ + + + + offset + + +
+
+ integer +
+
+ + Default: + + 0 +
+
+
+

0-indexed offset.

+

Default: 0

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label,basename" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label,basename

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "user_custom" +
+
+
+

Default: user_custom

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "descend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return categories in descending order.

+

ascend

+

Return categories in ascending order.

+

Default: descend

+
+
+
+ +

Retrieve a single category by its ID.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -46238,6 +47390,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -47266,6 +48443,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -48294,6 +49496,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -49805,6 +51032,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -51356,6 +52608,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -54198,6 +55475,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -55769,6 +57071,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -55942,6 +57269,228 @@
+ + + limit + + +
+
+ integer +
+
+ + Default: + + 10 +
+
+
+

Maximum number of categories to retrieve.

+

Default: 10

+
+
+
+ + + + + offset + + +
+
+ integer +
+
+ + Default: + + 0 +
+
+
+

0-indexed offset.

+

Default: 0

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label,basename" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label,basename

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "user_custom" +
+
+
+

Default: user_custom

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "descend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return categories in descending order.

+

ascend

+

Return categories in ascending order.

+

Default: descend

+
+
+
+ +

Retrieve a single category by its ID.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -60963,6 +62537,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -61991,6 +63590,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -63019,6 +64643,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -64535,6 +66184,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -64861,6 +66535,194 @@

Spam

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -68422,6 +70309,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -68569,6 +70481,194 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -71455,6 +73580,194 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + >Retrieve OpenAPI schema +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+

Responses

@@ -74443,6 +76781,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+

Responses

@@ -75204,6 +77567,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -75367,6 +77755,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "identifier" +
+
+
+

+ The comma separated field name list to search. +

+

Default: identifier

+
+
+
+ + +
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -79647,6 +82198,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label,description" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: label,description +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,description" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: name,description +

+
+
+
+ + +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -90920,6 +93638,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "identifier" +
+
+
+

+ The comma separated field name list to search. +

+

Default: identifier

+
+
+
+ + + content_type_id +
+ required +
+ + +
+
+ integer +
+
+
+
+
+ + + + + +
+
+ query + Parameters +
+ + + + @@ -94256,6 +97112,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -95200,6 +98081,58 @@

content_type_id -
- required -
+ >saveRevision
@@ -92223,11 +95065,25 @@
>integer
+
+ + Enum: + 0 + 1 +
+ > +

Save a revision or not

+
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label,description" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: label,description +

+
+
+
+ + ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ +

Retrieve a list of endpoints.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -106539,6 +109587,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -107207,6 +110280,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -110369,6 +113510,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -113481,6 +116690,49 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + +
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema:

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -124255,6 +127584,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: >Retrieve assets that related with specified entry
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -126766,6 +130172,92 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -128057,6 +131574,194 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -132042,6 +135772,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -138272,6 +142070,31 @@

>Retrieve single folder by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -139892,6 +143715,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -140882,6 +144730,31 @@

Permissions

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -141550,6 +145423,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -144422,6 +148363,31 @@

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -150033,6 +153999,49 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "level" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: level

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -165895,6 +170101,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -168483,6 +172757,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -171040,6 +175382,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + +
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -178517,6 +182979,58 @@
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: >Retrieve assets that related with specified page
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -180282,6 +184821,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -181774,6 +186424,194 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "systemObject,type" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: systemObject,type +

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "name,basename,description,tag" +
+
+
+

+ The comma separated field name list to search. +

+

+ Default: + name,basename,description,tag +

+
+
+
+ + + + + sortBy + + +
+
+ string +
+
+ + Default: + + "name" +
+
+
+

Default: name

+
+
+
+ + + + + sortOrder + + +
+
+ string +
+
+ + Default: + + "ascend" +
+
+ + Enum: + "descend" + "ascend" +
+
+
+

descend

+

Return fields in descending order.

+

ascend

+

Return fields in ascending order.

+

Default: ascend

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -185757,6 +190620,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ + >Searching entries +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -207026,6 +212172,31 @@

>Retrieve sites

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -212608,6 +217779,31 @@

>Retrieve a single blog by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -217778,6 +222974,31 @@

>Retrieve sites by parent ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -222342,6 +227563,31 @@

Retrieve a list of blogs by user.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -224930,12 +230176,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -224969,12 +230215,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -225125,15 +230371,15 @@

This is an optional parameter. If true is given, the MT can return total pageviews for - each uniqueness paths. However, that data does - not contain page title because its spec. + each unique path. However, that data does not + contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)

@@ -225644,12 +230890,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -225683,12 +230929,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -226309,12 +231555,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -226348,12 +231594,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -226504,15 +231750,15 @@

This is an optional parameter. If true is given, the MT can return total pageviews for - each uniqueness paths. However, that data does - not contain page title because its spec. + each unique path. However, that data does not + contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)

@@ -227184,12 +232430,12 @@

- This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

@@ -227223,12 +232469,12 @@

- This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

@@ -228268,6 +233514,31 @@

>Retrieve a list of text filters

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+

Responses

@@ -228583,6 +233854,31 @@

>Retrieve a list of tags that related with specific site

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -230002,6 +235298,31 @@

>Retrieve a single tag by its ID

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -231059,6 +236380,31 @@

>Retrieve assets that related with specified tag

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -231220,6 +236566,92 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "class" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: class

+
+
+
+ + + + + searchFields + + +
+
+ string +
+
+ + Default: + + "label" +
+
+
+

+ The comma separated field name list to search. +

+

Default: label

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -233252,6 +238709,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -236413,6 +241938,49 @@

Unpublish

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "archiveType,buildType,isPreferred" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: + archiveType,buildType,isPreferred +

+
+
+
+ +
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "type" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: type

+
+
+
+ +
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema:
+
+
+ query + Parameters +
+ + + + + + + +
+ saveRevision + +
+
+ integer +
+
+ + Enum: + 0 + 1 +
+
+
+

Save a revision or not

+
+
+
+
+
Request Body schema: ascend
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "archiveType,buildType,isPreferred" +
+
+
+

+ The comma separated field name list to filter. +

+

+ Default: + archiveType,buildType,isPreferred +

+
+
+
+ + Permissions +
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
Request Body schema: Permissions
+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
query @@ -257009,6 +262866,49 @@
+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status,lockout" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status,lockout

+
+
+
+ +

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -262997,6 +268922,49 @@

ascend

+ + + filterKeys + + +
+
+ string +
+
+ + Default: + + "status" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: status

+
+
+
+ + ascend + + + filterKeys + + +
+
+ string +
+
+ + Default: + + "blogIds" +
+
+
+

+ The comma separated field name list to filter. +

+

Default: blogIds

+
+
+
+ +

Retrieve a list of blogs by user.

+
+
+
+ Authorizations: +
+ +
+
+ mtauth +
+
path @@ -286342,6 +292378,13 @@

name: "fields", schema: { type: "string" }, }, + asset_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: class", + in: "query", + name: "filterKeys", + schema: { default: "class", type: "string" }, + }, asset_includeIds: { description: "The comma separated ID list of assets to include to result.", @@ -286427,6 +292470,12 @@

name: "fields", schema: { type: "string" }, }, + category_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, category_includeIds: { description: "The comma separated ID list of categories to include to result.", @@ -286495,6 +292544,12 @@

name: "fields", schema: { type: "string" }, }, + category_set_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, category_set_includeIds: { description: "The comma separated ID list of category_sets to include to result.", @@ -286597,6 +292652,13 @@

name: "fields", schema: { type: "string" }, }, + comment_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, comment_includeIds: { description: "The comma separated ID list of comments to include to result.", @@ -286682,6 +292744,13 @@

name: "fields", schema: { type: "string" }, }, + content_data_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, content_data_includeIds: { description: "The comma separated ID list of content_data to include to result.", @@ -286702,6 +292771,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + content_data_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, content_data_search: { description: "Search query.", in: "query", @@ -286767,6 +292842,12 @@

name: "fields", schema: { type: "string" }, }, + content_field_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, content_field_includeIds: { description: "The comma separated ID list of content_fields to include to result.", @@ -286852,6 +292933,12 @@

name: "fields", schema: { type: "string" }, }, + content_type_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, content_type_includeIds: { description: "The comma separated ID list of content_types to include to result.", @@ -286937,6 +293024,13 @@

name: "fields", schema: { type: "string" }, }, + entry_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, entry_includeIds: { description: "The comma separated ID list of entries to include to result.", @@ -286978,6 +293072,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + entry_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, entry_search: { description: "Search query.", in: "query", @@ -287068,6 +293168,13 @@

name: "fields", schema: { type: "string" }, }, + field_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: systemObject,type", + in: "query", + name: "filterKeys", + schema: { default: "systemObject,type", type: "string" }, + }, field_includeIds: { description: "The comma separated ID list of fields to include to result.", @@ -287156,6 +293263,12 @@

name: "fields", schema: { type: "string" }, }, + folder_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, folder_includeIds: { description: "The comma separated ID list of folders to include to result.", @@ -287241,6 +293354,12 @@

name: "fields", schema: { type: "string" }, }, + formatted_text_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, formatted_text_includeIds: { description: "The comma separated ID list of formatted_texts to include to result.", @@ -287326,6 +293445,13 @@

name: "fields", schema: { type: "string" }, }, + group_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, group_includeIds: { description: "The comma separated ID list of groups to include to result.", @@ -287414,6 +293540,13 @@

name: "fields", schema: { type: "string" }, }, + log_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: level", + in: "query", + name: "filterKeys", + schema: { default: "level", type: "string" }, + }, log_includeIds: { description: "The comma separated ID list of logs to include to result.", @@ -287499,6 +293632,13 @@

name: "fields", schema: { type: "string" }, }, + page_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, page_includeIds: { description: "The comma separated ID list of pages to include to result.", @@ -287540,6 +293680,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + page_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, page_search: { description: "Search query.", in: "query", @@ -287637,6 +293783,13 @@

name: "fields", schema: { type: "string" }, }, + permission_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: blogIds", + in: "query", + name: "filterKeys", + schema: { default: "blogIds", type: "string" }, + }, permission_includeIds: { description: "The comma separated ID list of permissions to include to result.", @@ -287732,6 +293885,12 @@

name: "fields", schema: { type: "string" }, }, + role_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, role_includeIds: { description: "The comma separated ID list of roles to include to result.", @@ -287828,6 +293987,12 @@

name: "fields", schema: { type: "string" }, }, + site_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, site_includeIds: { description: "The comma separated ID list of sites to include to result.", @@ -287914,6 +294079,12 @@

name: "fields", schema: { type: "string" }, }, + tag_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, tag_includeIds: { description: "The comma separated ID list of tags to include to result.", @@ -287999,6 +294170,13 @@

name: "fields", schema: { type: "string" }, }, + template_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: type", + in: "query", + name: "filterKeys", + schema: { default: "type", type: "string" }, + }, template_includeIds: { description: "The comma separated ID list of templates to include to result.", @@ -288019,6 +294197,12 @@

name: "offset", schema: { default: 0, type: "integer" }, }, + template_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, template_search: { description: "Search query.", in: "query", @@ -288084,6 +294268,16 @@

name: "fields", schema: { type: "string" }, }, + templatemap_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: archiveType,buildType,isPreferred", + in: "query", + name: "filterKeys", + schema: { + default: "archiveType,buildType,isPreferred", + type: "string", + }, + }, templatemap_includeIds: { description: "The comma separated ID list of templatemaps to include to result.", @@ -288168,6 +294362,13 @@

name: "fields", schema: { type: "string" }, }, + user_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status,lockout", + in: "query", + name: "filterKeys", + schema: { default: "status,lockout", type: "string" }, + }, user_includeIds: { description: "The comma separated ID list of users to include to result.", @@ -288256,6 +294457,12 @@

name: "fields", schema: { type: "string" }, }, + widget_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, widget_includeIds: { description: "The comma separated ID list of widgets to include to result.", @@ -288341,6 +294548,12 @@

name: "fields", schema: { type: "string" }, }, + widgetset_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, widgetset_includeIds: { description: "The comma separated ID list of widgetsets to include to result.", @@ -289700,12 +295913,12 @@

}, screenPageViews: { description: - 'The pageviews for the path. This property exists only if the metrics to retrieve is "pageviews"', + 'The number of screenPageViews for the path. This property exists only if the metrics to retrieve is "screenPageViews"', type: "integer", }, sessions: { description: - 'The number of sessions for the path. This property exists only if the metrics to retrieve is "visits"', + 'The number of sessions for the path. This property exists only if the metrics to retrieve is "sessions"', type: "integer", }, }, @@ -289761,12 +295974,12 @@

}, screenPageViews: { description: - 'The pageviews for the path. This property exists only if the metrics to retrieve is "pageviews"', + 'The number of screenPageViews for the path. This property exists only if the metrics to retrieve is "screenPageViews"', type: "integer", }, sessions: { description: - 'The number of sessions for the path. This property exists only if the metrics to retrieve is "visits"', + 'The number of sessions for the path. This property exists only if the metrics to retrieve is "sessions"', type: "integer", }, }, @@ -290256,7 +296469,7 @@

description: "Find out more about Movable Type Data API", url: "https://www.movabletype.jp/developers/data-api/", }, - info: { title: "Movable Type Data API", version: "8.6.0" }, + info: { title: "Movable Type Data API", version: "8.7.0" }, openapi: "3.0.0", paths: { "/": { @@ -290418,7 +296631,6 @@

"Upload file size is larger than CGIMaxUpload.", }, }, - security: [{ mtauth: [] }], summary: "Upload a file", tags: ["Assets"], }, @@ -290714,6 +296926,7 @@

{ $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, { $ref: "#/components/parameters/group_dateField" }, { $ref: "#/components/parameters/group_dateFrom" }, { $ref: "#/components/parameters/group_dateTo" }, @@ -290761,7 +296974,6 @@

"Do not have permission to retrieve the requested groups.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of groups", tags: ["Groups"], }, @@ -290809,7 +297021,6 @@

description: "Do not have permission to create a group.", }, }, - security: [{ mtauth: [] }], summary: "Create a new group", tags: ["Groups"], }, @@ -290849,7 +297060,6 @@

"Do not have permission to synchronize groups.", }, }, - security: [{ mtauth: [] }], summary: "Synchronize groups", tags: ["Groups"], }, @@ -290912,7 +297122,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a group", tags: ["Groups"], }, @@ -290964,7 +297173,6 @@

description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single group by its ID", tags: ["Groups"], }, @@ -291039,7 +297247,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a group", tags: ["Groups"], }, @@ -291060,6 +297267,7 @@

{ $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, { $ref: "#/components/parameters/user_dateField" }, { $ref: "#/components/parameters/user_dateFrom" }, { $ref: "#/components/parameters/user_dateTo" }, @@ -291115,7 +297323,6 @@

description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of members for specified group", tags: ["Groups"], }, @@ -291181,7 +297388,6 @@

description: "Group or Member not found.", }, }, - security: [{ mtauth: [] }], tags: ["Groups"], }, }, @@ -291250,7 +297456,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], tags: ["Groups"], }, get: { @@ -291307,7 +297512,6 @@

description: "Group or Member not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single member by its ID for specified group", tags: ["Groups"], @@ -291330,6 +297534,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -291388,7 +297593,6 @@

description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for group", tags: ["Groups", "Permissions"], }, @@ -291465,7 +297669,6 @@

description: "Site or Group not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to group", tags: ["Groups", "Permissions"], }, @@ -291542,7 +297745,6 @@

description: "Site or Group not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from group", tags: ["Groups", "Permissions"], }, @@ -291558,6 +297760,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -291616,7 +297819,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions", tags: ["Permissions"], }, @@ -291674,7 +297876,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of plugins in the specified site", tags: ["Plugins"], }, @@ -291722,7 +297923,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Disable all plugins", tags: ["Plugins"], }, @@ -291770,7 +297970,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Enable all plugins", tags: ["Plugins"], }, @@ -291823,7 +298022,6 @@

description: "Site or Plugin not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single plugin by its ID", tags: ["Plugins"], }, @@ -291879,7 +298077,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Disable a plugin", tags: ["Plugins"], }, @@ -291934,7 +298131,6 @@

description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Enable a plugin", tags: ["Plugins"], }, @@ -292022,7 +298218,6 @@

"Do not have permission to publish content_data.", }, }, - security: [{ mtauth: [] }], summary: "Publish Content Data", tags: ["Content Data", "Publish"], }, @@ -292107,7 +298302,6 @@

}, 403: { description: "Do not have permission to publish." }, }, - security: [{ mtauth: [] }], summary: "Rebuild the static archives in relation to specified entries", tags: ["Entries", "Publish"], @@ -292238,7 +298432,6 @@

"Do not have permission to retrieve the list of roles.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of roles", tags: ["Roles"], }, @@ -292294,7 +298487,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new role", tags: ["Roles"], }, @@ -292357,7 +298549,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing role", tags: ["Roles"], }, @@ -292409,7 +298600,6 @@

description: "Site or Role not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single role by its ID", tags: ["Roles"], }, @@ -292484,7 +298674,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing role", tags: ["Roles"], }, @@ -292506,6 +298695,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -292564,7 +298754,6 @@

description: "Site or Role not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions by role", tags: ["Roles", "Permissions"], }, @@ -292830,7 +299019,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new website", tags: ["Sites"], }, @@ -292893,7 +299081,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing blog or website", tags: ["Sites"], }, @@ -293022,7 +299209,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new blog", tags: ["Sites"], }, @@ -293097,7 +299283,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing blog or website", tags: ["Sites"], }, @@ -293121,6 +299306,7 @@

{ $ref: "#/components/parameters/asset_searchFields" }, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -293312,7 +299498,6 @@

description: "Conflict", }, }, - security: [{ mtauth: [] }], summary: "Upload a file", tags: ["Assets"], }, @@ -293381,7 +299566,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an asset", tags: ["Assets"], }, @@ -293525,7 +299709,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an asset", tags: ["Assets"], }, @@ -293566,6 +299749,7 @@

{ $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -293662,6 +299846,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -293874,7 +300059,6 @@

description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Backup specified site", tags: ["Sites", "BackupRestore"], }, @@ -294045,7 +300229,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new category", tags: ["Categories"], }, @@ -294120,7 +300303,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Rearrange existing categories in a new order", tags: ["Categories"], }, @@ -294190,7 +300372,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing category", tags: ["Categories"], }, @@ -294335,7 +300516,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing category", tags: ["Categories"], }, @@ -294466,6 +300646,7 @@

{ $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -294889,7 +301070,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new category set", tags: ["Category Sets"], }, @@ -294959,7 +301139,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete category set", tags: ["Category Sets"], }, @@ -295106,7 +301285,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update category set", tags: ["Category Sets"], }, @@ -295147,6 +301325,11 @@

name: "includeCurrent", schema: { default: 0, enum: [0, 1], type: "integer" }, }, + { $ref: "#/components/parameters/category_limit" }, + { $ref: "#/components/parameters/category_offset" }, + { $ref: "#/components/parameters/category_searchFields" }, + { $ref: "#/components/parameters/category_sortBy" }, + { $ref: "#/components/parameters/category_sortOrder" }, { $ref: "#/components/parameters/category_dateField" }, { $ref: "#/components/parameters/category_dateFrom" }, { $ref: "#/components/parameters/category_dateTo" }, @@ -295272,7 +301455,6 @@

description: "Site pr Category_set not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new category for category set", tags: ["Categories", "Category Sets"], }, @@ -295361,7 +301543,6 @@

description: "Site or Category_set not found.", }, }, - security: [{ mtauth: [] }], summary: "Save hierarchical categories order in category set", tags: ["Categories", "Category Sets"], @@ -295448,7 +301629,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete single category in category set", tags: ["Categories", "Category Sets"], }, @@ -295621,7 +301801,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update single category in category set", tags: ["Categories", "Category Sets"], }, @@ -296113,6 +302292,10 @@

type: "string", }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/comment_dateField" }, { $ref: "#/components/parameters/comment_dateFrom" }, { $ref: "#/components/parameters/comment_dateTo" }, @@ -296239,7 +302422,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a comment", tags: ["Comments"], }, @@ -296385,7 +302567,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a comment", tags: ["Comments"], }, @@ -296403,6 +302584,9 @@

}, { $ref: "#/components/parameters/content_type_limit" }, { $ref: "#/components/parameters/content_type_offset" }, + { + $ref: "#/components/parameters/content_type_searchFields", + }, { description: "The field name for sort. You can specify one of following values.\n- name\n- dataLabel\n- uniqueID\n- modified_on\n", @@ -296470,7 +302654,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Content Type Collection", tags: ["Content Types"], }, @@ -296537,7 +302720,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create Content Type", tags: ["Content Types"], }, @@ -296607,7 +302789,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete Content Type", tags: ["Content Types"], }, @@ -296667,7 +302848,6 @@

description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Fetch single Content Type", tags: ["Content Types"], }, @@ -296749,7 +302929,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update Content Type", tags: ["Content Types"], }, @@ -296779,6 +302958,10 @@

}, { $ref: "#/components/parameters/content_data_limit" }, { $ref: "#/components/parameters/content_data_offset" }, + { $ref: "#/components/parameters/content_data_filterKeys" }, + { + $ref: "#/components/parameters/content_data_searchFields", + }, { description: "The field name for sort. You can specify one of following values.\n- id\n- uniqueID\n- authored_on\n- created_on\n- modified_on\n", @@ -296871,6 +303054,9 @@

required: 1, schema: { type: "integer" }, }, + { + $ref: "#/components/parameters/content_data_saveRevision", + }, ], requestBody: { content: { @@ -296924,7 +303110,6 @@

description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Create Content Data", tags: ["Content Types", "Content Data"], }, @@ -297010,7 +303195,6 @@

description: "Site or Content_type not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview by data", tags: ["Content Types", "Content Data"], }, @@ -297096,7 +303280,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete single content data", tags: ["Content Types", "Content Data"], }, @@ -297200,6 +303383,9 @@

required: 1, schema: { type: "integer" }, }, + { + $ref: "#/components/parameters/content_data_saveRevision", + }, ], requestBody: { content: { @@ -297271,7 +303457,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update Content Data", tags: ["Content Types", "Content Data"], }, @@ -297371,7 +303556,6 @@

"Site or Content_type or Content_data not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview by id", tags: ["Content Types", "Content Data"], }, @@ -297395,6 +303579,9 @@

}, { $ref: "#/components/parameters/content_field_limit" }, { $ref: "#/components/parameters/content_field_offset" }, + { + $ref: "#/components/parameters/content_field_searchFields", + }, { description: "The field name for sort. You can specify one of following values.\n- name\n- dataLabel\n- uniqueID\n- modified_on\n", @@ -297464,7 +303651,6 @@

description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Content Field Collection", tags: ["Content Fields", "Content Types"], }, @@ -297537,7 +303723,6 @@

description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Create Content Field", tags: ["Content Types", "Content Fields"], }, @@ -297626,7 +303811,6 @@

description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Save hierarchical content field order", tags: ["Content Types", "Content Fields"], }, @@ -297712,7 +303896,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete Content Field", tags: ["Content Types", "Content Fields"], }, @@ -297785,7 +303968,6 @@

"Site or Content_type or Content_field not found.", }, }, - security: [{ mtauth: [] }], summary: "Fetch single Content Field", tags: ["Content Types", "Content Fields"], }, @@ -297882,7 +304064,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update Content Field", tags: ["Content Types", "Content Fields"], }, @@ -297917,6 +304098,7 @@

{ $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_fields" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -297985,6 +304167,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/entry_saveRevision" }, ], requestBody: { content: { @@ -298043,7 +304226,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new entry", tags: ["Entries"], }, @@ -298092,7 +304274,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Export entries", tags: ["Entries"], }, @@ -298183,7 +304364,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Import entries", tags: ["Entries"], }, @@ -298262,7 +304442,6 @@

description: "Site or Entry not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a entry", tags: ["Entries"], }, @@ -298331,7 +304510,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an entry", tags: ["Entries"], }, @@ -298436,6 +304614,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/entry_saveRevision" }, ], requestBody: { content: { @@ -298503,7 +304682,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an entry", tags: ["Entries"], }, @@ -298551,6 +304729,8 @@

}, { $ref: "#/components/parameters/asset_sortOrder" }, { $ref: "#/components/parameters/asset_fields" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, { $ref: "#/components/parameters/asset_dateField" }, { $ref: "#/components/parameters/asset_dateFrom" }, { $ref: "#/components/parameters/asset_dateTo" }, @@ -298765,6 +304945,10 @@

name: "offset", schema: { type: "integer" }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/comment_dateField" }, { $ref: "#/components/parameters/comment_dateFrom" }, { $ref: "#/components/parameters/comment_dateTo" }, @@ -298894,7 +305078,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Create a new comment on an entry", tags: ["Comments", "Entries"], }, @@ -298982,7 +305165,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Reply to specified comment", tags: ["Comments", "Entries"], }, @@ -299067,7 +305249,6 @@

description: "Site or Entry not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a entry with existing data", tags: ["Entries"], }, @@ -299125,7 +305306,6 @@

description: "Site or Theme not found", }, }, - security: [{ mtauth: [] }], summary: "Export site's theme", tags: ["Themes"], }, @@ -299146,6 +305326,7 @@

{ $ref: "#/components/parameters/field_sortBy" }, { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/field_fields" }, + { $ref: "#/components/parameters/field_filterKeys" }, { $ref: "#/components/parameters/field_dateField" }, { $ref: "#/components/parameters/field_dateFrom" }, { $ref: "#/components/parameters/field_dateTo" }, @@ -299201,7 +305382,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of fields in the specified site", tags: ["CustomFields"], }, @@ -299265,7 +305445,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new field", tags: ["CustomFields"], }, @@ -299334,7 +305513,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a field", tags: ["CustomFields"], }, @@ -299392,7 +305570,6 @@

description: "Site or Field not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single field by its ID", tags: ["CustomFields"], }, @@ -299473,7 +305650,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a field", tags: ["CustomFields"], }, @@ -299635,7 +305811,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new folder.", tags: ["Folders"], }, @@ -299710,7 +305885,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Rearrange existing folders in a new order", tags: ["Folders"], }, @@ -299779,7 +305953,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing folder", tags: ["Folders"], }, @@ -299923,7 +306096,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing folder", tags: ["Folders"], }, @@ -300046,6 +306218,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -300377,7 +306550,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of formatted_texts in the specified site", tags: ["FormattedText"], @@ -300445,7 +306617,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new formatted_text", tags: ["FormattedText"], }, @@ -300517,7 +306688,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a formatted_text", tags: ["FormattedText"], }, @@ -300577,7 +306747,6 @@

description: "Site or FormattedText not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single formatted_text by its ID", tags: ["FormattedText"], }, @@ -300661,7 +306830,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a formatted_text", tags: ["FormattedText"], }, @@ -300727,7 +306895,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Reset logs", tags: ["Logs"], }, @@ -300745,6 +306912,7 @@

{ $ref: "#/components/parameters/log_searchFields" }, { $ref: "#/components/parameters/log_limit" }, { $ref: "#/components/parameters/log_offset" }, + { $ref: "#/components/parameters/log_filterKeys" }, { description: "- id\n- created_on\n- blog_id\n- author_id\n- level\n- class\n\n**Default**: created_on\n", @@ -300842,7 +307010,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of logs in the specified site", tags: ["Logs"], }, @@ -300904,7 +307071,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new log", tags: ["Logs"], }, @@ -300957,7 +307123,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Export logs", tags: ["Logs"], }, @@ -301026,7 +307191,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing log", tags: ["Logs"], }, @@ -301084,7 +307248,6 @@

description: "Site or Log not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single log by its ID", tags: ["Logs"], }, @@ -301163,7 +307326,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing log", tags: ["Logs"], }, @@ -301198,6 +307360,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -301266,6 +307429,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/page_saveRevision" }, ], requestBody: { content: { @@ -301324,7 +307488,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new page", tags: ["Pages"], }, @@ -301403,7 +307566,6 @@

description: "Site or Page not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a page", tags: ["Pages"], }, @@ -301472,7 +307634,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing page", tags: ["Pages"], }, @@ -301557,6 +307718,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/page_saveRevision" }, ], requestBody: { content: { @@ -301624,7 +307786,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing page", tags: ["Pages"], }, @@ -301652,6 +307813,8 @@

}, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -301764,6 +307927,10 @@

name: "offset", schema: { type: "integer" }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/comment_dateField" }, { $ref: "#/components/parameters/comment_dateFrom" }, { $ref: "#/components/parameters/comment_dateTo" }, @@ -301893,7 +308060,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Create a new comment on a page", tags: ["Comments", "Pages"], }, @@ -301981,7 +308147,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Reply to specified comment", tags: ["Comments", "Pages"], }, @@ -302066,7 +308231,6 @@

description: "Site or Page not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a page with existing data", tags: ["Pages"], }, @@ -302145,7 +308309,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for site", tags: ["Sites", "Permissions"], }, @@ -302222,7 +308385,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to site", tags: ["Sites", "Permissions"], }, @@ -302299,7 +308461,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from site", tags: ["Sites", "Permissions"], }, @@ -302368,7 +308529,6 @@

description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Reset all templates in the site", tags: ["Templates"], }, @@ -302386,7 +308546,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -302394,7 +308554,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -302423,7 +308583,7 @@

}, { description: - "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", in: "query", name: "uniquePath", schema: { enum: [0, 1], type: "integer" }, @@ -302451,7 +308611,7 @@

properties: { screenPageViews: { description: - "The sum total of the pageviews in the specified period.", + "The sum total of the screenPageViews in the specified period.", type: "integer", }, }, @@ -302489,7 +308649,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve pageviews count for each date from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -302508,7 +308667,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -302516,7 +308675,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -302604,7 +308763,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve visits count for each date from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -302623,7 +308781,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -302631,7 +308789,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -302660,7 +308818,7 @@

}, { description: - "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "This is an optional parameter. If true is given, the MT can return total pageviews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", in: "query", name: "uniquePath", schema: { enum: [0, 1], type: "integer" }, @@ -302688,7 +308846,7 @@

properties: { screenPageViews: { description: - "The sum total of the pageviews in the specified period.", + "The sum total of the screenPageViews in the specified period.", type: "integer", }, }, @@ -302726,7 +308884,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve pageviews count for each path from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -302745,7 +308902,7 @@

}, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -302753,7 +308910,7 @@

}, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -302841,7 +308998,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve visits count for each path from provider (e.g. Google Analytics)", tags: ["Statistics"], @@ -302896,7 +309052,6 @@

description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a current effective provider", tags: ["Statistics"], }, @@ -303041,7 +309196,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing tag", tags: ["Tags"], }, @@ -303177,7 +309331,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing tag", tags: ["Tags"], }, @@ -303205,6 +309358,8 @@

}, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -303316,6 +309471,7 @@

{ $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -303412,6 +309568,7 @@

{ $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -303487,6 +309644,7 @@

{ $ref: "#/components/parameters/template_searchFields" }, { $ref: "#/components/parameters/template_limit" }, { $ref: "#/components/parameters/template_offset" }, + { $ref: "#/components/parameters/template_filterKeys" }, { description: "#### id\n\nSort by the ID of each template.\n\n#### name\n\nSort by the name of each template.\n\n#### created_on\n\nSort by the created time of each template.\n\n#### modified_on\n\nSort by the modified time of each template.\n\n#### created_by\n\nSort by the ID of user who created each template.\n\n#### modified_by\n\nSort by the ID of user who modified each template.\n\n#### type\n\nSort by the type of each template.\n\n**Default**: name\n", @@ -303574,7 +309732,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of templates in the specified site", tags: ["Templates"], }, @@ -303588,6 +309745,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/template_saveRevision" }, ], requestBody: { content: { @@ -303641,7 +309799,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new template", tags: ["Templates"], }, @@ -303721,7 +309878,6 @@

description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a template", tags: ["Templates"], }, @@ -303791,7 +309947,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a template", tags: ["Templates"], }, @@ -303851,7 +310006,6 @@

description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single template by its ID", tags: ["Templates"], }, @@ -303871,6 +310025,7 @@

required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/template_saveRevision" }, ], requestBody: { content: { @@ -303933,7 +310088,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a template", tags: ["Templates"], }, @@ -303997,7 +310151,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Make a clone of a template", tags: ["Templates"], }, @@ -304083,7 +310236,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a template with existing data", tags: ["Templates"], }, @@ -304147,7 +310299,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Publish a template", tags: ["Templates"], }, @@ -304217,7 +310368,6 @@

description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Reset template text to theme default or tempalte_set default", tags: ["Templates"], @@ -304249,6 +310399,7 @@

{ $ref: "#/components/parameters/templatemap_fields" }, { $ref: "#/components/parameters/templatemap_includeIds" }, { $ref: "#/components/parameters/templatemap_excludeIds" }, + { $ref: "#/components/parameters/templatemap_filterKeys" }, { $ref: "#/components/parameters/templatemap_dateField" }, { $ref: "#/components/parameters/templatemap_dateFrom" }, { $ref: "#/components/parameters/templatemap_dateTo" }, @@ -304308,7 +310459,6 @@

description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of templatemaps in the specified site", tags: ["Templates", "TemplateMaps"], @@ -304380,7 +310530,6 @@

description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -304468,7 +310617,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -304540,7 +310688,6 @@

"Site or Template or TemplateMap not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single templatemap by its ID", tags: ["Templates", "TemplateMaps"], }, @@ -304639,7 +310786,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -304707,7 +310853,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of themes for site", tags: ["Themes"], }, @@ -304768,7 +310913,6 @@

description: "Site or Theme not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single theme by its ID for site", tags: ["Themes"], }, @@ -304832,7 +310976,6 @@

description: "Site or Theme not found", }, }, - security: [{ mtauth: [] }], summary: "Apply a theme to site", tags: ["Themes"], }, @@ -304912,7 +311055,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgets in the specified site", tags: ["Widgets"], }, @@ -304976,7 +311118,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new widget", tags: ["Widgets"], }, @@ -305045,7 +311186,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a widget", tags: ["Widgets"], }, @@ -305103,7 +311243,6 @@

description: "Site or Widget not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widget by its ID", tags: ["Widgets"], }, @@ -305184,7 +311323,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a widget", tags: ["Widgets"], }, @@ -305245,7 +311383,6 @@

description: "Site or Widget not found", }, }, - security: [{ mtauth: [] }], summary: "Make a clone of a widget", tags: ["Widgets"], }, @@ -305313,7 +311450,6 @@

description: "Site or Widget not found", }, }, - security: [{ mtauth: [] }], summary: "Reset widget text to default", tags: ["Widgets"], }, @@ -305393,7 +311529,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgetsets in the specified site", tags: ["WidgetSets"], @@ -305459,7 +311594,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new widgetset", tags: ["WidgetSets"], }, @@ -305529,7 +311663,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing widgetset", tags: ["WidgetSets"], }, @@ -305587,7 +311720,6 @@

description: "Site or WidgetSet not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widgetset by its ID", tags: ["WidgetSets"], }, @@ -305669,7 +311801,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing widgetset", tags: ["WidgetSets"], }, @@ -305755,7 +311886,6 @@

description: "Site or WidgetSet not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgets in the specified widgetset", tags: ["Widgets", "WidgetSets"], @@ -305829,7 +311959,6 @@

description: "Site or Widget not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widget by widgetset ID", tags: ["Widgets", "WidgetSets"], }, @@ -305949,7 +312078,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of themes", tags: ["Themes"], }, @@ -306013,7 +312141,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Uninstall a specified theme from the MT", tags: ["Themes"], }, @@ -306066,7 +312193,6 @@

description: "Site or Theme not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single theme by its ID", tags: ["Themes"], }, @@ -306119,7 +312245,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Invalidate current session. This is like logout", tags: ["Authentication"], }, @@ -306208,6 +312333,7 @@

{ $ref: "#/components/parameters/user_searchFields" }, { $ref: "#/components/parameters/user_limit" }, { $ref: "#/components/parameters/user_offset" }, + { $ref: "#/components/parameters/user_filterKeys" }, { description: "The field name for sort. You can specify one of following values\n- id\n- name\n\n**Default**: name\n", @@ -306355,7 +312481,6 @@

description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new user", tags: ["Users"], }, @@ -306387,7 +312512,6 @@

description: "Do not have permission to export users.", }, }, - security: [{ mtauth: [] }], summary: "Export users", tags: ["Users"], }, @@ -306445,7 +312569,6 @@

description: "Do not have permission to import users.", }, }, - security: [{ mtauth: [] }], summary: "Import users", tags: ["Users"], }, @@ -306485,7 +312608,6 @@

"Do not have permission to synchronize users.", }, }, - security: [{ mtauth: [] }], summary: "Synchronize users", tags: ["Users"], }, @@ -306548,7 +312670,6 @@

"Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete user", tags: ["Users"], }, @@ -306689,7 +312810,6 @@

"Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update user data", tags: ["Users"], }, @@ -306710,6 +312830,7 @@

{ $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, { $ref: "#/components/parameters/group_dateField" }, { $ref: "#/components/parameters/group_dateFrom" }, { $ref: "#/components/parameters/group_dateTo" }, @@ -306765,7 +312886,6 @@

description: "User not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of groups", tags: ["Users", "Groups"], }, @@ -306787,6 +312907,7 @@

{ $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -306845,7 +312966,6 @@

description: "Site or User not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for user", tags: ["Users", "Permissions"], }, @@ -306922,7 +313042,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to user", tags: ["Users", "Permissions"], }, @@ -306999,7 +313118,6 @@

description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from user", tags: ["Users", "Permissions"], }, @@ -307060,7 +313178,6 @@

description: "Site or User not found", }, }, - security: [{ mtauth: [] }], summary: "Send the link for password recovery to specified user by email", tags: ["Users"], @@ -307244,7 +313361,6 @@

description: "Site or User not found", }, }, - security: [{ mtauth: [] }], summary: "Unlock user account", tags: ["Users"], }, @@ -307290,6 +313406,7 @@

}, }, }, + security: [{ mtauth: [] }], servers: [{ url: "https://example.com/mt/mt-data-api.cgi/v6" }], tags: [ { name: "Authentication" }, diff --git a/docs/v7.html b/docs/v7.html index 0703c61..49625f9 100644 --- a/docs/v7.html +++ b/docs/v7.html @@ -7359,7 +7359,7 @@ depth="2" data-item-id="tag/Statistics/paths/~1sites~1{site_id}~1stats~1date~1pageviews/get" role="menuitem" - aria-label="Retrieve pageviews count for each date from provider (e.g. Google Analytics)" + aria-label="Retrieve screenPageViews count for each date from provider (e.g. Google Analytics V4)" aria-expanded="false" class="sc-cwcSVF dsPLkk" > @@ -7372,8 +7372,54 @@ tabindex="0" width="calc(100% - 38px)" class="sc-hlwFUH dsZUKj" - >Retrieve pageviews count for each date from provider - (e.g. Google Analytics)Retrieve screenPageViews count for each date from + provider (e.g. Google Analytics V4) + + + @@ -7382,7 +7428,7 @@ depth="2" data-item-id="tag/Statistics/paths/~1sites~1{site_id}~1stats~1date~1visits/get" role="menuitem" - aria-label="Retrieve visits count for each date from provider (e.g. Google Analytics)" + aria-label="Retrieve sessions count for each date from provider (e.g. Google Analytics V4)" aria-expanded="false" class="sc-cwcSVF dsPLkk" > @@ -7395,8 +7441,8 @@ tabindex="0" width="calc(100% - 38px)" class="sc-hlwFUH dsZUKj" - >Retrieve visits count for each date from provider (e.g. - Google Analytics)Retrieve sessions count for each date from provider + (e.g. Google Analytics V4) @@ -7405,7 +7451,7 @@ depth="2" data-item-id="tag/Statistics/paths/~1sites~1{site_id}~1stats~1path~1pageviews/get" role="menuitem" - aria-label="Retrieve pageviews count for each path from provider (e.g. Google Analytics)" + aria-label="Retrieve screenPageViews count for each path from provider (e.g. Google Analytics V4)" aria-expanded="false" class="sc-cwcSVF dsPLkk" > @@ -7418,8 +7464,54 @@ tabindex="0" width="calc(100% - 38px)" class="sc-hlwFUH dsZUKj" - >Retrieve pageviews count for each path from provider - (e.g. Google Analytics)Retrieve screenPageViews count for each path from + provider (e.g. Google Analytics V4) + + + @@ -7428,7 +7520,7 @@ depth="2" data-item-id="tag/Statistics/paths/~1sites~1{site_id}~1stats~1path~1visits/get" role="menuitem" - aria-label="Retrieve visits count for each path from provider (e.g. Google Analytics)" + aria-label="Retrieve sessions count for each path from provider (e.g. Google Analytics V4)" aria-expanded="false" class="sc-cwcSVF dsPLkk" > @@ -7441,8 +7533,8 @@ tabindex="0" width="calc(100% - 38px)" class="sc-hlwFUH dsZUKj" - >Retrieve visits count for each path from provider (e.g. - Google Analytics)Retrieve sessions count for each path from provider + (e.g. Google Analytics V4) @@ -7468,6 +7560,144 @@ > + + + + + +
  • Movable Type Data API - (8.6.0) + (8.7.0)

    Download OpenAPI specification:

    @@ -10544,6 +10774,31 @@

    >Retrieve assets in the specified site

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -10748,6 +11003,49 @@
    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "class" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: class

    +
    +
    +
    + + >Retrieve single asset by its ID
  • +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -16003,6 +16326,31 @@

    Permissions

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -16671,6 +17019,49 @@

    Unpublish

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + + Permissions +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -19832,6 +20248,49 @@

    Unpublish

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + +

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -22286,6 +22770,31 @@

    >Retrieve assets that related with specified entry

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -22648,6 +23157,92 @@

    ascend

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "class" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: class

    +
    +
    +
    + + + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "label" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    Default: label

    +
    +
    +
    + + >Retrieve assets that related with specified page +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -23940,6 +24560,92 @@
    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "class" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: class

    +
    +
    +
    + + + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "label" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    Default: label

    +
    +
    +
    + + >Retrieve assets that related with specified tag +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -25433,6 +26164,92 @@
    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "class" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: class

    +
    +
    +
    + + + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "label" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    Default: label

    +
    +
    +
    + + Notes
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    header @@ -27207,6 +28049,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    Request Body schema:

    Return authorization(login) form as HTML.

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    query @@ -28368,6 +29260,31 @@

    MTAuth sessionId={retrieved sessionId}

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    header @@ -29124,6 +30041,31 @@

    >Retrieve categories in the specified site

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -32856,6 +33798,31 @@

    >Retrieve single category by its ID

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -34440,6 +35407,31 @@

    >Retrieve child categories from the specified category

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -35458,6 +36450,31 @@

    Permissions

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -36126,6 +37143,49 @@

    Unpublish

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + + >Retrieve parent categories from the specified category
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -39574,6 +40659,31 @@

    >Retrieve siblings categories from the specified category

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -41044,6 +42154,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -41217,6 +42352,228 @@
    + + + limit + + +
    +
    + integer +
    +
    + + Default: + + 10 +
    +
    +
    +

    Maximum number of categories to retrieve.

    +

    Default: 10

    +
    +
    +
    + + + + + offset + + +
    +
    + integer +
    +
    + + Default: + + 0 +
    +
    +
    +

    0-indexed offset.

    +

    Default: 0

    +
    +
    +
    + + + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "label,basename" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    Default: label,basename

    +
    +
    +
    + + + + + sortBy + + +
    +
    + string +
    +
    + + Default: + + "user_custom" +
    +
    +
    +

    Default: user_custom

    +
    +
    +
    + + + + + sortOrder + + +
    +
    + string +
    +
    + + Default: + + "descend" +
    +
    + + Enum: + "descend" + "ascend" +
    +
    +
    +

    descend

    +

    Return categories in descending order.

    +

    ascend

    +

    Return categories in ascending order.

    +

    Default: descend

    +
    +
    +
    + +

    Retrieve a single category by its ID.

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -46238,6 +47620,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -47266,6 +48673,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -48294,6 +49726,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -49805,6 +51262,31 @@

    Permissions

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -51356,6 +52838,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -54198,6 +55705,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -55769,6 +57301,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -55942,6 +57499,228 @@
    + + + limit + + +
    +
    + integer +
    +
    + + Default: + + 10 +
    +
    +
    +

    Maximum number of categories to retrieve.

    +

    Default: 10

    +
    +
    +
    + + + + + offset + + +
    +
    + integer +
    +
    + + Default: + + 0 +
    +
    +
    +

    0-indexed offset.

    +

    Default: 0

    +
    +
    +
    + + + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "label,basename" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    Default: label,basename

    +
    +
    +
    + + + + + sortBy + + +
    +
    + string +
    +
    + + Default: + + "user_custom" +
    +
    +
    +

    Default: user_custom

    +
    +
    +
    + + + + + sortOrder + + +
    +
    + string +
    +
    + + Default: + + "descend" +
    +
    + + Enum: + "descend" + "ascend" +
    +
    +
    +

    descend

    +

    Return categories in descending order.

    +

    ascend

    +

    Return categories in ascending order.

    +

    Default: descend

    +
    +
    +
    + +

    Retrieve a single category by its ID.

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -60963,6 +62767,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -61991,6 +63820,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -63019,6 +64873,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -64535,6 +66414,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -64861,6 +66765,194 @@

    Spam

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "systemObject,type" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    + Default: systemObject,type +

    +
    +
    +
    + + + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "name,basename,description,tag" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    + Default: + name,basename,description,tag +

    +
    +
    +
    + + + + + sortBy + + +
    +
    + string +
    +
    + + Default: + + "name" +
    +
    +
    +

    Default: name

    +
    +
    +
    + + + + + sortOrder + + +
    +
    + string +
    +
    + + Default: + + "ascend" +
    +
    + + Enum: + "descend" + "ascend" +
    +
    +
    +

    descend

    +

    Return fields in descending order.

    +

    ascend

    +

    Return fields in ascending order.

    +

    Default: ascend

    +
    +
    +
    + +

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -68422,6 +70539,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -68569,6 +70711,194 @@
    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "systemObject,type" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    + Default: systemObject,type +

    +
    +
    +
    + + + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "name,basename,description,tag" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    + Default: + name,basename,description,tag +

    +
    +
    +
    + + + + + sortBy + + +
    +
    + string +
    +
    + + Default: + + "name" +
    +
    +
    +

    Default: name

    +
    +
    +
    + + + + + sortOrder + + +
    +
    + string +
    +
    + + Default: + + "ascend" +
    +
    + + Enum: + "descend" + "ascend" +
    +
    +
    +

    descend

    +

    Return fields in descending order.

    +

    ascend

    +

    Return fields in ascending order.

    +

    Default: ascend

    +
    +
    +
    + +

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -71455,6 +73810,194 @@
    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "systemObject,type" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    + Default: systemObject,type +

    +
    +
    +
    + + + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "name,basename,description,tag" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    + Default: + name,basename,description,tag +

    +
    +
    +
    + + + + + sortBy + + +
    +
    + string +
    +
    + + Default: + + "name" +
    +
    +
    +

    Default: name

    +
    +
    +
    + + + + + sortOrder + + +
    +
    + string +
    +
    + + Default: + + "ascend" +
    +
    + + Enum: + "descend" + "ascend" +
    +
    +
    +

    descend

    +

    Return fields in descending order.

    +

    ascend

    +

    Return fields in ascending order.

    +

    Default: ascend

    +
    +
    +
    + + >Retrieve OpenAPI schema +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +

    Responses

    @@ -74443,6 +77011,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +

    Responses

    @@ -75204,6 +77797,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -75367,6 +77985,92 @@
    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + + + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "identifier" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    Default: identifier

    +
    +
    +
    + + +
    +
    + query + Parameters +
    + + + + + + + +
    + saveRevision + +
    +
    + integer +
    +
    + + Enum: + 0 + 1 +
    +
    +
    +

    Save a revision or not

    +
    +
    +
    +
    +
    Request Body schema: +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -79647,6 +82428,58 @@
    +
    +
    + query + Parameters +
    + + + + + + + +
    + saveRevision + +
    +
    + integer +
    +
    + + Enum: + 0 + 1 +
    +
    +
    +

    Save a revision or not

    +
    +
    +
    +
    +
    Request Body schema: + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "label,description" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    + Default: label,description +

    +
    +
    +
    + + + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "name,description" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    + Default: name,description +

    +
    +
    +
    + + +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -90920,6 +93868,92 @@
    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + + + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "identifier" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    Default: identifier

    +
    +
    +
    + + +
    +
    + query + Parameters +
    + + + + + + + +
    + saveRevision + +
    +
    + integer +
    +
    + + Enum: + 0 + 1 +
    +
    +
    +

    Save a revision or not

    +
    +
    +
    +
    +
    Request Body schema: +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -95200,6 +98311,58 @@
    +
    +
    + query + Parameters +
    + + + + + + + +
    + saveRevision + +
    +
    + integer +
    +
    + + Enum: + 0 + 1 +
    +
    +
    +

    Save a revision or not

    +
    +
    +
    +
    +
    Request Body schema: + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "label,description" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    + Default: label,description +

    +
    +
    +
    + + ascend
    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "systemObject,type" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    + Default: systemObject,type +

    +
    +
    +
    + +

    Retrieve a list of endpoints.

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    query @@ -106539,6 +109817,31 @@

    Permissions

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -107207,6 +110510,49 @@

    Unpublish

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + + Permissions
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -110369,6 +113740,49 @@

    Unpublish

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + +

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -113481,6 +116920,49 @@

    ascend

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + + +
    +
    + query + Parameters +
    + + + + + + + +
    + saveRevision + +
    +
    + integer +
    +
    + + Enum: + 0 + 1 +
    +
    +
    +

    Save a revision or not

    +
    +
    +
    +
    +
    Request Body schema:

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -124255,6 +127814,58 @@
    +
    +
    + query + Parameters +
    + + + + + + + +
    + saveRevision + +
    +
    + integer +
    +
    + + Enum: + 0 + 1 +
    +
    +
    +

    Save a revision or not

    +
    +
    +
    +
    +
    Request Body schema: >Retrieve assets that related with specified entry
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -126766,6 +130402,92 @@

    ascend

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "class" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: class

    +
    +
    +
    + + + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "label" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    Default: label

    +
    +
    +
    + +

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -128057,6 +131804,194 @@
    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "systemObject,type" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    + Default: systemObject,type +

    +
    +
    +
    + + + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "name,basename,description,tag" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    + Default: + name,basename,description,tag +

    +
    +
    +
    + + + + + sortBy + + +
    +
    + string +
    +
    + + Default: + + "name" +
    +
    +
    +

    Default: name

    +
    +
    +
    + + + + + sortOrder + + +
    +
    + string +
    +
    + + Default: + + "ascend" +
    +
    + + Enum: + "descend" + "ascend" +
    +
    +
    +

    descend

    +

    Return fields in descending order.

    +

    ascend

    +

    Return fields in ascending order.

    +

    Default: ascend

    +
    +
    +
    + + Permissions
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -132042,6 +136002,49 @@

    Unpublish

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + +

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -138272,6 +142300,31 @@

    >Retrieve single folder by its ID

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -139892,6 +143945,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -140882,6 +144960,31 @@

    Permissions

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -141550,6 +145653,49 @@

    Unpublish

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + +

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -144422,6 +148593,31 @@

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -150033,6 +154229,49 @@

    ascend

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + + ascend
    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + + ascend
    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "blogIds" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: blogIds

    +
    +
    +
    + + ascend + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + + + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "level" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: level

    +
    +
    +
    + + Permissions +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -165895,6 +170331,49 @@

    Unpublish

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + + Permissions +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -168483,6 +172987,49 @@

    Unpublish

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + + Permissions +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -171040,6 +175612,49 @@

    Unpublish

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + + +
    +
    + query + Parameters +
    + + + + + + + +
    + saveRevision + +
    +
    + integer +
    +
    + + Enum: + 0 + 1 +
    +
    +
    +

    Save a revision or not

    +
    +
    +
    +
    +
    Request Body schema: +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -178517,6 +183209,58 @@
    +
    +
    + query + Parameters +
    + + + + + + + +
    + saveRevision + +
    +
    + integer +
    +
    + + Enum: + 0 + 1 +
    +
    +
    +

    Save a revision or not

    +
    +
    +
    +
    +
    Request Body schema: >Retrieve assets that related with specified page
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -180282,6 +185051,92 @@
    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "class" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: class

    +
    +
    +
    + + + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "label" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    Default: label

    +
    +
    +
    + +

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -181774,6 +186654,194 @@
    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "systemObject,type" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    + Default: systemObject,type +

    +
    +
    +
    + + + + + searchFields + + +
    +
    + string +
    +
    + + Default: + + "name,basename,description,tag" +
    +
    +
    +

    + The comma separated field name list to search. +

    +

    + Default: + name,basename,description,tag +

    +
    +
    +
    + + + + + sortBy + + +
    +
    + string +
    +
    + + Default: + + "name" +
    +
    +
    +

    Default: name

    +
    +
    +
    + + + + + sortOrder + + +
    +
    + string +
    +
    + + Default: + + "ascend" +
    +
    + + Enum: + "descend" + "ascend" +
    +
    +
    +

    descend

    +

    Return fields in descending order.

    +

    ascend

    +

    Return fields in ascending order.

    +

    Default: ascend

    +
    +
    +
    + + Permissions
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -185757,6 +190850,49 @@

    Unpublish

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + + ascend + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "blogIds" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: blogIds

    +
    +
    +
    + + ascend + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "blogIds" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: blogIds

    +
    +
    +
    + + ascend + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "blogIds" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: blogIds

    +
    +
    +
    + + ascend + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "blogIds" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: blogIds

    +
    +
    +
    + + ascend + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "blogIds" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: blogIds

    +
    +
    +
    + + >Searching entries +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    query @@ -207026,6 +212402,31 @@

    >Retrieve sites

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    query @@ -212608,6 +218009,31 @@

    >Retrieve a single blog by its ID

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -217778,6 +223204,31 @@

    >Retrieve sites by parent ID

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -222342,6 +227793,31 @@

    Retrieve a list of blogs by user.

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -224814,19 +230290,19 @@

    href="#tag/Statistics/paths/~1sites~1{site_id}~1stats~1date~1pageviews/get" aria-label="tag/Statistics/paths/~1sites~1{site_id}~1stats~1date~1pageviews/get" >Retrieve pageviews count for each date from provider (e.g. - Google Analytics) + >Retrieve screenPageViews count for each date from provider + (e.g. Google Analytics V4)

    - Retrieve pageviews count for each date from provider (e.g. - Google Analytics). + Retrieve screenPageViews count for each date from provider + (e.g. Google Analytics V4).

    Authorization is required.

    @@ -224930,12 +230406,12 @@

    - This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

    @@ -224969,12 +230445,12 @@

    - This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

    @@ -225061,11 +230537,11 @@
    path + >pagePath
    @@ -225125,17 +230601,17 @@

    This is an optional parameter. If true is - given, the MT can return total pageviews for - each uniqueness paths. However, that data does - not contain page title because its spec. + given, the MT can return total screenPageViews + for each unique path. However, that data does + not contain page title because of its spec. (Sometimes, Google Analytics will return - another pageviews by same path.) + another screenPageViews by same path.)

    @@ -225291,10 +230767,10 @@

    @@ -225525,22 +231001,22 @@

    Retrieve visits count for each date from provider (e.g. - Google Analytics) + >Retrieve screenPageViews count for each date from provider + (e.g. Google Analytics V4)

    - Retrieve visits count for each date from provider (e.g. - Google Analytics). + Retrieve screenPageViews count for each date from provider + (e.g. Google Analytics V4).

    Authorization is required.

    @@ -225644,12 +231120,12 @@

    - This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

    @@ -225683,12 +231159,12 @@

    - This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

    @@ -225772,14 +231248,14 @@
    - + path + >pagePath
    @@ -225807,6 +231283,55 @@
    + + + uniquePath + + +
    +
    + integer +
    +
    + + Enum: + 0 + 1 +
    +
    +
    +

    + This is an optional parameter. If true is + given, the MT can return total screenPageViews + for each unique path. However, that data does + not contain page title because of its spec. + (Sometimes, Google Analytics will return + another screenPageViews by same path.) +

    +
    +
    +
    + +
    @@ -225916,7 +231441,7 @@

    Responses

    get/sites/{site_id}/stats/date/visits/sites/{site_id}/stats/date/screenPageViewsResponses
    https://example.com/mt/mt-data-api.cgi/v7/sites/{site_id}/stats/date/visits + >/sites/{site_id}/stats/date/screenPageViews
    @@ -225956,10 +231481,10 @@

    @@ -226670,10 +232146,10 @@

    @@ -227065,22 +232380,22 @@

    Retrieve visits count for each path from provider (e.g. - Google Analytics) + >Retrieve sessions count for each date from provider (e.g. + Google Analytics V4)

    - Retrieve visits count for each date from provider (e.g. - Google Analytics). + Retrieve sessions count for each date from provider (e.g. + Google Analytics V4).

    Authorization is required.

    @@ -227184,12 +232499,12 @@

    - This is an required parameter. Start date of + This is a required parameter. Start date of data. The format is "YYYY-MM-DD".

    @@ -227223,12 +232538,12 @@

    - This is an required parameter. End date of + This is a required parameter. End date of data. The format is "YYYY-MM-DD".

    @@ -227315,11 +232630,11 @@
    path + >pagePath
    @@ -227456,7 +232771,7 @@

    Responses

    get/sites/{site_id}/stats/path/visits/sites/{site_id}/stats/date/visitsResponses
    https://example.com/mt/mt-data-api.cgi/v7/sites/{site_id}/stats/path/visits + >/sites/{site_id}/stats/date/visits
    @@ -227496,10 +232811,10 @@

    @@ -227882,8 +233036,8 @@

    @@ -227891,19 +233045,3405 @@

    Retrieve a current effective provider + >Retrieve screenPageViews count for each path from provider + (e.g. Google Analytics V4)

    -

    Retrieve a current effective provider.

    +

    + Retrieve screenPageViews count for each path from provider + (e.g. Google Analytics V4). +

    +

    Authorization is required.

    +
    +
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    +
    +
    + path + Parameters +
    + + + + + + + +
    + site_id +
    + required +
    +
    +
    +
    + integer +
    +
    +
    +
    +
    +
    +
    +
    +
    + query + Parameters +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + startDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. Start date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + endDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. End date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + limit + +
    +
    + integer +
    +
    + + Default: + + 50 +
    +
    +
    +

    + This is an optional parameter. Maximum number + of paths to retrieve. Default is 50. +

    +
    +
    +
    +
    + offset + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. 0-indexed + offset. Default is 0. +

    +
    +
    +
    +
    + pagePath + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. The target path + of data to retrieve. Default is the path of + the current site. +

    +
    +
    +
    +
    + uniquePath + +
    +
    + integer +
    +
    + + Enum: + 0 + 1 +
    +
    +
    +

    + This is an optional parameter. If true is + given, the MT can return total scrrenPageViews + for each unique path. However, that data does + not contain page title because of its spec. + (Sometimes, Google Analytics will return + another screenPageViews by same path.) +

    +
    +
    +
    +
    +
    +
    +

    Responses

    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +

    + Response samples +

    +
    +
      + + + + +
    +
    +
    +
    + Content type +
    application/json
    +
    +
    +
    +
    + +
    +
    +
    + { +
      +
    • +
      + "items": + [ +
        +
      • + +
      • +
      + ], +
      +
    • +
    • +
      + "totalResults": 0, +
      +
    • +
    • +
      + "totals": + { +
        +
      • + +
      • +
      + } +
      +
    • +
    + }
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +

    + Retrieve screenPageViews count for each path from provider + (e.g. Google Analytics V4) +

    +
    +
    +

    + Retrieve screenPageViews count for each path from provider + (e.g. Google Analytics V4). +

    +

    Authorization is required.

    +
    +
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    +
    +
    + path + Parameters +
    + + + + + + + +
    + site_id +
    + required +
    +
    +
    +
    + integer +
    +
    +
    +
    +
    +
    +
    +
    +
    + query + Parameters +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + startDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. Start date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + endDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. End date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + limit + +
    +
    + integer +
    +
    + + Default: + + 50 +
    +
    +
    +

    + This is an optional parameter. Maximum number + of paths to retrieve. Default is 50. +

    +
    +
    +
    +
    + offset + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. 0-indexed + offset. Default is 0. +

    +
    +
    +
    +
    + pagePath + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. The target path + of data to retrieve. Default is the path of + the current site. +

    +
    +
    +
    +
    + uniquePath + +
    +
    + integer +
    +
    + + Enum: + 0 + 1 +
    +
    +
    +

    + This is an optional parameter. If true is + given, the MT can return total scrrenPageViews + for each unique path. However, that data does + not contain page title because of its spec. + (Sometimes, Google Analytics will return + another screenPageViews by same path.) +

    +
    +
    +
    +
    +
    +
    +

    Responses

    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +

    + Response samples +

    +
    +
      + + + + +
    +
    +
    +
    + Content type +
    application/json
    +
    +
    +
    +
    + +
    +
    +
    + { +
      +
    • +
      + "items": + [ +
        +
      • + +
      • +
      + ], +
      +
    • +
    • +
      + "totalResults": 0, +
      +
    • +
    • +
      + "totals": + { +
        +
      • + +
      • +
      + } +
      +
    • +
    + }
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    + Retrieve sessions count for each path from provider (e.g. + Google Analytics V4) +

    +
    +
    +

    + Retrieve sessions count for each date from provider (e.g. + Google Analytics V4). +

    +

    Authorization is required.

    +
    +
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    +
    +
    + path + Parameters +
    + + + + + + + +
    + site_id +
    + required +
    +
    +
    +
    + integer +
    +
    +
    +
    +
    +
    +
    +
    +
    + query + Parameters +
    + + + + + + + + + + + + + + + + + + + + + + + +
    + startDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. Start date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + endDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. End date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + limit + +
    +
    + integer +
    +
    +
    +

    + This is an optional parameter. Maximum number + of paths to retrieve. Default is 50. +

    +
    +
    +
    +
    + offset + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. 0-indexed + offset. Default is 0. +

    +
    +
    +
    +
    + pagePath + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. The target path + of data to retrieve. Default is the path of + the current site. +

    +
    +
    +
    +
    +
    +
    +

    Responses

    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +

    + Response samples +

    +
    +
      + + + + +
    +
    +
    +
    + Content type +
    application/json
    +
    +
    +
    +
    + +
    +
    +
    + { +
      +
    • +
      + "items": + [ +
        +
      • + +
      • +
      + ], +
      +
    • +
    • +
      + "totalResults": 0, +
      +
    • +
    • +
      + "totals": + { +
        +
      • + +
      • +
      + } +
      +
    • +
    + }
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    + Retrieve sessions count for each path from provider (e.g. + Google Analytics V4) +

    +
    +
    +

    + Retrieve sessions count for each date from provider (e.g. + Google Analytics V4). +

    +

    Authorization is required.

    +
    +
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    +
    +
    + path + Parameters +
    + + + + + + + +
    + site_id +
    + required +
    +
    +
    +
    + integer +
    +
    +
    +
    +
    +
    +
    +
    +
    + query + Parameters +
    + + + + + + + + + + + + + + + + + + + + + + + +
    + startDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. Start date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + endDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. End date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + limit + +
    +
    + integer +
    +
    +
    +

    + This is an optional parameter. Maximum number + of paths to retrieve. Default is 50. +

    +
    +
    +
    +
    + offset + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. 0-indexed + offset. Default is 0. +

    +
    +
    +
    +
    + pagePath + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. The target path + of data to retrieve. Default is the path of + the current site. +

    +
    +
    +
    +
    +
    +
    +

    Responses

    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +

    + Response samples +

    +
    +
      + + + + +
    +
    +
    +
    + Content type +
    application/json
    +
    +
    +
    +
    + +
    +
    +
    + { +
      +
    • +
      + "items": + [ +
        +
      • + +
      • +
      + ], +
      +
    • +
    • +
      + "totalResults": 0, +
      +
    • +
    • +
      + "totals": + { +
        +
      • + +
      • +
      + } +
      +
    • +
    + }
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    + Retrieve a current effective provider +

    +
    +
    +

    Retrieve a current effective provider.

    Authorization is required.

    @@ -228104,7 +236644,3371 @@

    Responses

    https://example.com/mt/mt-data-api.cgi/v7/sites/{site_id}/stats/provider + >/sites/{site_id}/stats/provider +
    +
    +
    +
    +
    +
    +

    + Response samples +

    +
    +
      + + + + +
    +
    +
    +
    + Content type +
    application/json
    +
    +
    +
    +
    + +
    +
    +
    + { +
      +
    • +
      + "id": + "string" +
      +
    • +
    + }
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +

    + Retrieve screenPageViews count for each year from provider + (e.g. Google Analytics V4) +

    +
    +
    +

    + Retrieve screenPageViews count for each year from provider + (e.g. Google Analytics V4). +

    +

    Authorization is required.

    +
    +
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    +
    +
    + path + Parameters +
    + + + + + + + +
    + site_id +
    + required +
    +
    +
    +
    + integer +
    +
    +
    +
    +
    +
    +
    +
    +
    + query + Parameters +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + startDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. Start date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + endDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. End date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + limit + +
    +
    + integer +
    +
    + + Default: + + 50 +
    +
    +
    +

    + This is an optional parameter. Maximum number + of paths to retrieve. Default is 50. +

    +
    +
    +
    +
    + offset + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. 0-indexed + offset. Default is 0. +

    +
    +
    +
    +
    + pagePath + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. The target path + of data to retrieve. Default is the path of + the current site. +

    +
    +
    +
    +
    + uniquePath + +
    +
    + integer +
    +
    + + Enum: + 0 + 1 +
    +
    +
    +

    + This is an optional parameter. If true is + given, the MT can return total screenPageViews + for each unique path. However, that data does + not contain page title because of its spec. + (Sometimes, Google Analytics will return + another screenPageViews by same path.) +

    +
    +
    +
    +
    +
    +
    +

    Responses

    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +

    + Response samples +

    +
    +
      + + + + +
    +
    +
    +
    + Content type +
    application/json
    +
    +
    +
    +
    + +
    +
    +
    + { +
      +
    • +
      + "items": + [ +
        +
      • + +
      • +
      + ], +
      +
    • +
    • +
      + "totalResults": 0, +
      +
    • +
    • +
      + "totals": + { +
        +
      • + +
      • +
      + } +
      +
    • +
    + }
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    + Retrieve sessions count for each year from provider (e.g. + Google Analytics V4) +

    +
    +
    +

    + Retrieve sessions count for each year from provider (e.g. + Google Analytics V4). +

    +

    Authorization is required.

    +
    +
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    +
    +
    + path + Parameters +
    + + + + + + + +
    + site_id +
    + required +
    +
    +
    +
    + integer +
    +
    +
    +
    +
    +
    +
    +
    +
    + query + Parameters +
    + + + + + + + + + + + + + + + + + + + + + + + +
    + startDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. Start date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + endDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. End date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + limit + +
    +
    + integer +
    +
    + + Default: + + 50 +
    +
    +
    +

    + This is an optional parameter. Maximum number + of paths to retrieve. Default is 50. +

    +
    +
    +
    +
    + offset + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. 0-indexed + offset. Default is 0. +

    +
    +
    +
    +
    + pagePath + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. The target path + of data to retrieve. Default is the path of + the current site. +

    +
    +
    +
    +
    +
    +
    +

    Responses

    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +

    + Response samples +

    +
    +
      + + + + +
    +
    +
    +
    + Content type +
    application/json
    +
    +
    +
    +
    + +
    +
    +
    + { +
      +
    • +
      + "items": + [ +
        +
      • + +
      • +
      + ], +
      +
    • +
    • +
      + "totalResults": 0, +
      +
    • +
    • +
      + "totals": + { +
        +
      • + +
      • +
      + } +
      +
    • +
    + }
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    + Retrieve screenPageViews count for each yearMonth from + provider (e.g. Google Analytics V4) +

    +
    +
    +

    + Retrieve screenPageViews count for each yearMonth from + provider (e.g. Google Analytics V4). +

    +

    Authorization is required.

    +
    +
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    +
    +
    + path + Parameters +
    + + + + + + + +
    + site_id +
    + required +
    +
    +
    +
    + integer +
    +
    +
    +
    +
    +
    +
    +
    +
    + query + Parameters +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + startDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. Start date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + endDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. End date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + limit + +
    +
    + integer +
    +
    + + Default: + + 50 +
    +
    +
    +

    + This is an optional parameter. Maximum number + of paths to retrieve. Default is 50. +

    +
    +
    +
    +
    + offset + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. 0-indexed + offset. Default is 0. +

    +
    +
    +
    +
    + pagePath + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. The target path + of data to retrieve. Default is the path of + the current site. +

    +
    +
    +
    +
    + uniquePath + +
    +
    + integer +
    +
    + + Enum: + 0 + 1 +
    +
    +
    +

    + This is an optional parameter. If true is + given, the MT can return total screenPageViews + for each unique path. However, that data does + not contain page title because of its spec. + (Sometimes, Google Analytics will return + another screenPageViews by same path.) +

    +
    +
    +
    +
    +
    +
    +

    Responses

    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +

    + Response samples +

    +
    +
      + + + + +
    +
    +
    +
    + Content type +
    application/json
    +
    +
    +
    +
    + +
    +
    +
    + { +
      +
    • +
      + "items": + [ +
        +
      • + +
      • +
      + ], +
      +
    • +
    • +
      + "totalResults": 0, +
      +
    • +
    • +
      + "totals": + { +
        +
      • + +
      • +
      + } +
      +
    • +
    + }
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    + Retrieve sessions count for each yearMonth from provider + (e.g. Google Analytics V4) +

    +
    +
    +

    + Retrieve sessions count for each yearMonth from provider + (e.g. Google Analytics V4). +

    +

    Authorization is required.

    +
    +
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    +
    +
    + path + Parameters +
    + + + + + + + +
    + site_id +
    + required +
    +
    +
    +
    + integer +
    +
    +
    +
    +
    +
    +
    +
    +
    + query + Parameters +
    + + + + + + + + + + + + + + + + + + + + + + + +
    + startDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. Start date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + endDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. End date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + limit + +
    +
    + integer +
    +
    + + Default: + + 50 +
    +
    +
    +

    + This is an optional parameter. Maximum number + of paths to retrieve. Default is 50. +

    +
    +
    +
    +
    + offset + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. 0-indexed + offset. Default is 0. +

    +
    +
    +
    +
    + pagePath + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. The target path + of data to retrieve. Default is the path of + the current site. +

    +
    +
    +
    +
    +
    +
    +

    Responses

    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + + +
    +
    +

    + Response samples +

    +
    +
      + + + + +
    +
    +
    +
    + Content type +
    application/json
    +
    +
    +
    +
    + +
    +
    +
    + { +
      +
    • +
      + "items": + [ +
        +
      • + +
      • +
      + ], +
      +
    • +
    • +
      + "totalResults": 0, +
      +
    • +
    • +
      + "totals": + { +
        +
      • + +
      • +
      + } +
      +
    • +
    + }
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    + Retrieve screenPageViews count for each yearWeek from + provider (e.g. Google Analytics V4) +

    +
    +
    +

    + Retrieve screenPageViews count for each yearWeek from + provider (e.g. Google Analytics V4). +

    +

    Authorization is required.

    +
    +
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    +
    +
    + path + Parameters +
    + + + + + + + +
    + site_id +
    + required +
    +
    +
    +
    + integer +
    +
    +
    +
    +
    +
    +
    +
    +
    + query + Parameters +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + startDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. Start date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + endDate +
    + required +
    +
    +
    +
    + string + <date> + +
    +
    +
    +

    + This is a required parameter. End date of + data. The format is "YYYY-MM-DD". +

    +
    +
    +
    +
    + limit + +
    +
    + integer +
    +
    + + Default: + + 50 +
    +
    +
    +

    + This is an optional parameter. Maximum number + of paths to retrieve. Default is 50. +

    +
    +
    +
    +
    + offset + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. 0-indexed + offset. Default is 0. +

    +
    +
    +
    +
    + pagePath + +
    +
    + string +
    +
    +
    +

    + This is an optional parameter. The target path + of data to retrieve. Default is the path of + the current site. +

    +
    +
    +
    +
    + uniquePath + +
    +
    + integer +
    +
    + + Enum: + 0 + 1 +
    +
    +
    +

    + This is an optional parameter. If true is + given, the MT can return total screenPageViews + for each unique path. However, that data does + not contain page title because of its spec. + (Sometimes, Google Analytics will return + another screenPageViews by same path.) +

    +
    +
    +
    +
    +
    +
    +

    Responses

    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -233252,6 +246140,49 @@

    Unpublish

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + + Permissions
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -236413,6 +249369,49 @@

    Unpublish

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + + ascend
    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "archiveType,buildType,isPreferred" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    + Default: + archiveType,buildType,isPreferred +

    +
    +
    +
    + + + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "type" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: type

    +
    +
    +
    + + +
    +
    + query + Parameters +
    + + + + + + + +
    + saveRevision + +
    +
    + integer +
    +
    + + Enum: + 0 + 1 +
    +
    +
    +

    Save a revision or not

    +
    +
    +
    +
    +
    Request Body schema: +
    +
    + query + Parameters +
    + + + + + + + +
    + saveRevision + +
    +
    + integer +
    +
    + + Enum: + 0 + 1 +
    +
    +
    +

    Save a revision or not

    +
    +
    +
    +
    +
    Request Body schema: ascend
    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "archiveType,buildType,isPreferred" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    + Default: + archiveType,buildType,isPreferred +

    +
    +
    +
    + + Permissions
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    Request Body schema: Permissions
    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    query @@ -257422,6 +270710,49 @@
    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status,lockout" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status,lockout

    +
    +
    +
    + +

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -263410,6 +276766,49 @@

    ascend

    + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "status" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: status

    +
    +
    +
    + + ascend + + + filterKeys + + +
    +
    + string +
    +
    + + Default: + + "blogIds" +
    +
    +
    +

    + The comma separated field name list to filter. +

    +

    Default: blogIds

    +
    +
    +
    + +

    Retrieve a list of blogs by user.

    +
    +
    +
    + Authorizations: +
    + +
    +
    + mtauth +
    +
    path @@ -286755,6 +300222,13 @@

    name: "fields", schema: { type: "string" }, }, + asset_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: class", + in: "query", + name: "filterKeys", + schema: { default: "class", type: "string" }, + }, asset_includeIds: { description: "The comma separated ID list of assets to include to result.", @@ -286840,6 +300314,12 @@

    name: "fields", schema: { type: "string" }, }, + category_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, category_includeIds: { description: "The comma separated ID list of categories to include to result.", @@ -286908,6 +300388,12 @@

    name: "fields", schema: { type: "string" }, }, + category_set_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, category_set_includeIds: { description: "The comma separated ID list of category_sets to include to result.", @@ -287010,6 +300496,13 @@

    name: "fields", schema: { type: "string" }, }, + comment_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, comment_includeIds: { description: "The comma separated ID list of comments to include to result.", @@ -287095,6 +300588,13 @@

    name: "fields", schema: { type: "string" }, }, + content_data_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, content_data_includeIds: { description: "The comma separated ID list of content_data to include to result.", @@ -287115,6 +300615,12 @@

    name: "offset", schema: { default: 0, type: "integer" }, }, + content_data_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, content_data_search: { description: "Search query.", in: "query", @@ -287180,6 +300686,12 @@

    name: "fields", schema: { type: "string" }, }, + content_field_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, content_field_includeIds: { description: "The comma separated ID list of content_fields to include to result.", @@ -287265,6 +300777,12 @@

    name: "fields", schema: { type: "string" }, }, + content_type_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, content_type_includeIds: { description: "The comma separated ID list of content_types to include to result.", @@ -287350,6 +300868,13 @@

    name: "fields", schema: { type: "string" }, }, + entry_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, entry_includeIds: { description: "The comma separated ID list of entries to include to result.", @@ -287391,6 +300916,12 @@

    name: "offset", schema: { default: 0, type: "integer" }, }, + entry_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, entry_search: { description: "Search query.", in: "query", @@ -287481,6 +301012,13 @@

    name: "fields", schema: { type: "string" }, }, + field_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: systemObject,type", + in: "query", + name: "filterKeys", + schema: { default: "systemObject,type", type: "string" }, + }, field_includeIds: { description: "The comma separated ID list of fields to include to result.", @@ -287569,6 +301107,12 @@

    name: "fields", schema: { type: "string" }, }, + folder_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, folder_includeIds: { description: "The comma separated ID list of folders to include to result.", @@ -287654,6 +301198,12 @@

    name: "fields", schema: { type: "string" }, }, + formatted_text_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, formatted_text_includeIds: { description: "The comma separated ID list of formatted_texts to include to result.", @@ -287739,6 +301289,13 @@

    name: "fields", schema: { type: "string" }, }, + group_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, group_includeIds: { description: "The comma separated ID list of groups to include to result.", @@ -287827,6 +301384,13 @@

    name: "fields", schema: { type: "string" }, }, + log_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: level", + in: "query", + name: "filterKeys", + schema: { default: "level", type: "string" }, + }, log_includeIds: { description: "The comma separated ID list of logs to include to result.", @@ -287912,6 +301476,13 @@

    name: "fields", schema: { type: "string" }, }, + page_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status", + in: "query", + name: "filterKeys", + schema: { default: "status", type: "string" }, + }, page_includeIds: { description: "The comma separated ID list of pages to include to result.", @@ -287953,6 +301524,12 @@

    name: "offset", schema: { default: 0, type: "integer" }, }, + page_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, page_search: { description: "Search query.", in: "query", @@ -288050,6 +301627,13 @@

    name: "fields", schema: { type: "string" }, }, + permission_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: blogIds", + in: "query", + name: "filterKeys", + schema: { default: "blogIds", type: "string" }, + }, permission_includeIds: { description: "The comma separated ID list of permissions to include to result.", @@ -288145,6 +301729,12 @@

    name: "fields", schema: { type: "string" }, }, + role_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, role_includeIds: { description: "The comma separated ID list of roles to include to result.", @@ -288241,6 +301831,12 @@

    name: "fields", schema: { type: "string" }, }, + site_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, site_includeIds: { description: "The comma separated ID list of sites to include to result.", @@ -288327,6 +301923,12 @@

    name: "fields", schema: { type: "string" }, }, + tag_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, tag_includeIds: { description: "The comma separated ID list of tags to include to result.", @@ -288412,6 +302014,13 @@

    name: "fields", schema: { type: "string" }, }, + template_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: type", + in: "query", + name: "filterKeys", + schema: { default: "type", type: "string" }, + }, template_includeIds: { description: "The comma separated ID list of templates to include to result.", @@ -288432,6 +302041,12 @@

    name: "offset", schema: { default: 0, type: "integer" }, }, + template_saveRevision: { + description: "Save a revision or not", + in: "query", + name: "saveRevision", + schema: { enum: [0, 1], type: "integer" }, + }, template_search: { description: "Search query.", in: "query", @@ -288497,6 +302112,16 @@

    name: "fields", schema: { type: "string" }, }, + templatemap_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: archiveType,buildType,isPreferred", + in: "query", + name: "filterKeys", + schema: { + default: "archiveType,buildType,isPreferred", + type: "string", + }, + }, templatemap_includeIds: { description: "The comma separated ID list of templatemaps to include to result.", @@ -288581,6 +302206,13 @@

    name: "fields", schema: { type: "string" }, }, + user_filterKeys: { + description: + "The comma separated field name list to filter.\n\n**Default**: status,lockout", + in: "query", + name: "filterKeys", + schema: { default: "status,lockout", type: "string" }, + }, user_includeIds: { description: "The comma separated ID list of users to include to result.", @@ -288669,6 +302301,12 @@

    name: "fields", schema: { type: "string" }, }, + widget_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, widget_includeIds: { description: "The comma separated ID list of widgets to include to result.", @@ -288754,6 +302392,12 @@

    name: "fields", schema: { type: "string" }, }, + widgetset_filterKeys: { + description: "The comma separated field name list to filter.", + in: "query", + name: "filterKeys", + schema: { type: "string" }, + }, widgetset_includeIds: { description: "The comma separated ID list of widgetsets to include to result.", @@ -290113,12 +303757,12 @@

    }, screenPageViews: { description: - 'The pageviews for the path. This property exists only if the metrics to retrieve is "pageviews"', + 'The number of screenPageViews for the path. This property exists only if the metrics to retrieve is "screenPageViews"', type: "integer", }, sessions: { description: - 'The number of sessions for the path. This property exists only if the metrics to retrieve is "visits"', + 'The number of sessions for the path. This property exists only if the metrics to retrieve is "sessions"', type: "integer", }, }, @@ -290174,14 +303818,74 @@

    }, screenPageViews: { description: - 'The pageviews for the path. This property exists only if the metrics to retrieve is "pageviews"', + 'The pageviews for the path. This property exists only if the metrics to retrieve is "screenPageViews"', + type: "integer", + }, + sessions: { + description: + 'The number of sessions for the path. This property exists only if the metrics to retrieve is "sessions"', + type: "integer", + }, + }, + type: "object", + }, + statisticsyear: { + properties: { + screenPageViews: { + description: + 'The number of screenPageViews for the path. This property exists only if the metrics to retrieve is "screenPageViews"', + type: "integer", + }, + sessions: { + description: + 'The number of sessions for the path. This property exists only if the metrics to retrieve is "sessions"', + type: "integer", + }, + year: { + description: + 'The year of the target. The format is "YYYY".', + type: "string", + }, + }, + type: "object", + }, + statisticsyearmonth: { + properties: { + screenPageViews: { + description: + 'The number of screenPageViews for the path. This property exists only if the metrics to retrieve is "screenPageViews"', + type: "integer", + }, + sessions: { + description: + 'The number of sessions for the path. This property exists only if the metrics to retrieve is "sessions"', + type: "integer", + }, + yearMonth: { + description: + 'The year and month of the target. The format is "YYYY-MM".', + type: "string", + }, + }, + type: "object", + }, + statisticsyearweek: { + properties: { + screenPageViews: { + description: + 'The number of screenPageViews for the path. This property exists only if the metrics to retrieve is "screenPageViews"', type: "integer", }, sessions: { description: - 'The number of sessions for the path. This property exists only if the metrics to retrieve is "visits"', + 'The number of sessions for the path. This property exists only if the metrics to retrieve is "sessions"', type: "integer", }, + yearWeek: { + description: + 'The year and week of the target. The format is "YYYY-Www".', + type: "string", + }, }, type: "object", }, @@ -290669,7 +304373,7 @@

    description: "Find out more about Movable Type Data API", url: "https://www.movabletype.jp/developers/data-api/", }, - info: { title: "Movable Type Data API", version: "8.6.0" }, + info: { title: "Movable Type Data API", version: "8.7.0" }, openapi: "3.0.0", paths: { "/": { @@ -290831,7 +304535,6 @@

    "Upload file size is larger than CGIMaxUpload.", }, }, - security: [{ mtauth: [] }], summary: "Upload a file", tags: ["Assets"], }, @@ -291127,6 +304830,7 @@

    { $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, { $ref: "#/components/parameters/group_dateField" }, { $ref: "#/components/parameters/group_dateFrom" }, { $ref: "#/components/parameters/group_dateTo" }, @@ -291174,7 +304878,6 @@

    "Do not have permission to retrieve the requested groups.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of groups", tags: ["Groups"], }, @@ -291222,7 +304925,6 @@

    description: "Do not have permission to create a group.", }, }, - security: [{ mtauth: [] }], summary: "Create a new group", tags: ["Groups"], }, @@ -291262,7 +304964,6 @@

    "Do not have permission to synchronize groups.", }, }, - security: [{ mtauth: [] }], summary: "Synchronize groups", tags: ["Groups"], }, @@ -291325,7 +305026,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a group", tags: ["Groups"], }, @@ -291377,7 +305077,6 @@

    description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single group by its ID", tags: ["Groups"], }, @@ -291452,7 +305151,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a group", tags: ["Groups"], }, @@ -291473,6 +305171,7 @@

    { $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, { $ref: "#/components/parameters/user_dateField" }, { $ref: "#/components/parameters/user_dateFrom" }, { $ref: "#/components/parameters/user_dateTo" }, @@ -291528,7 +305227,6 @@

    description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of members for specified group", tags: ["Groups"], }, @@ -291594,7 +305292,6 @@

    description: "Group or Member not found.", }, }, - security: [{ mtauth: [] }], tags: ["Groups"], }, }, @@ -291663,7 +305360,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], tags: ["Groups"], }, get: { @@ -291720,7 +305416,6 @@

    description: "Group or Member not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single member by its ID for specified group", tags: ["Groups"], @@ -291743,6 +305438,7 @@

    { $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -291801,7 +305497,6 @@

    description: "Group not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for group", tags: ["Groups", "Permissions"], }, @@ -291878,7 +305573,6 @@

    description: "Site or Group not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to group", tags: ["Groups", "Permissions"], }, @@ -291955,7 +305649,6 @@

    description: "Site or Group not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from group", tags: ["Groups", "Permissions"], }, @@ -291971,6 +305664,7 @@

    { $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -292029,7 +305723,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions", tags: ["Permissions"], }, @@ -292087,7 +305780,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of plugins in the specified site", tags: ["Plugins"], }, @@ -292135,7 +305827,6 @@

    description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Disable all plugins", tags: ["Plugins"], }, @@ -292183,7 +305874,6 @@

    description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Enable all plugins", tags: ["Plugins"], }, @@ -292236,7 +305926,6 @@

    description: "Site or Plugin not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single plugin by its ID", tags: ["Plugins"], }, @@ -292292,7 +305981,6 @@

    description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Disable a plugin", tags: ["Plugins"], }, @@ -292347,7 +306035,6 @@

    description: "Site or Plugin not found", }, }, - security: [{ mtauth: [] }], summary: "Enable a plugin", tags: ["Plugins"], }, @@ -292435,7 +306122,6 @@

    "Do not have permission to publish content_data.", }, }, - security: [{ mtauth: [] }], summary: "Publish Content Data", tags: ["Content Data", "Publish"], }, @@ -292520,7 +306206,6 @@

    }, 403: { description: "Do not have permission to publish." }, }, - security: [{ mtauth: [] }], summary: "Rebuild the static archives in relation to specified entries", tags: ["Entries", "Publish"], @@ -292651,7 +306336,6 @@

    "Do not have permission to retrieve the list of roles.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of roles", tags: ["Roles"], }, @@ -292707,7 +306391,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new role", tags: ["Roles"], }, @@ -292770,7 +306453,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing role", tags: ["Roles"], }, @@ -292822,7 +306504,6 @@

    description: "Site or Role not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single role by its ID", tags: ["Roles"], }, @@ -292897,7 +306578,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing role", tags: ["Roles"], }, @@ -292919,6 +306599,7 @@

    { $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -292977,7 +306658,6 @@

    description: "Site or Role not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions by role", tags: ["Roles", "Permissions"], }, @@ -293243,7 +306923,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new website", tags: ["Sites"], }, @@ -293306,7 +306985,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing blog or website", tags: ["Sites"], }, @@ -293435,7 +307113,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new blog", tags: ["Sites"], }, @@ -293510,7 +307187,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing blog or website", tags: ["Sites"], }, @@ -293534,6 +307210,7 @@

    { $ref: "#/components/parameters/asset_searchFields" }, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -293725,7 +307402,6 @@

    description: "Conflict", }, }, - security: [{ mtauth: [] }], summary: "Upload a file", tags: ["Assets"], }, @@ -293794,7 +307470,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an asset", tags: ["Assets"], }, @@ -293938,7 +307613,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an asset", tags: ["Assets"], }, @@ -293979,6 +307653,7 @@

    { $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -294075,6 +307750,7 @@

    { $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -294287,7 +307963,6 @@

    description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Backup specified site", tags: ["Sites", "BackupRestore"], }, @@ -294458,7 +308133,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new category", tags: ["Categories"], }, @@ -294533,7 +308207,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Rearrange existing categories in a new order", tags: ["Categories"], }, @@ -294603,7 +308276,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing category", tags: ["Categories"], }, @@ -294748,7 +308420,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing category", tags: ["Categories"], }, @@ -294879,6 +308550,7 @@

    { $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -295302,7 +308974,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new category set", tags: ["Category Sets"], }, @@ -295372,7 +309043,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete category set", tags: ["Category Sets"], }, @@ -295519,7 +309189,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update category set", tags: ["Category Sets"], }, @@ -295560,6 +309229,11 @@

    name: "includeCurrent", schema: { default: 0, enum: [0, 1], type: "integer" }, }, + { $ref: "#/components/parameters/category_limit" }, + { $ref: "#/components/parameters/category_offset" }, + { $ref: "#/components/parameters/category_searchFields" }, + { $ref: "#/components/parameters/category_sortBy" }, + { $ref: "#/components/parameters/category_sortOrder" }, { $ref: "#/components/parameters/category_dateField" }, { $ref: "#/components/parameters/category_dateFrom" }, { $ref: "#/components/parameters/category_dateTo" }, @@ -295685,7 +309359,6 @@

    description: "Site pr Category_set not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new category for category set", tags: ["Categories", "Category Sets"], }, @@ -295774,7 +309447,6 @@

    description: "Site or Category_set not found.", }, }, - security: [{ mtauth: [] }], summary: "Save hierarchical categories order in category set", tags: ["Categories", "Category Sets"], @@ -295861,7 +309533,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete single category in category set", tags: ["Categories", "Category Sets"], }, @@ -296034,7 +309705,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update single category in category set", tags: ["Categories", "Category Sets"], }, @@ -296526,6 +310196,10 @@

    type: "string", }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/comment_dateField" }, { $ref: "#/components/parameters/comment_dateFrom" }, { $ref: "#/components/parameters/comment_dateTo" }, @@ -296652,7 +310326,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a comment", tags: ["Comments"], }, @@ -296798,7 +310471,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a comment", tags: ["Comments"], }, @@ -296816,6 +310488,9 @@

    }, { $ref: "#/components/parameters/content_type_limit" }, { $ref: "#/components/parameters/content_type_offset" }, + { + $ref: "#/components/parameters/content_type_searchFields", + }, { description: "The field name for sort. You can specify one of following values.\n- name\n- dataLabel\n- uniqueID\n- modified_on\n", @@ -296883,7 +310558,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Content Type Collection", tags: ["Content Types"], }, @@ -296950,7 +310624,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create Content Type", tags: ["Content Types"], }, @@ -297020,7 +310693,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete Content Type", tags: ["Content Types"], }, @@ -297080,7 +310752,6 @@

    description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Fetch single Content Type", tags: ["Content Types"], }, @@ -297162,7 +310833,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update Content Type", tags: ["Content Types"], }, @@ -297192,6 +310862,10 @@

    }, { $ref: "#/components/parameters/content_data_limit" }, { $ref: "#/components/parameters/content_data_offset" }, + { $ref: "#/components/parameters/content_data_filterKeys" }, + { + $ref: "#/components/parameters/content_data_searchFields", + }, { description: "The field name for sort. You can specify one of following values.\n- id\n- uniqueID\n- authored_on\n- created_on\n- modified_on\n", @@ -297284,6 +310958,9 @@

    required: 1, schema: { type: "integer" }, }, + { + $ref: "#/components/parameters/content_data_saveRevision", + }, ], requestBody: { content: { @@ -297337,7 +311014,6 @@

    description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Create Content Data", tags: ["Content Types", "Content Data"], }, @@ -297423,7 +311099,6 @@

    description: "Site or Content_type not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview by data", tags: ["Content Types", "Content Data"], }, @@ -297509,7 +311184,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete single content data", tags: ["Content Types", "Content Data"], }, @@ -297613,6 +311287,9 @@

    required: 1, schema: { type: "integer" }, }, + { + $ref: "#/components/parameters/content_data_saveRevision", + }, ], requestBody: { content: { @@ -297684,7 +311361,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update Content Data", tags: ["Content Types", "Content Data"], }, @@ -297784,7 +311460,6 @@

    "Site or Content_type or Content_data not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview by id", tags: ["Content Types", "Content Data"], }, @@ -297808,6 +311483,9 @@

    }, { $ref: "#/components/parameters/content_field_limit" }, { $ref: "#/components/parameters/content_field_offset" }, + { + $ref: "#/components/parameters/content_field_searchFields", + }, { description: "The field name for sort. You can specify one of following values.\n- name\n- dataLabel\n- uniqueID\n- modified_on\n", @@ -297877,7 +311555,6 @@

    description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Content Field Collection", tags: ["Content Fields", "Content Types"], }, @@ -297950,7 +311627,6 @@

    description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Create Content Field", tags: ["Content Types", "Content Fields"], }, @@ -298039,7 +311715,6 @@

    description: "Site or Content_type not found.", }, }, - security: [{ mtauth: [] }], summary: "Save hierarchical content field order", tags: ["Content Types", "Content Fields"], }, @@ -298125,7 +311800,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete Content Field", tags: ["Content Types", "Content Fields"], }, @@ -298198,7 +311872,6 @@

    "Site or Content_type or Content_field not found.", }, }, - security: [{ mtauth: [] }], summary: "Fetch single Content Field", tags: ["Content Types", "Content Fields"], }, @@ -298295,7 +311968,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update Content Field", tags: ["Content Types", "Content Fields"], }, @@ -298330,6 +312002,7 @@

    { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_fields" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -298398,6 +312071,7 @@

    required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/entry_saveRevision" }, ], requestBody: { content: { @@ -298456,7 +312130,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new entry", tags: ["Entries"], }, @@ -298505,7 +312178,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Export entries", tags: ["Entries"], }, @@ -298596,7 +312268,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Import entries", tags: ["Entries"], }, @@ -298675,7 +312346,6 @@

    description: "Site or Entry not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a entry", tags: ["Entries"], }, @@ -298744,7 +312414,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an entry", tags: ["Entries"], }, @@ -298849,6 +312518,7 @@

    required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/entry_saveRevision" }, ], requestBody: { content: { @@ -298916,7 +312586,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an entry", tags: ["Entries"], }, @@ -298964,6 +312633,8 @@

    }, { $ref: "#/components/parameters/asset_sortOrder" }, { $ref: "#/components/parameters/asset_fields" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, { $ref: "#/components/parameters/asset_dateField" }, { $ref: "#/components/parameters/asset_dateFrom" }, { $ref: "#/components/parameters/asset_dateTo" }, @@ -299178,6 +312849,10 @@

    name: "offset", schema: { type: "integer" }, }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/comment_dateField" }, { $ref: "#/components/parameters/comment_dateFrom" }, { $ref: "#/components/parameters/comment_dateTo" }, @@ -299307,7 +312982,6 @@

    description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Create a new comment on an entry", tags: ["Comments", "Entries"], }, @@ -299395,7 +313069,6 @@

    description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: "Reply to specified comment", tags: ["Comments", "Entries"], }, @@ -299480,7 +313153,6 @@

    description: "Site or Entry not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a entry with existing data", tags: ["Entries"], }, @@ -299600,7 +313272,6 @@

    description: "Site or Theme not found", }, }, - security: [{ mtauth: [] }], summary: "Export site's theme", tags: ["Themes"], }, @@ -299621,6 +313292,7 @@

    { $ref: "#/components/parameters/field_sortBy" }, { $ref: "#/components/parameters/field_sortOrder" }, { $ref: "#/components/parameters/field_fields" }, + { $ref: "#/components/parameters/field_filterKeys" }, { $ref: "#/components/parameters/field_dateField" }, { $ref: "#/components/parameters/field_dateFrom" }, { $ref: "#/components/parameters/field_dateTo" }, @@ -299676,7 +313348,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of fields in the specified site", tags: ["CustomFields"], }, @@ -299740,7 +313411,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new field", tags: ["CustomFields"], }, @@ -299809,7 +313479,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a field", tags: ["CustomFields"], }, @@ -299867,7 +313536,6 @@

    description: "Site or Field not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single field by its ID", tags: ["CustomFields"], }, @@ -299948,7 +313616,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a field", tags: ["CustomFields"], }, @@ -300110,7 +313777,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new folder.", tags: ["Folders"], }, @@ -300185,7 +313851,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Rearrange existing folders in a new order", tags: ["Folders"], }, @@ -300254,7 +313919,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing folder", tags: ["Folders"], }, @@ -300398,7 +314062,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing folder", tags: ["Folders"], }, @@ -300521,6 +314184,7 @@

    { $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -300852,7 +314516,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of formatted_texts in the specified site", tags: ["FormattedText"], @@ -300920,7 +314583,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new formatted_text", tags: ["FormattedText"], }, @@ -300992,7 +314654,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a formatted_text", tags: ["FormattedText"], }, @@ -301052,7 +314713,6 @@

    description: "Site or FormattedText not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single formatted_text by its ID", tags: ["FormattedText"], }, @@ -301136,7 +314796,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a formatted_text", tags: ["FormattedText"], }, @@ -301202,7 +314861,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Reset logs", tags: ["Logs"], }, @@ -301220,6 +314878,7 @@

    { $ref: "#/components/parameters/log_searchFields" }, { $ref: "#/components/parameters/log_limit" }, { $ref: "#/components/parameters/log_offset" }, + { $ref: "#/components/parameters/log_filterKeys" }, { description: "- id\n- created_on\n- blog_id\n- author_id\n- level\n- class\n\n**Default**: created_on\n", @@ -301317,7 +314976,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of logs in the specified site", tags: ["Logs"], }, @@ -301379,7 +315037,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new log", tags: ["Logs"], }, @@ -301432,7 +315089,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Export logs", tags: ["Logs"], }, @@ -301501,7 +315157,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing log", tags: ["Logs"], }, @@ -301559,7 +315214,6 @@

    description: "Site or Log not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single log by its ID", tags: ["Logs"], }, @@ -301638,7 +315292,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing log", tags: ["Logs"], }, @@ -301673,6 +315326,7 @@

    { $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -301741,6 +315395,7 @@

    required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/page_saveRevision" }, ], requestBody: { content: { @@ -301799,7 +315454,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new page", tags: ["Pages"], }, @@ -301867,7 +315521,902 @@

    description: "Invalid login", }, 403: { - description: "Do not have permission to preview page.", + description: "Do not have permission to preview page.", + }, + 404: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Site or Page not found", + }, + }, + summary: "Make a preview for a page", + tags: ["Pages"], + }, + }, + "/sites/{site_id}/pages/{page_id}": { + delete: { + description: + "- Authorization is required.\n\n#### Permissions\n\n- edit_entry\n\n#### Notes\n- This method accepts DELETE and POST with __method=DELETE.\n", + parameters: [ + { + in: "path", + name: "site_id", + required: 1, + schema: { type: "integer" }, + }, + { + in: "path", + name: "page_id", + required: 1, + schema: { type: "integer" }, + }, + ], + responses: { + 200: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/page" }, + }, + }, + description: "No Errors.", + }, + 400: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Bad request", + }, + 401: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Invalid login", + }, + 403: { + description: "Do not have permission to delete a page.", + }, + 404: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Site or Page not found.", + }, + 405: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: + "Request method is not DELETE or POST with __method=DELETE", + }, + }, + summary: "Delete an existing page", + tags: ["Pages"], + }, + get: { + description: + '- Authorization is required if the page status is "unpublished". If the page status is "published", then this method can be called without authorization.\n', + parameters: [ + { + in: "path", + name: "site_id", + required: 1, + schema: { type: "integer" }, + }, + { + in: "path", + name: "page_id", + required: 1, + schema: { type: "integer" }, + }, + { + description: "Input `MTAuth accessToken={accessToken}`", + in: "header", + name: "X-MT-Authorization", + schema: { type: "string" }, + }, + { $ref: "#/components/parameters/page_fields" }, + ], + responses: { + 200: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/page" }, + }, + }, + description: "No Errors.", + }, + 400: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Bad request", + }, + 401: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Invalid login", + }, + 403: { + description: + "Do not have permission to retrieve the requested page.", + }, + 404: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Site or Page not found.", + }, + }, + summary: "Retrieve a single page by its ID", + tags: ["Pages"], + }, + put: { + description: + "- Authorization is required.\n\n#### Update in v2.0\n\n- You can attach/detach folder and assets in one request.\n\n#### Permissions\n\n- manage_pages\n\n#### Notes\n- This method accepts PUT and POST with __method=PUT.\n", + parameters: [ + { + in: "path", + name: "site_id", + required: 1, + schema: { type: "integer" }, + }, + { + in: "path", + name: "page_id", + required: 1, + schema: { type: "integer" }, + }, + { $ref: "#/components/parameters/page_saveRevision" }, + ], + requestBody: { + content: { + "application/x-www-form-urlencoded": { + schema: { + properties: { + page: { + $ref: "#/components/schemas/page_updatable", + }, + publish: { + description: + 'If this value is "0", the entry is not published', + enum: [0, 1], + type: "integer", + }, + }, + type: "object", + }, + }, + }, + }, + responses: { + 200: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/page" }, + }, + }, + description: "No Errors.", + }, + 400: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Bad request", + }, + 401: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Invalid login", + }, + 403: { + description: "Do not have permission to update a page.", + }, + 404: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Site or Page not found.", + }, + 405: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: + "Request method is not PUT or POST with __method=PUT", + }, + }, + summary: "Update an existing page", + tags: ["Pages"], + }, + }, + "/sites/{site_id}/pages/{page_id}/assets": { + get: { + parameters: [ + { + in: "path", + name: "site_id", + required: 1, + schema: { type: "integer" }, + }, + { + in: "path", + name: "page_id", + required: 1, + schema: { type: "integer" }, + }, + { + description: "Input `MTAuth accessToken={accessToken}`", + in: "header", + name: "X-MT-Authorization", + schema: { type: "string" }, + }, + { $ref: "#/components/parameters/asset_limit" }, + { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, + { + description: + "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", + in: "query", + name: "class", + schema: { type: "string" }, + }, + { + description: + "#### file_name\n\nSort by the filename of each asset.\n\n#### created_by\n\nSort by the ID of user who created each asset.\n\n#### created_on\n\n(default) Sort by the created time of each asset.\n\n**Default**: created_on\n", + in: "query", + name: "sortBy", + schema: { + default: "created_on", + enum: ["file_name", "created_by", "created_on"], + type: "string", + }, + }, + { $ref: "#/components/parameters/asset_sortOrder" }, + { $ref: "#/components/parameters/asset_fields" }, + { $ref: "#/components/parameters/asset_dateField" }, + { $ref: "#/components/parameters/asset_dateFrom" }, + { $ref: "#/components/parameters/asset_dateTo" }, + ], + responses: { + 200: { + content: { + "application/json": { + schema: { + properties: { + items: { + items: { $ref: "#/components/schemas/asset" }, + type: "array", + }, + totalResults: { type: "integer" }, + }, + type: "object", + }, + }, + }, + description: "No Errors.", + }, + 400: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Bad request", + }, + 401: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Invalid login", + }, + 403: { + description: + "Do not have permission to retrieve the requested assets for page.", + }, + 404: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Site or page not found.", + }, + }, + summary: "Retrieve assets that related with specified page", + tags: ["Assets", "Pages"], + }, + }, + "/sites/{site_id}/pages/{page_id}/comments": { + get: { + description: + "Retrieve a list of comments for a page.\n\nAuthorization is required to include unpublished comments\n", + parameters: [ + { + in: "path", + name: "site_id", + required: 1, + schema: { type: "integer" }, + }, + { + in: "path", + name: "page_id", + required: 1, + schema: { type: "integer" }, + }, + { + description: "Input `MTAuth accessToken={accessToken}`", + in: "header", + name: "X-MT-Authorization", + schema: { type: "string" }, + }, + { + description: + "This is an optional parameter. Maximum number of comments to retrieve. Default is 10.", + in: "query", + name: "limit", + schema: { type: "integer" }, + }, + { + description: + "This is an optional parameter. 0-indexed offset. Default is 0.", + in: "query", + name: "offset", + schema: { type: "integer" }, + }, + { $ref: "#/components/parameters/field_filterKeys" }, + { $ref: "#/components/parameters/field_searchFields" }, + { $ref: "#/components/parameters/field_sortBy" }, + { $ref: "#/components/parameters/field_sortOrder" }, + { $ref: "#/components/parameters/comment_dateField" }, + { $ref: "#/components/parameters/comment_dateFrom" }, + { $ref: "#/components/parameters/comment_dateTo" }, + ], + responses: { + 200: { + content: { + "application/json": { + schema: { + properties: { + items: { + description: + "An array of Comments resource. The list will sorted from oldest to newest by comment_id and comment_parent_id.", + items: { $ref: "#/components/schemas/comment" }, + type: "array", + }, + totalResults: { + description: + "The total number of comments found.", + type: "integer", + }, + }, + type: "object", + }, + }, + }, + description: "OK", + }, + 400: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Bad request", + }, + 401: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Invalid login", + }, + 403: { + description: + "Do not have permission to retrieve the list of comments.", + }, + 404: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Not Found", + }, + }, + summary: "Retrieve a list of comments for the specified page", + tags: ["Comments", "Pages"], + }, + post: { + description: + "Create a new comment on a page.\n\nAuthorization is required.\n", + parameters: [ + { + in: "path", + name: "site_id", + required: 1, + schema: { type: "integer" }, + }, + { + in: "path", + name: "page_id", + required: 1, + schema: { type: "integer" }, + }, + ], + requestBody: { + content: { + "application/x-www-form-urlencoded": { + schema: { + properties: { + comment: { + $ref: "#/components/schemas/comment_updatable", + }, + }, + type: "object", + }, + }, + }, + }, + responses: { + 200: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/comment" }, + }, + }, + description: "OK", + }, + 400: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Bad request", + }, + 401: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Invalid login", + }, + 403: { + description: + "Do not have permission to create a comment.", + }, + 404: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Not Found", + }, + }, + summary: "Create a new comment on a page", + tags: ["Comments", "Pages"], + }, + }, + "/sites/{site_id}/pages/{page_id}/comments/{comment_id}/replies": + { + post: { + description: + "Reply to specified comment.\n\nAuthorization is required.\n", + parameters: [ + { + in: "path", + name: "site_id", + required: 1, + schema: { type: "integer" }, + }, + { + in: "path", + name: "page_id", + required: 1, + schema: { type: "integer" }, + }, + { + in: "path", + name: "comment_id", + required: 1, + schema: { type: "integer" }, + }, + ], + requestBody: { + content: { + "application/x-www-form-urlencoded": { + schema: { + properties: { + comment: { + $ref: "#/components/schemas/comment_updatable", + }, + }, + type: "object", + }, + }, + }, + }, + responses: { + 200: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/comment" }, + }, + }, + description: "OK", + }, + 400: { + content: { + "application/json": { + schema: { + $ref: "#/components/schemas/ErrorContent", + }, + }, + }, + description: "Bad request", + }, + 401: { + content: { + "application/json": { + schema: { + $ref: "#/components/schemas/ErrorContent", + }, + }, + }, + description: "Invalid login", + }, + 403: { + description: + "Do not have permission to create a reply to the requested comment.", + }, + 404: { + content: { + "application/json": { + schema: { + $ref: "#/components/schemas/ErrorContent", + }, + }, + }, + description: "Not Found", + }, + }, + summary: "Reply to specified comment", + tags: ["Comments", "Pages"], + }, + }, + "/sites/{site_id}/pages/{page_id}/preview": { + post: { + description: + "- Authorization is required.\n- **This endpoint has been available since Movable Type 6.1.2.**\n- **page** parameter is required. If you just want to get preview page from existing data, you should provide page parameter with empty json.\n\n#### Permissions\n\n- manage_post\n", + parameters: [ + { + in: "path", + name: "site_id", + required: 1, + schema: { type: "integer" }, + }, + { + in: "path", + name: "page_id", + required: 1, + schema: { type: "integer" }, + }, + { + description: + 'If specify "1", will be returned preview contents.', + in: "query", + name: "raw", + schema: { default: 0, enum: [0, 1], type: "integer" }, + }, + ], + requestBody: { + content: { + "application/x-www-form-urlencoded": { + schema: { + properties: { + page: { $ref: "#/components/schemas/page" }, + }, + type: "object", + }, + }, + }, + }, + responses: { + 200: { + content: { + "application/json": { + schema: { + properties: { + preview: { type: "string" }, + status: { type: "string" }, + }, + type: "object", + }, + }, + }, + description: "No Errors.", + }, + 400: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Bad request", + }, + 401: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Invalid login", + }, + 403: { + description: "Do not have permission to preview page.", + }, + 404: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Site or Page not found", + }, + }, + summary: "Make a preview for a page with existing data", + tags: ["Pages"], + }, + }, + "/sites/{site_id}/permissions": { + get: { + description: + "- Authentication is required\n\n#### Permissions\n\n- Administer\n- Website Administrator for websites\n- Blog Administrator for blog\n", + parameters: [ + { + in: "path", + name: "site_id", + required: 1, + schema: { type: "integer" }, + }, + { $ref: "#/components/parameters/permission_limit" }, + { $ref: "#/components/parameters/permission_offset" }, + { $ref: "#/components/parameters/permission_sortBy" }, + { $ref: "#/components/parameters/permission_sortOrder" }, + { $ref: "#/components/parameters/permission_fields" }, + { $ref: "#/components/parameters/permission_dateField" }, + { $ref: "#/components/parameters/permission_dateFrom" }, + { $ref: "#/components/parameters/permission_dateTo" }, + ], + responses: { + 200: { + content: { + "application/json": { + schema: { + properties: { + items: { + description: "An array of permission resource.", + items: { + $ref: "#/components/schemas/permission", + }, + type: "array", + }, + totalResults: { + description: + " The total number of permissions.", + type: "integer", + }, + }, + type: "object", + }, + }, + }, + description: "No Errors.", + }, + 400: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Bad request", + }, + 401: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Invalid login", + }, + 403: { + description: + "Do not have permission to retrieve the list of permissions.", + }, + 404: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Site not found.", + }, + }, + summary: "Retrieve a list of permissions for site", + tags: ["Sites", "Permissions"], + }, + }, + "/sites/{site_id}/permissions/grant": { + post: { + description: + "- Authentication is required\n- You should have grant_administer_role or grant_role_for_blog (Need grant_administer_role when granting role having administer_blog)\n", + parameters: [ + { + in: "path", + name: "site_id", + required: 1, + schema: { type: "integer" }, + }, + ], + requestBody: { + content: { + "application/x-www-form-urlencoded": { + schema: { + properties: { + role_id: { + description: "The role ID", + type: "integer", + }, + user_id: { + description: "The user ID", + type: "integer", + }, + }, + type: "object", + }, + }, + }, + }, + responses: { + 200: { + content: { + "application/json": { + schema: { + properties: { status: { type: "string" } }, + type: "object", + }, + }, + }, + description: "No Errors.", + }, + 400: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Bad request", + }, + 401: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Invalid login", + }, + 403: { + description: + "Do not have permission to grant a permission.", + }, + 404: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Site or Role or User not found", + }, + }, + summary: "Grant permissions to site", + tags: ["Sites", "Permissions"], + }, + }, + "/sites/{site_id}/permissions/revoke": { + post: { + description: + "- Authentication is required\n- You should have revoke_role(Need revoke_administer_role when granting role having administer_blog )\n", + parameters: [ + { + in: "path", + name: "site_id", + required: 1, + schema: { type: "integer" }, + }, + ], + requestBody: { + content: { + "application/x-www-form-urlencoded": { + schema: { + properties: { + role_id: { + description: "The role ID", + type: "integer", + }, + user_id: { + description: "The user ID", + type: "integer", + }, + }, + type: "object", + }, + }, + }, + }, + responses: { + 200: { + content: { + "application/json": { + schema: { + properties: { status: { type: "string" } }, + type: "object", + }, + }, + }, + description: "No Errors.", + }, + 400: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Bad request", + }, + 401: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, + }, + }, + description: "Invalid login", + }, + 403: { + description: + "Do not have permission to revoke a permission.", }, 404: { content: { @@ -301875,18 +316424,17 @@

    schema: { $ref: "#/components/schemas/ErrorContent" }, }, }, - description: "Site or Page not found", + description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], - summary: "Make a preview for a page", - tags: ["Pages"], + summary: "Revoke permissions from site", + tags: ["Sites", "Permissions"], }, }, - "/sites/{site_id}/pages/{page_id}": { - delete: { + "/sites/{site_id}/refresh_templates": { + post: { description: - "- Authorization is required.\n\n#### Permissions\n\n- edit_entry\n\n#### Notes\n- This method accepts DELETE and POST with __method=DELETE.\n", + "- Authorization is required.\n\n#### Permissions\n\n- edit_templates\n", parameters: [ { in: "path", @@ -301895,17 +316443,25 @@

    schema: { type: "integer" }, }, { - in: "path", - name: "page_id", - required: 1, - schema: { type: "integer" }, + description: + "The type of refresh mode.\n\n#### refresh\n\nRefresh all templates. However, A template that created by user will never refreshed and never removed from a site.\n\n#### clean\n\nRefresh all templates. In this mode, A template that created by user will removed from a site.\n\n**Default**: refresh\n", + in: "query", + name: "refresh_type", + schema: { + default: "refresh", + enum: ["refresh", "clean"], + type: "string", + }, }, ], responses: { 200: { content: { "application/json": { - schema: { $ref: "#/components/schemas/page" }, + schema: { + properties: { status: { type: "string" } }, + type: "object", + }, }, }, description: "No Errors.", @@ -301927,7 +316483,8 @@

    description: "Invalid login", }, 403: { - description: "Do not have permission to delete a page.", + description: + "Do not have permission to refresh templates of the request site.", }, 404: { content: { @@ -301935,25 +316492,17 @@

    schema: { $ref: "#/components/schemas/ErrorContent" }, }, }, - description: "Site or Page not found.", - }, - 405: { - content: { - "application/json": { - schema: { $ref: "#/components/schemas/ErrorContent" }, - }, - }, - description: - "Request method is not DELETE or POST with __method=DELETE", + description: "Site not found", }, }, - security: [{ mtauth: [] }], - summary: "Delete an existing page", - tags: ["Pages"], + summary: "Reset all templates in the site", + tags: ["Templates"], }, + }, + "/sites/{site_id}/stats/date/pageviews": { get: { description: - '- Authorization is required if the page status is "unpublished". If the page status is "published", then this method can be called without authorization.\n', + "Retrieve screenPageViews count for each date from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", parameters: [ { in: "path", @@ -301962,27 +316511,84 @@

    schema: { type: "integer" }, }, { - in: "path", - name: "page_id", + description: + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "startDate", required: 1, - schema: { type: "integer" }, + schema: { format: "date", type: "string" }, }, { - description: "Input `MTAuth accessToken={accessToken}`", - in: "header", - name: "X-MT-Authorization", + description: + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "endDate", + required: 1, + schema: { format: "date", type: "string" }, + }, + { + description: + "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + in: "query", + name: "limit", + schema: { default: 50, type: "integer" }, + }, + { + description: + "This is an optional parameter. 0-indexed offset. Default is 0.", + in: "query", + name: "offset", schema: { type: "string" }, }, - { $ref: "#/components/parameters/page_fields" }, + { + description: + "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + in: "query", + name: "pagePath", + schema: { type: "string" }, + }, + { + description: + "This is an optional parameter. If true is given, the MT can return total screenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)", + in: "query", + name: "uniquePath", + schema: { enum: [0, 1], type: "integer" }, + }, ], responses: { 200: { content: { "application/json": { - schema: { $ref: "#/components/schemas/page" }, + schema: { + properties: { + items: { + description: + "An array of Items for date resource.", + items: { + $ref: "#/components/schemas/statisticsdate", + }, + type: "array", + }, + totalResults: { + description: "The total number of paths.", + type: "integer", + }, + totals: { + properties: { + screenPageViews: { + description: + "The sum total of the screenPageViews in the specified period.", + type: "integer", + }, + }, + type: "object", + }, + }, + type: "object", + }, }, }, - description: "No Errors.", + description: "OK", }, 400: { content: { @@ -302000,25 +316606,24 @@

    }, description: "Invalid login", }, - 403: { - description: - "Do not have permission to retrieve the requested page.", - }, 404: { content: { "application/json": { schema: { $ref: "#/components/schemas/ErrorContent" }, }, }, - description: "Site or Page not found.", + description: "Not Found", }, }, - summary: "Retrieve a single page by its ID", - tags: ["Pages"], + summary: + "Retrieve screenPageViews count for each date from provider (e.g. Google Analytics V4)", + tags: ["Statistics"], }, - put: { + }, + "/sites/{site_id}/stats/date/screenPageViews": { + get: { description: - "- Authorization is required.\n\n#### Update in v2.0\n\n- You can attach/detach folder and assets in one request.\n\n#### Permissions\n\n- manage_pages\n\n#### Notes\n- This method accepts PUT and POST with __method=PUT.\n", + "Retrieve screenPageViews count for each date from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", parameters: [ { in: "path", @@ -302027,40 +316632,84 @@

    schema: { type: "integer" }, }, { - in: "path", - name: "page_id", + description: + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "startDate", required: 1, - schema: { type: "integer" }, + schema: { format: "date", type: "string" }, }, - ], - requestBody: { - content: { - "application/x-www-form-urlencoded": { - schema: { - properties: { - page: { - $ref: "#/components/schemas/page_updatable", - }, - publish: { - description: - 'If this value is "0", the entry is not published', - enum: [0, 1], - type: "integer", - }, - }, - type: "object", - }, - }, + { + description: + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "endDate", + required: 1, + schema: { format: "date", type: "string" }, }, - }, + { + description: + "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + in: "query", + name: "limit", + schema: { default: 50, type: "integer" }, + }, + { + description: + "This is an optional parameter. 0-indexed offset. Default is 0.", + in: "query", + name: "offset", + schema: { type: "string" }, + }, + { + description: + "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + in: "query", + name: "pagePath", + schema: { type: "string" }, + }, + { + description: + "This is an optional parameter. If true is given, the MT can return total screenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)", + in: "query", + name: "uniquePath", + schema: { enum: [0, 1], type: "integer" }, + }, + ], responses: { 200: { content: { "application/json": { - schema: { $ref: "#/components/schemas/page" }, + schema: { + properties: { + items: { + description: + "An array of Items for date resource.", + items: { + $ref: "#/components/schemas/statisticsdate", + }, + type: "array", + }, + totalResults: { + description: "The total number of paths.", + type: "integer", + }, + totals: { + properties: { + screenPageViews: { + description: + "The sum total of the screenPageViews in the specified period.", + type: "integer", + }, + }, + type: "object", + }, + }, + type: "object", + }, }, }, - description: "No Errors.", + description: "OK", }, 400: { content: { @@ -302078,34 +316727,24 @@

    }, description: "Invalid login", }, - 403: { - description: "Do not have permission to update a page.", - }, 404: { content: { "application/json": { schema: { $ref: "#/components/schemas/ErrorContent" }, }, }, - description: "Site or Page not found.", - }, - 405: { - content: { - "application/json": { - schema: { $ref: "#/components/schemas/ErrorContent" }, - }, - }, - description: - "Request method is not PUT or POST with __method=PUT", + description: "Not Found", }, }, - security: [{ mtauth: [] }], - summary: "Update an existing page", - tags: ["Pages"], + summary: + "Retrieve screenPageViews count for each date from provider (e.g. Google Analytics V4)", + tags: ["Statistics"], }, }, - "/sites/{site_id}/pages/{page_id}/assets": { + "/sites/{site_id}/stats/date/sessions": { get: { + description: + "Retrieve sessions count for each date from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", parameters: [ { in: "path", @@ -302114,42 +316753,42 @@

    schema: { type: "integer" }, }, { - in: "path", - name: "page_id", + description: + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "startDate", required: 1, - schema: { type: "integer" }, + schema: { format: "date", type: "string" }, }, { - description: "Input `MTAuth accessToken={accessToken}`", - in: "header", - name: "X-MT-Authorization", - schema: { type: "string" }, + description: + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "endDate", + required: 1, + schema: { format: "date", type: "string" }, }, - { $ref: "#/components/parameters/asset_limit" }, - { $ref: "#/components/parameters/asset_offset" }, { description: - "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", + "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", in: "query", - name: "class", + name: "limit", + schema: { default: 50, type: "integer" }, + }, + { + description: + "This is an optional parameter. 0-indexed offset. Default is 0.", + in: "query", + name: "offset", schema: { type: "string" }, }, { description: - "#### file_name\n\nSort by the filename of each asset.\n\n#### created_by\n\nSort by the ID of user who created each asset.\n\n#### created_on\n\n(default) Sort by the created time of each asset.\n\n**Default**: created_on\n", + "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", in: "query", - name: "sortBy", - schema: { - default: "created_on", - enum: ["file_name", "created_by", "created_on"], - type: "string", - }, + name: "pagePath", + schema: { type: "string" }, }, - { $ref: "#/components/parameters/asset_sortOrder" }, - { $ref: "#/components/parameters/asset_fields" }, - { $ref: "#/components/parameters/asset_dateField" }, - { $ref: "#/components/parameters/asset_dateFrom" }, - { $ref: "#/components/parameters/asset_dateTo" }, ], responses: { 200: { @@ -302158,16 +316797,33 @@

    schema: { properties: { items: { - items: { $ref: "#/components/schemas/asset" }, + description: + "An array of Items for date resource.", + items: { + $ref: "#/components/schemas/statisticsdate", + }, type: "array", }, - totalResults: { type: "integer" }, + totalResults: { + description: "The total number of paths.", + type: "integer", + }, + totals: { + properties: { + sessions: { + description: + "The sum total of the sessions in the specified period.", + type: "integer", + }, + }, + type: "object", + }, }, type: "object", }, }, }, - description: "No Errors.", + description: "OK", }, 400: { content: { @@ -302185,27 +316841,24 @@

    }, description: "Invalid login", }, - 403: { - description: - "Do not have permission to retrieve the requested assets for page.", - }, 404: { content: { "application/json": { schema: { $ref: "#/components/schemas/ErrorContent" }, }, }, - description: "Site or page not found.", + description: "Not Found", }, }, - summary: "Retrieve assets that related with specified page", - tags: ["Assets", "Pages"], + summary: + "Retrieve sessions count for each date from provider (e.g. Google Analytics V4)", + tags: ["Statistics"], }, }, - "/sites/{site_id}/pages/{page_id}/comments": { + "/sites/{site_id}/stats/date/visits": { get: { description: - "Retrieve a list of comments for a page.\n\nAuthorization is required to include unpublished comments\n", + "Retrieve sessions count for each date from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", parameters: [ { in: "path", @@ -302214,34 +316867,42 @@

    schema: { type: "integer" }, }, { - in: "path", - name: "page_id", + description: + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "startDate", required: 1, - schema: { type: "integer" }, + schema: { format: "date", type: "string" }, }, { - description: "Input `MTAuth accessToken={accessToken}`", - in: "header", - name: "X-MT-Authorization", - schema: { type: "string" }, + description: + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "endDate", + required: 1, + schema: { format: "date", type: "string" }, }, { description: - "This is an optional parameter. Maximum number of comments to retrieve. Default is 10.", + "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", in: "query", name: "limit", - schema: { type: "integer" }, + schema: { default: 50, type: "integer" }, }, { description: "This is an optional parameter. 0-indexed offset. Default is 0.", in: "query", name: "offset", - schema: { type: "integer" }, + schema: { type: "string" }, + }, + { + description: + "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + in: "query", + name: "pagePath", + schema: { type: "string" }, }, - { $ref: "#/components/parameters/comment_dateField" }, - { $ref: "#/components/parameters/comment_dateFrom" }, - { $ref: "#/components/parameters/comment_dateTo" }, ], responses: { 200: { @@ -302251,15 +316912,26 @@

    properties: { items: { description: - "An array of Comments resource. The list will sorted from oldest to newest by comment_id and comment_parent_id.", - items: { $ref: "#/components/schemas/comment" }, + "An array of Items for date resource.", + items: { + $ref: "#/components/schemas/statisticsdate", + }, type: "array", }, totalResults: { - description: - "The total number of comments found.", + description: "The total number of paths.", type: "integer", }, + totals: { + properties: { + sessions: { + description: + "The sum total of the sessions in the specified period.", + type: "integer", + }, + }, + type: "object", + }, }, type: "object", }, @@ -302283,10 +316955,6 @@

    }, description: "Invalid login", }, - 403: { - description: - "Do not have permission to retrieve the list of comments.", - }, 404: { content: { "application/json": { @@ -302296,12 +316964,15 @@

    description: "Not Found", }, }, - summary: "Retrieve a list of comments for the specified page", - tags: ["Comments", "Pages"], + summary: + "Retrieve sessions count for each date from provider (e.g. Google Analytics V4)", + tags: ["Statistics"], }, - post: { + }, + "/sites/{site_id}/stats/path/pageviews": { + get: { description: - "Create a new comment on a page.\n\nAuthorization is required.\n", + "Retrieve screenPageViews count for each path from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", parameters: [ { in: "path", @@ -302310,31 +316981,81 @@

    schema: { type: "integer" }, }, { - in: "path", - name: "page_id", + description: + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "startDate", required: 1, - schema: { type: "integer" }, + schema: { format: "date", type: "string" }, }, - ], - requestBody: { - content: { - "application/x-www-form-urlencoded": { - schema: { - properties: { - comment: { - $ref: "#/components/schemas/comment_updatable", - }, - }, - type: "object", - }, - }, + { + description: + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "endDate", + required: 1, + schema: { format: "date", type: "string" }, }, - }, + { + description: + "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + in: "query", + name: "limit", + schema: { default: 50, type: "integer" }, + }, + { + description: + "This is an optional parameter. 0-indexed offset. Default is 0.", + in: "query", + name: "offset", + schema: { type: "string" }, + }, + { + description: + "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + in: "query", + name: "pagePath", + schema: { type: "string" }, + }, + { + description: + "This is an optional parameter. If true is given, the MT can return total scrrenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)", + in: "query", + name: "uniquePath", + schema: { enum: [0, 1], type: "integer" }, + }, + ], responses: { 200: { content: { "application/json": { - schema: { $ref: "#/components/schemas/comment" }, + schema: { + properties: { + items: { + description: + "An array of Items for path resource.", + items: { + $ref: "#/components/schemas/statisticspath", + }, + type: "array", + }, + totalResults: { + description: "The total number of paths.", + type: "integer", + }, + totals: { + properties: { + screenPageViews: { + description: + "The sum total of the screenPageViews in the specified period.", + type: "integer", + }, + }, + type: "object", + }, + }, + type: "object", + }, }, }, description: "OK", @@ -302355,10 +317076,6 @@

    }, description: "Invalid login", }, - 403: { - description: - "Do not have permission to create a comment.", - }, 404: { content: { "application/json": { @@ -302368,103 +317085,136 @@

    description: "Not Found", }, }, - security: [{ mtauth: [] }], - summary: "Create a new comment on a page", - tags: ["Comments", "Pages"], + summary: + "Retrieve screenPageViews count for each path from provider (e.g. Google Analytics V4)", + tags: ["Statistics"], }, }, - "/sites/{site_id}/pages/{page_id}/comments/{comment_id}/replies": - { - post: { - description: - "Reply to specified comment.\n\nAuthorization is required.\n", - parameters: [ - { - in: "path", - name: "site_id", - required: 1, - schema: { type: "integer" }, - }, - { - in: "path", - name: "page_id", - required: 1, - schema: { type: "integer" }, - }, - { - in: "path", - name: "comment_id", - required: 1, - schema: { type: "integer" }, - }, - ], - requestBody: { + "/sites/{site_id}/stats/path/screenPageViews": { + get: { + description: + "Retrieve screenPageViews count for each path from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", + parameters: [ + { + in: "path", + name: "site_id", + required: 1, + schema: { type: "integer" }, + }, + { + description: + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "startDate", + required: 1, + schema: { format: "date", type: "string" }, + }, + { + description: + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "endDate", + required: 1, + schema: { format: "date", type: "string" }, + }, + { + description: + "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + in: "query", + name: "limit", + schema: { default: 50, type: "integer" }, + }, + { + description: + "This is an optional parameter. 0-indexed offset. Default is 0.", + in: "query", + name: "offset", + schema: { type: "string" }, + }, + { + description: + "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + in: "query", + name: "pagePath", + schema: { type: "string" }, + }, + { + description: + "This is an optional parameter. If true is given, the MT can return total scrrenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)", + in: "query", + name: "uniquePath", + schema: { enum: [0, 1], type: "integer" }, + }, + ], + responses: { + 200: { content: { - "application/x-www-form-urlencoded": { + "application/json": { schema: { properties: { - comment: { - $ref: "#/components/schemas/comment_updatable", + items: { + description: + "An array of Items for path resource.", + items: { + $ref: "#/components/schemas/statisticspath", + }, + type: "array", + }, + totalResults: { + description: "The total number of paths.", + type: "integer", + }, + totals: { + properties: { + screenPageViews: { + description: + "The sum total of the screenPageViews in the specified period.", + type: "integer", + }, + }, + type: "object", }, }, type: "object", }, }, }, + description: "OK", }, - responses: { - 200: { - content: { - "application/json": { - schema: { $ref: "#/components/schemas/comment" }, - }, - }, - description: "OK", - }, - 400: { - content: { - "application/json": { - schema: { - $ref: "#/components/schemas/ErrorContent", - }, - }, + 400: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, }, - description: "Bad request", }, - 401: { - content: { - "application/json": { - schema: { - $ref: "#/components/schemas/ErrorContent", - }, - }, + description: "Bad request", + }, + 401: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, }, - description: "Invalid login", - }, - 403: { - description: - "Do not have permission to create a reply to the requested comment.", }, - 404: { - content: { - "application/json": { - schema: { - $ref: "#/components/schemas/ErrorContent", - }, - }, + description: "Invalid login", + }, + 404: { + content: { + "application/json": { + schema: { $ref: "#/components/schemas/ErrorContent" }, }, - description: "Not Found", }, + description: "Not Found", }, - security: [{ mtauth: [] }], - summary: "Reply to specified comment", - tags: ["Comments", "Pages"], }, + summary: + "Retrieve screenPageViews count for each path from provider (e.g. Google Analytics V4)", + tags: ["Statistics"], }, - "/sites/{site_id}/pages/{page_id}/preview": { - post: { + }, + "/sites/{site_id}/stats/path/sessions": { + get: { description: - "- Authorization is required.\n- **This endpoint has been available since Movable Type 6.1.2.**\n- **page** parameter is required. If you just want to get preview page from existing data, you should provide page parameter with empty json.\n\n#### Permissions\n\n- manage_post\n", + "Retrieve sessions count for each date from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", parameters: [ { in: "path", @@ -302473,45 +317223,77 @@

    schema: { type: "integer" }, }, { - in: "path", - name: "page_id", + description: + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "startDate", required: 1, - schema: { type: "integer" }, + schema: { format: "date", type: "string" }, }, { description: - 'If specify "1", will be returned preview contents.', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", - name: "raw", - schema: { default: 0, enum: [0, 1], type: "integer" }, + name: "endDate", + required: 1, + schema: { format: "date", type: "string" }, }, - ], - requestBody: { - content: { - "application/x-www-form-urlencoded": { - schema: { - properties: { - page: { $ref: "#/components/schemas/page" }, - }, - type: "object", - }, - }, + { + description: + "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + in: "query", + name: "limit", + schema: { limit: 50, type: "integer" }, }, - }, + { + description: + "This is an optional parameter. 0-indexed offset. Default is 0.", + in: "query", + name: "offset", + schema: { type: "string" }, + }, + { + description: + "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + in: "query", + name: "pagePath", + schema: { type: "string" }, + }, + ], responses: { 200: { content: { "application/json": { schema: { properties: { - preview: { type: "string" }, - status: { type: "string" }, + items: { + description: + "An array of Items for path resource.", + items: { + $ref: "#/components/schemas/statisticspath", + }, + type: "array", + }, + totalResults: { + description: "The total number of paths.", + type: "integer", + }, + totals: { + properties: { + sessions: { + description: + "The sum total of the sessions in the specified period.", + type: "integer", + }, + }, + type: "object", + }, }, type: "object", }, }, }, - description: "No Errors.", + description: "OK", }, 400: { content: { @@ -302529,27 +317311,24 @@

    }, description: "Invalid login", }, - 403: { - description: "Do not have permission to preview page.", - }, 404: { content: { "application/json": { schema: { $ref: "#/components/schemas/ErrorContent" }, }, }, - description: "Site or Page not found", + description: "Not Found", }, }, - security: [{ mtauth: [] }], - summary: "Make a preview for a page with existing data", - tags: ["Pages"], + summary: + "Retrieve sessions count for each path from provider (e.g. Google Analytics V4)", + tags: ["Statistics"], }, }, - "/sites/{site_id}/permissions": { + "/sites/{site_id}/stats/path/visits": { get: { description: - "- Authentication is required\n\n#### Permissions\n\n- Administer\n- Website Administrator for websites\n- Blog Administrator for blog\n", + "Retrieve sessions count for each date from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", parameters: [ { in: "path", @@ -302557,14 +317336,43 @@

    required: 1, schema: { type: "integer" }, }, - { $ref: "#/components/parameters/permission_limit" }, - { $ref: "#/components/parameters/permission_offset" }, - { $ref: "#/components/parameters/permission_sortBy" }, - { $ref: "#/components/parameters/permission_sortOrder" }, - { $ref: "#/components/parameters/permission_fields" }, - { $ref: "#/components/parameters/permission_dateField" }, - { $ref: "#/components/parameters/permission_dateFrom" }, - { $ref: "#/components/parameters/permission_dateTo" }, + { + description: + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "startDate", + required: 1, + schema: { format: "date", type: "string" }, + }, + { + description: + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "endDate", + required: 1, + schema: { format: "date", type: "string" }, + }, + { + description: + "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + in: "query", + name: "limit", + schema: { limit: 50, type: "integer" }, + }, + { + description: + "This is an optional parameter. 0-indexed offset. Default is 0.", + in: "query", + name: "offset", + schema: { type: "string" }, + }, + { + description: + "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + in: "query", + name: "pagePath", + schema: { type: "string" }, + }, ], responses: { 200: { @@ -302573,23 +317381,33 @@

    schema: { properties: { items: { - description: "An array of permission resource.", + description: + "An array of Items for path resource.", items: { - $ref: "#/components/schemas/permission", + $ref: "#/components/schemas/statisticspath", }, type: "array", }, totalResults: { - description: - " The total number of permissions.", + description: "The total number of paths.", type: "integer", }, + totals: { + properties: { + sessions: { + description: + "The sum total of the sessions in the specified period.", + type: "integer", + }, + }, + type: "object", + }, }, type: "object", }, }, }, - description: "No Errors.", + description: "OK", }, 400: { content: { @@ -302607,28 +317425,24 @@

    }, description: "Invalid login", }, - 403: { - description: - "Do not have permission to retrieve the list of permissions.", - }, 404: { content: { "application/json": { schema: { $ref: "#/components/schemas/ErrorContent" }, }, }, - description: "Site not found.", + description: "Not Found", }, }, - security: [{ mtauth: [] }], - summary: "Retrieve a list of permissions for site", - tags: ["Sites", "Permissions"], + summary: + "Retrieve sessions count for each path from provider (e.g. Google Analytics V4)", + tags: ["Statistics"], }, }, - "/sites/{site_id}/permissions/grant": { - post: { + "/sites/{site_id}/stats/provider": { + get: { description: - "- Authentication is required\n- You should have grant_administer_role or grant_role_for_blog (Need grant_administer_role when granting role having administer_blog)\n", + "Retrieve a current effective provider.\n\nAuthorization is required.\n", parameters: [ { in: "path", @@ -302637,36 +317451,17 @@

    schema: { type: "integer" }, }, ], - requestBody: { - content: { - "application/x-www-form-urlencoded": { - schema: { - properties: { - role_id: { - description: "The role ID", - type: "integer", - }, - user_id: { - description: "The user ID", - type: "integer", - }, - }, - type: "object", - }, - }, - }, - }, responses: { 200: { content: { "application/json": { schema: { - properties: { status: { type: "string" } }, + properties: { id: { type: "string" } }, type: "object", }, }, }, - description: "No Errors.", + description: "OK", }, 400: { content: { @@ -302684,28 +317479,23 @@

    }, description: "Invalid login", }, - 403: { - description: - "Do not have permission to grant a permission.", - }, 404: { content: { "application/json": { schema: { $ref: "#/components/schemas/ErrorContent" }, }, }, - description: "Site or Role or User not found", + description: "Not Found", }, }, - security: [{ mtauth: [] }], - summary: "Grant permissions to site", - tags: ["Sites", "Permissions"], + summary: "Retrieve a current effective provider", + tags: ["Statistics"], }, }, - "/sites/{site_id}/permissions/revoke": { - post: { + "/sites/{site_id}/stats/year/screenPageViews": { + get: { description: - "- Authentication is required\n- You should have revoke_role(Need revoke_administer_role when granting role having administer_blog )\n", + "Retrieve screenPageViews count for each year from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", parameters: [ { in: "path", @@ -302713,37 +317503,85 @@

    required: 1, schema: { type: "integer" }, }, - ], - requestBody: { - content: { - "application/x-www-form-urlencoded": { - schema: { - properties: { - role_id: { - description: "The role ID", - type: "integer", - }, - user_id: { - description: "The user ID", - type: "integer", - }, - }, - type: "object", - }, - }, + { + description: + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "startDate", + required: 1, + schema: { format: "date", type: "string" }, }, - }, + { + description: + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "endDate", + required: 1, + schema: { format: "date", type: "string" }, + }, + { + description: + "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + in: "query", + name: "limit", + schema: { default: 50, type: "integer" }, + }, + { + description: + "This is an optional parameter. 0-indexed offset. Default is 0.", + in: "query", + name: "offset", + schema: { type: "string" }, + }, + { + description: + "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + in: "query", + name: "pagePath", + schema: { type: "string" }, + }, + { + description: + "This is an optional parameter. If true is given, the MT can return total screenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)", + in: "query", + name: "uniquePath", + schema: { enum: [0, 1], type: "integer" }, + }, + ], responses: { 200: { content: { "application/json": { schema: { - properties: { status: { type: "string" } }, + properties: { + items: { + description: + "An array of Items for date resource.", + items: { + $ref: "#/components/schemas/statisticsyear", + }, + type: "array", + }, + totalResults: { + description: "The total number of paths.", + type: "integer", + }, + totals: { + properties: { + screenPageViews: { + description: + "The sum total of the screenPageViews in the specified period.", + type: "integer", + }, + }, + type: "object", + }, + }, type: "object", }, }, }, - description: "No Errors.", + description: "OK", }, 400: { content: { @@ -302761,28 +317599,24 @@

    }, description: "Invalid login", }, - 403: { - description: - "Do not have permission to revoke a permission.", - }, 404: { content: { "application/json": { schema: { $ref: "#/components/schemas/ErrorContent" }, }, }, - description: "Site or Role or User not found", + description: "Not Found", }, }, - security: [{ mtauth: [] }], - summary: "Revoke permissions from site", - tags: ["Sites", "Permissions"], + summary: + "Retrieve screenPageViews count for each year from provider (e.g. Google Analytics V4)", + tags: ["Statistics"], }, }, - "/sites/{site_id}/refresh_templates": { - post: { + "/sites/{site_id}/stats/year/sessions": { + get: { description: - "- Authorization is required.\n\n#### Permissions\n\n- edit_templates\n", + "Retrieve sessions count for each year from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", parameters: [ { in: "path", @@ -302792,14 +317626,40 @@

    }, { description: - "The type of refresh mode.\n\n#### refresh\n\nRefresh all templates. However, A template that created by user will never refreshed and never removed from a site.\n\n#### clean\n\nRefresh all templates. In this mode, A template that created by user will removed from a site.\n\n**Default**: refresh\n", + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", - name: "refresh_type", - schema: { - default: "refresh", - enum: ["refresh", "clean"], - type: "string", - }, + name: "startDate", + required: 1, + schema: { format: "date", type: "string" }, + }, + { + description: + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', + in: "query", + name: "endDate", + required: 1, + schema: { format: "date", type: "string" }, + }, + { + description: + "This is an optional parameter. Maximum number of paths to retrieve. Default is 50.", + in: "query", + name: "limit", + schema: { default: 50, type: "integer" }, + }, + { + description: + "This is an optional parameter. 0-indexed offset. Default is 0.", + in: "query", + name: "offset", + schema: { type: "string" }, + }, + { + description: + "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", + in: "query", + name: "pagePath", + schema: { type: "string" }, }, ], responses: { @@ -302807,12 +317667,35 @@

    content: { "application/json": { schema: { - properties: { status: { type: "string" } }, + properties: { + items: { + description: + "An array of Items for date resource.", + items: { + $ref: "#/components/schemas/statisticsyear", + }, + type: "array", + }, + totalResults: { + description: "The total number of paths.", + type: "integer", + }, + totals: { + properties: { + sessions: { + description: + "The sum total of the sessions in the specified period.", + type: "integer", + }, + }, + type: "object", + }, + }, type: "object", }, }, }, - description: "No Errors.", + description: "OK", }, 400: { content: { @@ -302830,28 +317713,24 @@

    }, description: "Invalid login", }, - 403: { - description: - "Do not have permission to refresh templates of the request site.", - }, 404: { content: { "application/json": { schema: { $ref: "#/components/schemas/ErrorContent" }, }, }, - description: "Site not found", + description: "Not Found", }, }, - security: [{ mtauth: [] }], - summary: "Reset all templates in the site", - tags: ["Templates"], + summary: + "Retrieve sessions count for each year from provider (e.g. Google Analytics V4)", + tags: ["Statistics"], }, }, - "/sites/{site_id}/stats/date/pageviews": { + "/sites/{site_id}/stats/yearMonth/screenPageViews": { get: { description: - "Retrieve pageviews count for each date from provider (e.g. Google Analytics).\n\nAuthorization is required.\n", + "Retrieve screenPageViews count for each yearMonth from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", parameters: [ { in: "path", @@ -302861,7 +317740,7 @@

    }, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -302869,7 +317748,7 @@

    }, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -302893,12 +317772,12 @@

    description: "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", in: "query", - name: "path", + name: "pagePath", schema: { type: "string" }, }, { description: - "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "This is an optional parameter. If true is given, the MT can return total screenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)", in: "query", name: "uniquePath", schema: { enum: [0, 1], type: "integer" }, @@ -302914,7 +317793,7 @@

    description: "An array of Items for date resource.", items: { - $ref: "#/components/schemas/statisticsdate", + $ref: "#/components/schemas/statisticsyearmonth", }, type: "array", }, @@ -302926,7 +317805,7 @@

    properties: { screenPageViews: { description: - "The sum total of the pageviews in the specified period.", + "The sum total of the screenPageViews in the specified period.", type: "integer", }, }, @@ -302964,16 +317843,15 @@

    description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: - "Retrieve pageviews count for each date from provider (e.g. Google Analytics)", + "Retrieve screenPageViews count for each yearMonth from provider (e.g. Google Analytics V4)", tags: ["Statistics"], }, }, - "/sites/{site_id}/stats/date/visits": { + "/sites/{site_id}/stats/yearMonth/sessions": { get: { description: - "Retrieve visits count for each date from provider (e.g. Google Analytics).\n\nAuthorization is required.\n", + "Retrieve sessions count for each yearMonth from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", parameters: [ { in: "path", @@ -302983,7 +317861,7 @@

    }, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -302991,7 +317869,7 @@

    }, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -303015,7 +317893,7 @@

    description: "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", in: "query", - name: "path", + name: "pagePath", schema: { type: "string" }, }, ], @@ -303029,7 +317907,7 @@

    description: "An array of Items for date resource.", items: { - $ref: "#/components/schemas/statisticsdate", + $ref: "#/components/schemas/statisticsyearmonth", }, type: "array", }, @@ -303079,16 +317957,15 @@

    description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: - "Retrieve visits count for each date from provider (e.g. Google Analytics)", + "Retrieve sessions count for each yearMonth from provider (e.g. Google Analytics V4)", tags: ["Statistics"], }, }, - "/sites/{site_id}/stats/path/pageviews": { + "/sites/{site_id}/stats/yearWeek/screenPageViews": { get: { description: - "Retrieve pageviews count for each path from provider (e.g. Google Analytics).\n\nAuthorization is required.\n", + "Retrieve screenPageViews count for each yearWeek from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", parameters: [ { in: "path", @@ -303098,7 +317975,7 @@

    }, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -303106,7 +317983,7 @@

    }, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -303130,12 +318007,12 @@

    description: "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", in: "query", - name: "path", + name: "pagePath", schema: { type: "string" }, }, { description: - "This is an optional parameter. If true is given, the MT can return total pageviews for each uniqueness paths. However, that data does not contain page title because its spec. (Sometimes, Google Analytics will return another pageviews by same path.)", + "This is an optional parameter. If true is given, the MT can return total screenPageViews for each unique path. However, that data does not contain page title because of its spec. (Sometimes, Google Analytics will return another screenPageViews by same path.)", in: "query", name: "uniquePath", schema: { enum: [0, 1], type: "integer" }, @@ -303149,9 +318026,9 @@

    properties: { items: { description: - "An array of Items for path resource.", + "An array of Items for date resource.", items: { - $ref: "#/components/schemas/statisticspath", + $ref: "#/components/schemas/statisticsyearweek", }, type: "array", }, @@ -303163,7 +318040,7 @@

    properties: { screenPageViews: { description: - "The sum total of the pageviews in the specified period.", + "The sum total of the screenPageViews in the specified period.", type: "integer", }, }, @@ -303201,16 +318078,15 @@

    description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: - "Retrieve pageviews count for each path from provider (e.g. Google Analytics)", + "Retrieve screenPageViews count for each yearWeek from provider (e.g. Google Analytics V4)", tags: ["Statistics"], }, }, - "/sites/{site_id}/stats/path/visits": { + "/sites/{site_id}/stats/yearWeek/sessions": { get: { description: - "Retrieve visits count for each date from provider (e.g. Google Analytics).\n\nAuthorization is required.\n", + "Retrieve sessions count for each yearWeek from provider (e.g. Google Analytics V4).\n\nAuthorization is required.\n", parameters: [ { in: "path", @@ -303220,7 +318096,7 @@

    }, { description: - 'This is an required parameter. Start date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. Start date of data. The format is "YYYY-MM-DD".', in: "query", name: "startDate", required: 1, @@ -303228,7 +318104,7 @@

    }, { description: - 'This is an required parameter. End date of data. The format is "YYYY-MM-DD".', + 'This is a required parameter. End date of data. The format is "YYYY-MM-DD".', in: "query", name: "endDate", required: 1, @@ -303252,7 +318128,7 @@

    description: "This is an optional parameter. The target path of data to retrieve. Default is the path of the current site.", in: "query", - name: "path", + name: "pagePath", schema: { type: "string" }, }, ], @@ -303264,9 +318140,9 @@

    properties: { items: { description: - "An array of Items for path resource.", + "An array of Items for date resource.", items: { - $ref: "#/components/schemas/statisticspath", + $ref: "#/components/schemas/statisticsyearweek", }, type: "array", }, @@ -303316,63 +318192,8 @@

    description: "Not Found", }, }, - security: [{ mtauth: [] }], summary: - "Retrieve visits count for each path from provider (e.g. Google Analytics)", - tags: ["Statistics"], - }, - }, - "/sites/{site_id}/stats/provider": { - get: { - description: - "Retrieve a current effective provider.\n\nAuthorization is required.\n", - parameters: [ - { - in: "path", - name: "site_id", - required: 1, - schema: { type: "integer" }, - }, - ], - responses: { - 200: { - content: { - "application/json": { - schema: { - properties: { id: { type: "string" } }, - type: "object", - }, - }, - }, - description: "OK", - }, - 400: { - content: { - "application/json": { - schema: { $ref: "#/components/schemas/ErrorContent" }, - }, - }, - description: "Bad request", - }, - 401: { - content: { - "application/json": { - schema: { $ref: "#/components/schemas/ErrorContent" }, - }, - }, - description: "Invalid login", - }, - 404: { - content: { - "application/json": { - schema: { $ref: "#/components/schemas/ErrorContent" }, - }, - }, - description: "Not Found", - }, - }, - security: [{ mtauth: [] }], - summary: "Retrieve a current effective provider", + "Retrieve sessions count for each yearWeek from provider (e.g. Google Analytics V4)", tags: ["Statistics"], }, }, @@ -303516,7 +318337,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing tag", tags: ["Tags"], }, @@ -303652,7 +318472,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing tag", tags: ["Tags"], }, @@ -303680,6 +318499,8 @@

    }, { $ref: "#/components/parameters/asset_limit" }, { $ref: "#/components/parameters/asset_offset" }, + { $ref: "#/components/parameters/asset_filterKeys" }, + { $ref: "#/components/parameters/asset_searchFields" }, { description: "The target asset class to retrieve. Supported values are image, audio, video, file and any values added by plugins. If you want to retrieve multiple classes, specify the values separated by commas.", @@ -303791,6 +318612,7 @@

    { $ref: "#/components/parameters/entry_maxComments" }, { $ref: "#/components/parameters/entry_maxTrackbacks" }, { $ref: "#/components/parameters/entry_no_text_filter" }, + { $ref: "#/components/parameters/entry_filterKeys" }, { $ref: "#/components/parameters/entry_dateField" }, { $ref: "#/components/parameters/entry_dateFrom" }, { $ref: "#/components/parameters/entry_dateTo" }, @@ -303887,6 +318709,7 @@

    { $ref: "#/components/parameters/page_maxComments" }, { $ref: "#/components/parameters/page_maxTrackbacks" }, { $ref: "#/components/parameters/page_no_text_filter" }, + { $ref: "#/components/parameters/page_filterKeys" }, { $ref: "#/components/parameters/page_dateField" }, { $ref: "#/components/parameters/page_dateFrom" }, { $ref: "#/components/parameters/page_dateTo" }, @@ -303962,6 +318785,7 @@

    { $ref: "#/components/parameters/template_searchFields" }, { $ref: "#/components/parameters/template_limit" }, { $ref: "#/components/parameters/template_offset" }, + { $ref: "#/components/parameters/template_filterKeys" }, { description: "#### id\n\nSort by the ID of each template.\n\n#### name\n\nSort by the name of each template.\n\n#### created_on\n\nSort by the created time of each template.\n\n#### modified_on\n\nSort by the modified time of each template.\n\n#### created_by\n\nSort by the ID of user who created each template.\n\n#### modified_by\n\nSort by the ID of user who modified each template.\n\n#### type\n\nSort by the type of each template.\n\n**Default**: name\n", @@ -304049,7 +318873,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of templates in the specified site", tags: ["Templates"], }, @@ -304063,6 +318886,7 @@

    required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/template_saveRevision" }, ], requestBody: { content: { @@ -304116,7 +318940,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new template", tags: ["Templates"], }, @@ -304196,7 +319019,6 @@

    description: "Site not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a template", tags: ["Templates"], }, @@ -304266,7 +319088,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a template", tags: ["Templates"], }, @@ -304326,7 +319147,6 @@

    description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve single template by its ID", tags: ["Templates"], }, @@ -304346,6 +319166,7 @@

    required: 1, schema: { type: "integer" }, }, + { $ref: "#/components/parameters/template_saveRevision" }, ], requestBody: { content: { @@ -304408,7 +319229,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a template", tags: ["Templates"], }, @@ -304472,7 +319292,6 @@

    description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Make a clone of a template", tags: ["Templates"], }, @@ -304558,7 +319377,6 @@

    description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Make a preview for a template with existing data", tags: ["Templates"], }, @@ -304622,7 +319440,6 @@

    description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Publish a template", tags: ["Templates"], }, @@ -304692,7 +319509,6 @@

    description: "Site or Template not found", }, }, - security: [{ mtauth: [] }], summary: "Reset template text to theme default or tempalte_set default", tags: ["Templates"], @@ -304724,6 +319540,7 @@

    { $ref: "#/components/parameters/templatemap_fields" }, { $ref: "#/components/parameters/templatemap_includeIds" }, { $ref: "#/components/parameters/templatemap_excludeIds" }, + { $ref: "#/components/parameters/templatemap_filterKeys" }, { $ref: "#/components/parameters/templatemap_dateField" }, { $ref: "#/components/parameters/templatemap_dateFrom" }, { $ref: "#/components/parameters/templatemap_dateTo" }, @@ -304783,7 +319600,6 @@

    description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of templatemaps in the specified site", tags: ["Templates", "TemplateMaps"], @@ -304855,7 +319671,6 @@

    description: "Site or Template not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -304943,7 +319758,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -305015,7 +319829,6 @@

    "Site or Template or TemplateMap not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single templatemap by its ID", tags: ["Templates", "TemplateMaps"], }, @@ -305114,7 +319927,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing templatemap", tags: ["Templates", "TemplateMaps"], }, @@ -305182,7 +319994,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of themes for site", tags: ["Themes"], }, @@ -305243,7 +320054,6 @@

    description: "Site or Theme not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single theme by its ID for site", tags: ["Themes"], }, @@ -305307,7 +320117,6 @@

    description: "Site or Theme not found", }, }, - security: [{ mtauth: [] }], summary: "Apply a theme to site", tags: ["Themes"], }, @@ -305387,7 +320196,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgets in the specified site", tags: ["Widgets"], }, @@ -305451,7 +320259,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new widget", tags: ["Widgets"], }, @@ -305520,7 +320327,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete a widget", tags: ["Widgets"], }, @@ -305578,7 +320384,6 @@

    description: "Site or Widget not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widget by its ID", tags: ["Widgets"], }, @@ -305659,7 +320464,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update a widget", tags: ["Widgets"], }, @@ -305720,7 +320524,6 @@

    description: "Site or Widget not found", }, }, - security: [{ mtauth: [] }], summary: "Make a clone of a widget", tags: ["Widgets"], }, @@ -305788,7 +320591,6 @@

    description: "Site or Widget not found", }, }, - security: [{ mtauth: [] }], summary: "Reset widget text to default", tags: ["Widgets"], }, @@ -305868,7 +320670,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgetsets in the specified site", tags: ["WidgetSets"], @@ -305934,7 +320735,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new widgetset", tags: ["WidgetSets"], }, @@ -306004,7 +320804,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete an existing widgetset", tags: ["WidgetSets"], }, @@ -306062,7 +320861,6 @@

    description: "Site or WidgetSet not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widgetset by its ID", tags: ["WidgetSets"], }, @@ -306144,7 +320942,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update an existing widgetset", tags: ["WidgetSets"], }, @@ -306230,7 +321027,6 @@

    description: "Site or WidgetSet not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of widgets in the specified widgetset", tags: ["Widgets", "WidgetSets"], @@ -306304,7 +321100,6 @@

    description: "Site or Widget not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single widget by widgetset ID", tags: ["Widgets", "WidgetSets"], }, @@ -306424,7 +321219,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of themes", tags: ["Themes"], }, @@ -306488,7 +321282,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Uninstall a specified theme from the MT", tags: ["Themes"], }, @@ -306541,7 +321334,6 @@

    description: "Site or Theme not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a single theme by its ID", tags: ["Themes"], }, @@ -306594,7 +321386,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Invalidate current session. This is like logout", tags: ["Authentication"], }, @@ -306683,6 +321474,7 @@

    { $ref: "#/components/parameters/user_searchFields" }, { $ref: "#/components/parameters/user_limit" }, { $ref: "#/components/parameters/user_offset" }, + { $ref: "#/components/parameters/user_filterKeys" }, { description: "The field name for sort. You can specify one of following values\n- id\n- name\n\n**Default**: name\n", @@ -306830,7 +321622,6 @@

    description: "Site not found.", }, }, - security: [{ mtauth: [] }], summary: "Create a new user", tags: ["Users"], }, @@ -306862,7 +321653,6 @@

    description: "Do not have permission to export users.", }, }, - security: [{ mtauth: [] }], summary: "Export users", tags: ["Users"], }, @@ -306920,7 +321710,6 @@

    description: "Do not have permission to import users.", }, }, - security: [{ mtauth: [] }], summary: "Import users", tags: ["Users"], }, @@ -306960,7 +321749,6 @@

    "Do not have permission to synchronize users.", }, }, - security: [{ mtauth: [] }], summary: "Synchronize users", tags: ["Users"], }, @@ -307023,7 +321811,6 @@

    "Request method is not DELETE or POST with __method=DELETE", }, }, - security: [{ mtauth: [] }], summary: "Delete user", tags: ["Users"], }, @@ -307164,7 +321951,6 @@

    "Request method is not PUT or POST with __method=PUT", }, }, - security: [{ mtauth: [] }], summary: "Update user data", tags: ["Users"], }, @@ -307185,6 +321971,7 @@

    { $ref: "#/components/parameters/group_sortBy" }, { $ref: "#/components/parameters/group_sortOrder" }, { $ref: "#/components/parameters/group_fields" }, + { $ref: "#/components/parameters/group_filterKeys" }, { $ref: "#/components/parameters/group_dateField" }, { $ref: "#/components/parameters/group_dateFrom" }, { $ref: "#/components/parameters/group_dateTo" }, @@ -307240,7 +322027,6 @@

    description: "User not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of groups", tags: ["Users", "Groups"], }, @@ -307262,6 +322048,7 @@

    { $ref: "#/components/parameters/permission_sortOrder" }, { $ref: "#/components/parameters/permission_fields" }, { $ref: "#/components/parameters/permission_blogIds" }, + { $ref: "#/components/parameters/permission_filterKeys" }, { $ref: "#/components/parameters/permission_dateField" }, { $ref: "#/components/parameters/permission_dateFrom" }, { $ref: "#/components/parameters/permission_dateTo" }, @@ -307320,7 +322107,6 @@

    description: "Site or User not found.", }, }, - security: [{ mtauth: [] }], summary: "Retrieve a list of permissions for user", tags: ["Users", "Permissions"], }, @@ -307397,7 +322183,6 @@

    description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Grant permissions to user", tags: ["Users", "Permissions"], }, @@ -307474,7 +322259,6 @@

    description: "Site or Role or User not found", }, }, - security: [{ mtauth: [] }], summary: "Revoke permissions from user", tags: ["Users", "Permissions"], }, @@ -307535,7 +322319,6 @@

    description: "Site or User not found", }, }, - security: [{ mtauth: [] }], summary: "Send the link for password recovery to specified user by email", tags: ["Users"], @@ -307719,7 +322502,6 @@

    description: "Site or User not found", }, }, - security: [{ mtauth: [] }], summary: "Unlock user account", tags: ["Users"], }, @@ -307765,6 +322547,7 @@

    }, }, }, + security: [{ mtauth: [] }], servers: [{ url: "https://example.com/mt/mt-data-api.cgi/v7" }], tags: [ { name: "Authentication" }, @@ -308008,10 +322791,20 @@

    "tag/Sites/paths/~1users~1{user_id}~1sites/get", "tag/Statistics", "tag/Statistics/paths/~1sites~1{site_id}~1stats~1date~1pageviews/get", + "tag/Statistics/paths/~1sites~1{site_id}~1stats~1date~1screenPageViews/get", + "tag/Statistics/paths/~1sites~1{site_id}~1stats~1date~1sessions/get", "tag/Statistics/paths/~1sites~1{site_id}~1stats~1date~1visits/get", "tag/Statistics/paths/~1sites~1{site_id}~1stats~1path~1pageviews/get", + "tag/Statistics/paths/~1sites~1{site_id}~1stats~1path~1screenPageViews/get", + "tag/Statistics/paths/~1sites~1{site_id}~1stats~1path~1sessions/get", "tag/Statistics/paths/~1sites~1{site_id}~1stats~1path~1visits/get", "tag/Statistics/paths/~1sites~1{site_id}~1stats~1provider/get", + "tag/Statistics/paths/~1sites~1{site_id}~1stats~1year~1screenPageViews/get", + "tag/Statistics/paths/~1sites~1{site_id}~1stats~1year~1sessions/get", + "tag/Statistics/paths/~1sites~1{site_id}~1stats~1yearMonth~1screenPageViews/get", + "tag/Statistics/paths/~1sites~1{site_id}~1stats~1yearMonth~1sessions/get", + "tag/Statistics/paths/~1sites~1{site_id}~1stats~1yearWeek~1screenPageViews/get", + "tag/Statistics/paths/~1sites~1{site_id}~1stats~1yearWeek~1sessions/get", "tag/System", "tag/System/paths/~1textFilters/get", "tag/Tags", @@ -308093,2263 +322886,2398 @@

    version: "2.3.9", fields: ["title", "description"], fieldVectors: [ - ["title/0", [0, 3.733]], + ["title/0", [0, 3.812]], ["description/0", []], - ["title/1", [1, 5.168, 2, 5.474]], - ["description/1", [1, 5.561, 3, 1.082, 4, 1.101, 5, 6.999]], - ["title/2", [0, 2.506, 6, 0.674, 7, 1.42, 8, 1.737]], - ["description/2", [9, 8.545]], - ["title/3", [1, 5.168, 2, 5.474]], + ["title/1", [1, 5.29, 2, 5.601]], + ["description/1", [1, 5.607, 3, 1.134, 4, 1.143, 5, 7.047]], + ["title/2", [0, 2.6, 6, 0.603, 7, 1.487, 8, 1.812]], + ["description/2", [9, 8.597]], + ["title/3", [1, 5.29, 2, 5.601]], [ "description/3", [ - 1, 5.554, 2, 4.186, 3, 0.862, 4, 0.782, 8, 1.701, 10, 1.613, - 11, 4.975, 12, 4.975, 13, 3.766, 14, 1.459, 15, 2.863, 16, - 4.975, + 1, 5.602, 2, 4.223, 3, 0.904, 4, 0.813, 8, 1.734, 10, 1.646, + 11, 5.014, 12, 5.014, 13, 3.802, 14, 1.491, 15, 2.898, 16, + 5.014, ], ], - ["title/4", [0, 3.209, 17, 2.005]], + ["title/4", [0, 3.299, 17, 2.076]], [ "description/4", [ - 0, 2.238, 3, 1.099, 4, 0.714, 17, 1.398, 18, 1.156, 19, 0.549, - 20, 1.487, 21, 1.398, 22, 1.268, 23, 1.398, 24, 1.199, 25, - 1.926, 26, 3.818, + 0, 2.269, 3, 1.153, 4, 0.742, 17, 1.428, 18, 1.085, 19, 0.527, + 20, 1.517, 21, 1.428, 22, 1.298, 23, 1.428, 24, 1.228, 25, + 1.957, 26, 3.853, ], ], - ["title/5", [0, 2.506, 6, 0.674, 14, 1.49, 27, 2.046]], - ["description/5", [26, 7.19]], - ["title/6", [0, 3.209, 28, 2.406]], + ["title/5", [0, 2.6, 6, 0.603, 14, 1.558, 27, 2.128]], + ["description/5", [26, 7.241]], + ["title/6", [0, 3.299, 28, 2.484]], [ "description/6", [ - 0, 2.238, 3, 1.099, 4, 0.714, 18, 1.156, 19, 0.549, 20, 1.487, - 21, 1.398, 22, 1.268, 23, 1.398, 24, 1.199, 26, 3.818, 29, - 2.068, 30, 2.068, + 0, 2.269, 3, 1.153, 4, 0.742, 18, 1.085, 19, 0.527, 20, 1.517, + 21, 1.428, 22, 1.298, 23, 1.428, 24, 1.228, 26, 3.853, 29, + 2.099, 30, 2.099, ], ], [ "title/7", - [ - 0, 2.055, 6, 0.553, 15, 2.398, 31, 1.033, 32, 1.506, 33, - 2.055, - ], + [0, 2.145, 6, 0.498, 15, 2.498, 31, 1.09, 32, 1.579, 33, 2.145], ], [ "description/7", [ - 3, 1.066, 4, 0.758, 6, 0.64, 18, 1.228, 19, 0.583, 32, 2.472, - 34, 2.462, 35, 3.116, 36, 3.155, 37, 4.36, + 3, 1.117, 4, 0.788, 6, 0.559, 18, 1.153, 19, 0.559, 32, 2.515, + 34, 2.495, 35, 3.16, 36, 3.19, 37, 4.396, ], ], [ "title/8", - [ - 0, 2.055, 6, 0.553, 15, 2.398, 31, 1.033, 33, 2.055, 38, - 1.617, - ], + [0, 2.145, 6, 0.498, 15, 2.498, 31, 1.09, 33, 2.145, 38, 1.692], ], [ "description/8", [ - 3, 1.066, 4, 0.758, 6, 0.64, 18, 1.228, 19, 0.583, 34, 2.462, - 35, 3.116, 38, 2.652, 39, 3.155, 40, 4.36, + 3, 1.117, 4, 0.788, 6, 0.559, 18, 1.153, 19, 0.559, 34, 2.495, + 35, 3.16, 38, 2.696, 39, 3.19, 40, 4.396, ], ], - ["title/9", [0, 3.209, 41, 6.506]], + ["title/9", [0, 3.299, 41, 6.649]], [ "description/9", [ - 10, 1.724, 19, 0.643, 42, 4.024, 43, 4.946, 44, 5.317, 45, - 5.317, 46, 5.317, 47, 4.024, 48, 5.317, 49, 3.716, 50, 5.317, + 10, 1.758, 19, 0.617, 42, 4.062, 43, 4.994, 44, 5.357, 45, + 5.357, 46, 5.357, 47, 4.062, 48, 5.357, 49, 3.753, 50, 5.357, ], ], - ["title/10", [0, 2.258, 6, 0.608, 7, 1.28, 32, 1.655, 33, 2.258]], - ["description/10", [51, 7.728]], - ["title/11", [0, 2.258, 6, 0.608, 7, 1.28, 33, 2.258, 38, 1.776]], - ["description/11", [52, 7.728]], - ["title/12", [0, 2.258, 6, 0.608, 7, 1.28, 33, 2.258, 53, 2.833]], - ["description/12", [54, 7.728]], - ["title/13", [55, 1.777]], + ["title/10", [0, 2.351, 6, 0.545, 7, 1.344, 32, 1.73, 33, 2.351]], + ["description/10", [51, 7.78]], + [ + "title/11", + [0, 2.351, 6, 0.545, 7, 1.344, 33, 2.351, 38, 1.855], + ], + ["description/11", [52, 7.78]], + [ + "title/12", + [0, 2.351, 6, 0.545, 7, 1.344, 33, 2.351, 53, 2.942], + ], + ["description/12", [54, 7.78]], + ["title/13", [55, 1.839]], ["description/13", []], [ "title/14", - [56, 3.637, 57, 2.997, 58, 3.322, 59, 3.322, 60, 3.637], + [56, 3.769, 57, 3.111, 58, 3.445, 59, 3.445, 60, 3.769], ], [ "description/14", [ - 3, 0.5, 6, 0.326, 10, 0.795, 17, 0.756, 18, 1.323, 19, 0.297, - 21, 0.756, 22, 1.135, 23, 0.756, 24, 0.648, 25, 1.041, 33, - 1.21, 55, 0.953, 56, 3.225, 57, 1.606, 58, 1.78, 59, 1.78, 60, - 1.949, 61, 3.768, 62, 2.064, 63, 1.086, 64, 1.714, 65, 0.887, - 66, 3.671, 67, 2.219, 68, 3.415, 69, 2.453, 70, 1.949, 71, - 3.671, 72, 2.219, 73, 3.671, 74, 1.381, 75, 2.219, 76, 2.219, + 3, 0.525, 6, 0.285, 10, 0.812, 17, 0.773, 18, 1.242, 19, + 0.285, 21, 0.773, 22, 1.161, 23, 0.773, 24, 0.665, 25, 1.059, + 33, 1.228, 55, 0.98, 56, 3.256, 57, 1.625, 58, 1.8, 59, 1.8, + 60, 1.969, 61, 2.688, 62, 2.085, 63, 1.103, 64, 1.734, 65, + 0.904, 66, 3.704, 67, 2.239, 68, 3.448, 69, 2.475, 70, 1.969, + 71, 3.704, 72, 2.239, 73, 3.704, 74, 1.399, 75, 2.239, 76, + 2.239, ], ], - ["title/15", [55, 1.193, 63, 2.248, 77, 5.08, 78, 4.275]], + ["title/15", [55, 1.254, 63, 2.336, 77, 5.239, 78, 4.414]], [ "description/15", [ - 55, 1.508, 58, 4.658, 59, 4.658, 61, 4.658, 79, 2.244, 80, - 2.402, 81, 6.419, + 55, 1.547, 58, 4.701, 59, 4.701, 61, 3.32, 79, 2.284, 80, + 2.443, 81, 6.464, ], ], - ["title/16", [82, 3.144, 83, 4.595, 84, 2.506, 85, 4.595]], + ["title/16", [82, 3.254, 83, 4.742, 84, 2.6, 85, 4.742]], [ "description/16", - [18, 1.783, 82, 4.332, 83, 6.33, 84, 3.452, 85, 6.33], + [18, 1.672, 82, 4.377, 83, 6.377, 84, 3.497, 85, 6.377], ], - ["title/17", [56, 4.036, 57, 3.325, 60, 4.036, 61, 3.686]], + ["title/17", [56, 4.169, 57, 3.44, 60, 4.169, 61, 2.691]], [ "description/17", [ - 3, 0.69, 17, 1.133, 18, 0.936, 19, 0.445, 21, 1.133, 22, - 1.028, 23, 1.133, 24, 0.971, 25, 1.56, 27, 1.48, 56, 2.92, 57, - 2.406, 58, 4.064, 59, 4.923, 60, 2.92, 61, 2.667, 68, 3.093, - 80, 1.376, 86, 3.676, 87, 3.676, 88, 3.676, + 3, 0.725, 17, 1.157, 18, 0.879, 19, 0.427, 21, 1.157, 22, + 1.052, 23, 1.157, 24, 0.995, 25, 1.586, 27, 1.506, 56, 2.949, + 57, 2.434, 58, 4.104, 59, 4.97, 60, 2.949, 61, 1.903, 68, + 3.122, 80, 1.401, 86, 3.706, 87, 3.706, 88, 3.706, ], ], [ "title/18", [ - 33, 1.886, 57, 2.503, 58, 2.774, 59, 2.774, 61, 2.774, 79, - 1.336, 80, 1.431, + 33, 1.973, 57, 2.61, 58, 2.891, 59, 2.891, 61, 2.041, 79, + 1.405, 80, 1.502, ], ], [ "description/18", [ - 6, 0.373, 10, 1.471, 33, 1.386, 55, 1.065, 57, 1.839, 58, - 3.29, 59, 4.138, 61, 3.29, 66, 4.101, 67, 2.54, 68, 3.816, 70, - 2.232, 71, 4.101, 72, 4.101, 73, 4.101, 74, 1.581, 75, 2.54, - 76, 2.54, 79, 1.993, 80, 1.697, 89, 1.738, 90, 4.535, 91, - 2.809, + 6, 0.326, 10, 1.501, 33, 1.406, 55, 1.094, 57, 1.86, 58, + 3.324, 59, 4.179, 61, 2.348, 66, 4.137, 67, 2.564, 68, 3.851, + 70, 2.254, 71, 4.137, 72, 4.137, 73, 4.137, 74, 1.602, 75, + 2.564, 76, 2.564, 79, 2.03, 80, 1.727, 89, 1.76, 90, 4.571, + 91, 2.833, ], ], - ["title/19", [92, 7.568]], + ["title/19", [92, 7.683]], ["description/19", []], - ["title/20", [7, 1.595, 8, 1.951, 93, 5.16]], - ["description/20", [94, 7.728]], - ["title/21", [95, 2.136]], + ["title/20", [7, 1.663, 8, 2.027, 93, 5.304]], + ["description/20", [94, 7.78]], + ["title/21", [95, 2.2]], ["description/21", []], - ["title/22", [6, 0.674, 7, 1.42, 8, 1.737, 95, 1.434]], - ["description/22", [96, 7.728]], - ["title/23", [79, 1.994, 80, 2.135, 95, 1.61]], + ["title/22", [6, 0.603, 7, 1.487, 8, 1.812, 95, 1.501]], + ["description/22", [96, 7.78]], + ["title/23", [79, 2.071, 80, 2.215, 95, 1.678]], [ "description/23", [ - 3, 0.997, 4, 0.969, 18, 1.57, 19, 0.746, 20, 2.02, 95, 1.739, - 96, 5.574, + 3, 1.045, 4, 1.007, 18, 1.473, 19, 0.715, 20, 2.059, 95, + 1.778, 96, 5.618, ], ], [ "title/24", - [80, 1.713, 89, 2.833, 95, 1.292, 97, 3.092, 98, 1.943], + [80, 1.79, 89, 2.942, 95, 1.357, 97, 3.209, 98, 2.027], ], [ "description/24", [ - 3, 1.066, 4, 0.758, 18, 1.228, 19, 0.583, 20, 1.58, 22, 1.347, - 82, 2.983, 95, 1.93, 97, 3.256, 99, 2.23, 100, 4.82, + 3, 1.117, 4, 0.788, 18, 1.153, 19, 0.559, 20, 1.611, 22, + 1.378, 82, 3.017, 95, 1.972, 97, 3.29, 99, 2.263, 100, 4.858, ], ], - ["title/25", [17, 1.758, 95, 1.61, 98, 2.422]], + ["title/25", [17, 1.83, 95, 1.678, 98, 2.507]], [ "description/25", [ - 3, 1.081, 4, 0.607, 17, 1.791, 18, 0.983, 19, 0.467, 20, - 1.265, 21, 1.189, 22, 1.624, 23, 1.189, 24, 1.02, 25, 1.638, - 82, 2.388, 95, 1.64, 99, 1.785, 101, 3.247, + 3, 1.133, 4, 0.631, 17, 1.828, 18, 0.923, 19, 0.448, 20, 1.29, + 21, 1.215, 22, 1.661, 23, 1.215, 24, 1.045, 25, 1.664, 82, + 2.416, 95, 1.677, 99, 1.812, 101, 3.278, ], ], - ["title/26", [6, 0.674, 14, 1.49, 27, 2.046, 95, 1.434]], - ["description/26", [101, 7.19]], - ["title/27", [28, 2.11, 95, 1.61, 98, 2.422]], + ["title/26", [6, 0.603, 14, 1.558, 27, 2.128, 95, 1.501]], + ["description/26", [101, 7.241]], + ["title/27", [28, 2.189, 95, 1.678, 98, 2.507]], [ "description/27", [ - 3, 1.099, 4, 0.714, 18, 1.156, 19, 0.549, 20, 1.487, 21, - 1.398, 22, 1.268, 23, 1.398, 24, 1.199, 29, 2.068, 30, 2.068, - 95, 1.281, 101, 3.818, + 3, 1.153, 4, 0.742, 18, 1.085, 19, 0.527, 20, 1.517, 21, + 1.428, 22, 1.298, 23, 1.428, 24, 1.228, 29, 2.099, 30, 2.099, + 95, 1.31, 101, 3.853, ], ], - ["title/28", [6, 0.608, 7, 1.28, 95, 1.86, 102, 3.322]], - ["description/28", [103, 8.545]], + ["title/28", [6, 0.545, 7, 1.344, 95, 1.937, 102, 3.445]], + ["description/28", [103, 8.597]], [ "title/29", - [6, 0.608, 15, 2.635, 31, 1.135, 32, 1.655, 95, 1.292], + [6, 0.545, 15, 2.738, 31, 1.195, 32, 1.73, 95, 1.357], ], [ "description/29", [ - 3, 1.066, 4, 0.758, 6, 0.64, 18, 1.228, 19, 0.583, 32, 2.472, - 34, 2.462, 35, 3.116, 36, 3.155, 104, 4.36, + 3, 1.117, 4, 0.788, 6, 0.559, 18, 1.153, 19, 0.559, 32, 2.515, + 34, 2.495, 35, 3.16, 36, 3.19, 104, 4.396, ], ], - ["title/30", [6, 0.608, 7, 1.28, 95, 1.86, 105, 3.2]], - ["description/30", [106, 8.545]], - ["title/31", [6, 0.608, 7, 1.28, 95, 1.86, 107, 3.322]], - ["description/31", [108, 8.545]], - ["title/32", [95, 2.002, 109, 2.692, 110, 1.836]], + ["title/30", [6, 0.545, 7, 1.344, 95, 1.937, 105, 3.319]], + ["description/30", [106, 8.597]], + ["title/31", [6, 0.545, 7, 1.344, 95, 1.937, 107, 3.445]], + ["description/31", [108, 8.597]], + ["title/32", [95, 2.08, 109, 2.791, 110, 1.913]], [ "description/32", [ - 6, 0.852, 7, 1.794, 31, 1.591, 95, 2.343, 110, 2.32, 111, - 5.099, + 6, 0.744, 7, 1.834, 31, 1.631, 95, 2.394, 110, 2.361, 111, + 5.143, ], ], - ["title/33", [79, 1.6, 80, 1.713, 95, 1.86, 110, 1.655]], + ["title/33", [79, 1.674, 80, 1.79, 95, 1.937, 110, 1.73]], [ "description/33", [ - 3, 0.824, 4, 0.565, 10, 1.164, 19, 0.434, 20, 1.177, 24, - 0.949, 55, 0.843, 65, 1.989, 79, 1.255, 80, 1.344, 84, 1.771, - 95, 2.406, 99, 1.661, 110, 1.989, 111, 2.853, 112, 1.98, 113, - 1.202, + 3, 0.865, 4, 0.587, 10, 1.188, 19, 0.417, 20, 1.201, 24, + 0.972, 55, 0.867, 65, 2.025, 79, 1.279, 80, 1.368, 84, 1.797, + 95, 2.458, 99, 1.686, 110, 2.025, 111, 2.881, 112, 2.005, 113, + 1.226, ], ], [ "title/34", - [89, 2.579, 95, 1.736, 110, 1.506, 114, 3.024, 115, 3.024], + [89, 2.685, 95, 1.813, 110, 1.579, 114, 3.144, 115, 3.144], ], [ "description/34", [ - 3, 0.759, 4, 0.496, 10, 1.022, 19, 0.381, 20, 1.033, 22, - 0.881, 24, 0.833, 55, 0.74, 65, 1.139, 82, 1.951, 84, 1.555, - 89, 1.951, 95, 2.146, 97, 3.358, 99, 1.458, 109, 1.67, 110, - 1.139, 112, 1.738, 113, 1.055, 114, 2.287, 115, 2.287, 116, - 1.901, 117, 2.851, 118, 2.504, 119, 2.851, + 3, 0.796, 4, 0.516, 10, 1.043, 19, 0.366, 20, 1.054, 22, + 0.902, 24, 0.854, 55, 0.761, 65, 1.161, 82, 1.974, 84, 1.577, + 89, 1.974, 95, 2.193, 97, 3.394, 99, 1.481, 109, 1.693, 110, + 1.161, 112, 1.761, 113, 1.076, 114, 2.312, 115, 2.312, 116, + 1.925, 117, 2.877, 118, 2.529, 119, 2.877, ], ], - ["title/35", [14, 1.343, 17, 1.411, 95, 1.86, 110, 1.655]], + ["title/35", [14, 1.409, 17, 1.479, 95, 1.937, 110, 1.73]], [ "description/35", [ - 3, 0.875, 4, 0.622, 10, 1.284, 17, 1.22, 19, 0.479, 20, 1.297, - 21, 1.22, 22, 1.106, 23, 1.22, 24, 1.046, 25, 1.68, 28, 1.464, - 55, 0.93, 95, 1.671, 98, 1.68, 110, 1.431, 112, 2.182, 116, - 2.388, 120, 2.872, + 3, 0.918, 4, 0.647, 10, 1.31, 17, 1.246, 19, 0.459, 20, 1.323, + 21, 1.246, 22, 1.132, 23, 1.246, 24, 1.071, 25, 1.707, 28, + 1.491, 55, 0.955, 95, 1.709, 98, 1.707, 110, 1.457, 112, 2.21, + 116, 2.416, 120, 2.902, ], ], - ["title/36", [14, 1.343, 95, 1.86, 110, 1.655, 121, 2.635]], + ["title/36", [14, 1.409, 95, 1.937, 110, 1.73, 121, 2.738]], [ "description/36", - [6, 0.929, 14, 2.053, 27, 2.819, 95, 1.975, 120, 5.079], + [6, 0.811, 14, 2.096, 27, 2.862, 95, 2.018, 120, 5.125], ], - ["title/37", [14, 1.343, 28, 1.694, 95, 1.86, 110, 1.655]], + ["title/37", [14, 1.409, 28, 1.77, 95, 1.937, 110, 1.73]], [ "description/37", [ - 3, 0.937, 4, 0.496, 10, 1.022, 19, 0.381, 20, 1.033, 21, - 0.971, 22, 0.881, 23, 0.971, 24, 1.314, 28, 1.166, 29, 1.436, - 30, 1.436, 55, 0.74, 65, 1.139, 84, 1.555, 95, 1.972, 98, - 1.338, 99, 1.458, 110, 1.139, 112, 1.738, 113, 1.055, 116, - 1.901, 120, 2.287, 122, 2.851, + 3, 0.983, 4, 0.516, 10, 1.043, 19, 0.366, 20, 1.054, 21, + 0.992, 22, 0.902, 23, 0.992, 24, 1.346, 28, 1.188, 29, 1.459, + 30, 1.459, 55, 0.761, 65, 1.161, 84, 1.577, 95, 2.016, 98, + 1.36, 99, 1.481, 110, 1.161, 112, 1.761, 113, 1.076, 116, + 1.925, 120, 2.312, 122, 2.877, ], ], - ["title/38", [95, 2.064, 102, 3.024, 109, 2.208, 110, 1.506]], + ["title/38", [95, 2.146, 102, 3.144, 109, 2.302, 110, 1.579]], [ "description/38", [ - 6, 0.818, 7, 1.723, 31, 1.528, 95, 2.282, 102, 4.472, 110, - 2.228, 123, 5.574, + 6, 0.715, 7, 1.761, 31, 1.566, 95, 2.332, 102, 4.514, 110, + 2.267, 123, 5.618, ], ], - ["title/39", [95, 2.064, 105, 2.912, 109, 2.208, 110, 1.506]], + ["title/39", [95, 2.146, 105, 3.029, 109, 2.302, 110, 1.579]], [ "description/39", [ - 6, 0.818, 7, 1.723, 31, 1.528, 95, 2.282, 105, 4.307, 110, - 2.228, 124, 5.574, + 6, 0.715, 7, 1.761, 31, 1.566, 95, 2.332, 105, 4.349, 110, + 2.267, 124, 5.618, ], ], - ["title/40", [95, 2.064, 107, 3.024, 109, 2.208, 110, 1.506]], + ["title/40", [95, 2.146, 107, 3.144, 109, 2.302, 110, 1.579]], [ "description/40", [ - 6, 0.818, 7, 1.723, 31, 1.528, 95, 2.282, 107, 4.472, 110, - 2.228, 125, 5.574, + 6, 0.715, 7, 1.761, 31, 1.566, 95, 2.332, 107, 4.514, 110, + 2.267, 125, 5.618, ], ], - ["title/41", [6, 0.674, 7, 1.42, 32, 1.836, 95, 1.434]], + ["title/41", [6, 0.603, 7, 1.487, 32, 1.913, 95, 1.501]], [ "description/41", [ - 3, 1.051, 4, 0.866, 6, 0.731, 36, 3.604, 95, 1.554, 126, - 2.716, 127, 5.506, 128, 5.506, 129, 5.506, + 3, 1.102, 4, 0.9, 6, 0.639, 36, 3.642, 95, 1.589, 126, 2.752, + 127, 5.547, 128, 5.547, 129, 5.547, ], ], - ["title/42", [95, 1.836, 110, 2.352]], + ["title/42", [95, 1.904, 110, 2.428]], ["description/42", []], - ["title/43", [95, 1.61, 109, 3.023, 110, 2.062]], + ["title/43", [95, 1.678, 109, 3.122, 110, 2.14]], [ "description/43", [ - 3, 0.594, 4, 0.476, 6, 0.639, 7, 1.346, 8, 1.036, 19, 0.583, - 20, 0.993, 31, 0.751, 43, 4.05, 47, 2.292, 55, 0.711, 65, - 1.095, 95, 1.359, 99, 1.401, 110, 1.741, 126, 1.494, 130, - 2.046, 131, 1.19, 132, 2.549, 133, 3.826, 134, 3.029, 135, - 3.029, 136, 2.117, 137, 2.117, 138, 2.739, + 3, 0.623, 4, 0.495, 6, 0.559, 7, 1.378, 8, 1.056, 19, 0.559, + 20, 1.013, 31, 0.771, 43, 4.093, 47, 2.316, 55, 0.731, 65, + 1.116, 95, 1.39, 99, 1.423, 110, 1.773, 126, 1.516, 130, + 2.069, 131, 1.211, 132, 2.573, 133, 3.863, 134, 3.055, 135, + 3.055, 136, 2.14, 137, 2.14, 138, 2.764, ], ], - ["title/44", [79, 1.776, 80, 1.901, 95, 1.434, 110, 1.836]], + ["title/44", [79, 1.851, 80, 1.98, 95, 1.501, 110, 1.913]], [ "description/44", [ - 3, 0.824, 4, 0.565, 10, 1.164, 14, 1.053, 19, 0.666, 20, - 1.177, 24, 0.949, 55, 0.843, 65, 1.989, 79, 1.255, 80, 1.344, - 84, 1.771, 95, 1.552, 99, 1.661, 110, 1.989, 113, 1.202, 132, - 4.629, 138, 3.247, 139, 3.591, + 3, 0.865, 4, 0.587, 10, 1.188, 14, 1.077, 19, 0.638, 20, + 1.201, 24, 0.972, 55, 0.867, 65, 2.025, 79, 1.279, 80, 1.368, + 84, 1.797, 95, 1.588, 99, 1.686, 110, 2.025, 113, 1.226, 132, + 4.67, 138, 3.276, 139, 3.621, ], ], - ["title/45", [17, 1.758, 95, 1.61, 110, 2.062]], + ["title/45", [17, 1.83, 95, 1.678, 110, 2.14]], [ "description/45", [ - 3, 0.862, 4, 0.607, 10, 1.252, 14, 1.132, 17, 1.791, 19, - 0.703, 20, 1.265, 21, 1.189, 22, 1.079, 23, 1.189, 24, 1.02, - 25, 1.638, 55, 0.906, 65, 1.395, 95, 1.64, 110, 2.1, 140, - 3.247, + 3, 0.904, 4, 0.631, 10, 1.277, 14, 1.157, 17, 1.828, 19, + 0.674, 20, 1.29, 21, 1.215, 22, 1.104, 23, 1.215, 24, 1.045, + 25, 1.664, 55, 0.931, 65, 1.421, 95, 1.677, 110, 2.138, 140, + 3.278, ], ], - ["title/46", [14, 1.49, 95, 1.434, 110, 1.836, 121, 2.923]], + ["title/46", [14, 1.558, 95, 1.501, 110, 1.913, 121, 3.028]], [ "description/46", [ - 3, 0.514, 4, 0.656, 6, 0.554, 14, 1.223, 19, 0.745, 20, 1.367, - 55, 0.98, 65, 1.508, 95, 1.738, 99, 1.93, 110, 2.226, 121, - 2.4, 126, 2.057, 130, 2.817, 131, 1.638, 132, 3.51, 140, 3.51, + 3, 0.54, 4, 0.682, 6, 0.484, 14, 1.251, 19, 0.714, 20, 1.394, + 55, 1.006, 65, 1.536, 95, 1.777, 99, 1.958, 110, 2.266, 121, + 2.43, 126, 2.086, 130, 2.848, 131, 1.666, 132, 3.542, 140, + 3.542, ], ], - ["title/47", [28, 2.11, 95, 1.61, 110, 2.062]], + ["title/47", [28, 2.189, 95, 1.678, 110, 2.14]], [ "description/47", [ - 3, 0.73, 4, 0.467, 10, 1.538, 14, 0.871, 19, 0.574, 20, 1.554, - 21, 0.915, 22, 0.83, 23, 0.915, 24, 0.785, 28, 1.099, 29, - 1.354, 30, 1.354, 47, 2.248, 55, 0.698, 65, 1.074, 95, 2.222, - 110, 2.14, 126, 1.465, 140, 2.5, 141, 2.971, 142, 2.971, 143, - 2.36, + 3, 0.766, 4, 0.486, 10, 1.569, 14, 0.891, 19, 0.55, 20, 1.585, + 21, 0.935, 22, 0.85, 23, 0.935, 24, 0.805, 28, 1.119, 29, + 1.375, 30, 1.375, 47, 2.272, 55, 0.717, 65, 1.094, 95, 2.271, + 110, 2.179, 126, 1.487, 140, 2.524, 141, 2.996, 142, 2.996, + 143, 2.384, ], ], - ["title/48", [95, 2.002, 109, 2.692, 110, 1.836]], + ["title/48", [95, 2.08, 109, 2.791, 110, 1.913]], [ "description/48", [ - 6, 0.852, 7, 1.794, 31, 1.591, 95, 2.343, 110, 2.32, 111, - 5.099, + 6, 0.744, 7, 1.834, 31, 1.631, 95, 2.394, 110, 2.361, 111, + 5.143, ], ], - ["title/49", [79, 1.6, 80, 1.713, 95, 1.86, 110, 1.655]], + ["title/49", [79, 1.674, 80, 1.79, 95, 1.937, 110, 1.73]], [ "description/49", [ - 3, 0.824, 4, 0.565, 10, 1.164, 19, 0.434, 20, 1.177, 24, - 0.949, 55, 0.843, 65, 1.989, 79, 1.255, 80, 1.344, 84, 1.771, - 95, 2.406, 99, 1.661, 110, 1.989, 111, 2.853, 112, 1.98, 113, - 1.202, + 3, 0.865, 4, 0.587, 10, 1.188, 19, 0.417, 20, 1.201, 24, + 0.972, 55, 0.867, 65, 2.025, 79, 1.279, 80, 1.368, 84, 1.797, + 95, 2.458, 99, 1.686, 110, 2.025, 111, 2.881, 112, 2.005, 113, + 1.226, ], ], [ "title/50", - [89, 2.579, 95, 1.736, 110, 1.506, 114, 3.024, 115, 3.024], + [89, 2.685, 95, 1.813, 110, 1.579, 114, 3.144, 115, 3.144], ], [ "description/50", [ - 3, 0.759, 4, 0.496, 10, 1.022, 19, 0.381, 20, 1.033, 22, - 0.881, 24, 0.833, 55, 0.74, 65, 1.139, 82, 1.951, 84, 1.555, - 89, 1.951, 95, 2.146, 97, 3.358, 99, 1.458, 109, 1.67, 110, - 1.139, 112, 1.738, 113, 1.055, 114, 2.287, 115, 2.287, 116, - 1.901, 117, 2.851, 118, 2.504, 119, 2.851, + 3, 0.796, 4, 0.516, 10, 1.043, 19, 0.366, 20, 1.054, 22, + 0.902, 24, 0.854, 55, 0.761, 65, 1.161, 82, 1.974, 84, 1.577, + 89, 1.974, 95, 2.193, 97, 3.394, 99, 1.481, 109, 1.693, 110, + 1.161, 112, 1.761, 113, 1.076, 114, 2.312, 115, 2.312, 116, + 1.925, 117, 2.877, 118, 2.529, 119, 2.877, ], ], - ["title/51", [14, 1.343, 17, 1.411, 95, 1.86, 110, 1.655]], + ["title/51", [14, 1.409, 17, 1.479, 95, 1.937, 110, 1.73]], [ "description/51", [ - 3, 0.875, 4, 0.622, 10, 1.284, 17, 1.22, 19, 0.479, 20, 1.297, - 21, 1.22, 22, 1.106, 23, 1.22, 24, 1.046, 25, 1.68, 28, 1.464, - 55, 0.93, 95, 1.671, 98, 1.68, 110, 1.431, 112, 2.182, 116, - 2.388, 120, 2.872, + 3, 0.918, 4, 0.647, 10, 1.31, 17, 1.246, 19, 0.459, 20, 1.323, + 21, 1.246, 22, 1.132, 23, 1.246, 24, 1.071, 25, 1.707, 28, + 1.491, 55, 0.955, 95, 1.709, 98, 1.707, 110, 1.457, 112, 2.21, + 116, 2.416, 120, 2.902, ], ], - ["title/52", [14, 1.343, 95, 1.86, 110, 1.655, 121, 2.635]], + ["title/52", [14, 1.409, 95, 1.937, 110, 1.73, 121, 2.738]], [ "description/52", - [6, 0.929, 14, 2.053, 27, 2.819, 95, 1.975, 120, 5.079], + [6, 0.811, 14, 2.096, 27, 2.862, 95, 2.018, 120, 5.125], ], - ["title/53", [14, 1.343, 28, 1.694, 95, 1.86, 110, 1.655]], + ["title/53", [14, 1.409, 28, 1.77, 95, 1.937, 110, 1.73]], [ "description/53", [ - 3, 0.937, 4, 0.496, 10, 1.022, 19, 0.381, 20, 1.033, 21, - 0.971, 22, 0.881, 23, 0.971, 24, 1.314, 28, 1.166, 29, 1.436, - 30, 1.436, 55, 0.74, 65, 1.139, 84, 1.555, 95, 1.972, 98, - 1.338, 99, 1.458, 110, 1.139, 112, 1.738, 113, 1.055, 116, - 1.901, 120, 2.287, 122, 2.851, + 3, 0.983, 4, 0.516, 10, 1.043, 19, 0.366, 20, 1.054, 21, + 0.992, 22, 0.902, 23, 0.992, 24, 1.346, 28, 1.188, 29, 1.459, + 30, 1.459, 55, 0.761, 65, 1.161, 84, 1.577, 95, 2.016, 98, + 1.36, 99, 1.481, 110, 1.161, 112, 1.761, 113, 1.076, 116, + 1.925, 120, 2.312, 122, 2.877, ], ], - ["title/54", [95, 2.064, 102, 3.024, 109, 2.208, 110, 1.506]], + ["title/54", [95, 2.146, 102, 3.144, 109, 2.302, 110, 1.579]], [ "description/54", [ - 6, 0.818, 7, 1.723, 31, 1.528, 95, 2.282, 102, 4.472, 110, - 2.228, 123, 5.574, + 6, 0.715, 7, 1.761, 31, 1.566, 95, 2.332, 102, 4.514, 110, + 2.267, 123, 5.618, ], ], - ["title/55", [95, 2.064, 105, 2.912, 109, 2.208, 110, 1.506]], + ["title/55", [95, 2.146, 105, 3.029, 109, 2.302, 110, 1.579]], [ "description/55", [ - 6, 0.818, 7, 1.723, 31, 1.528, 95, 2.282, 105, 4.307, 110, - 2.228, 124, 5.574, + 6, 0.715, 7, 1.761, 31, 1.566, 95, 2.332, 105, 4.349, 110, + 2.267, 124, 5.618, ], ], - ["title/56", [95, 2.064, 107, 3.024, 109, 2.208, 110, 1.506]], + ["title/56", [95, 2.146, 107, 3.144, 109, 2.302, 110, 1.579]], [ "description/56", [ - 6, 0.818, 7, 1.723, 31, 1.528, 95, 2.282, 107, 4.472, 110, - 2.228, 125, 5.574, + 6, 0.715, 7, 1.761, 31, 1.566, 95, 2.332, 107, 4.514, 110, + 2.267, 125, 5.618, ], ], - ["title/57", [144, 3.169]], + ["title/57", [144, 3.243]], ["description/57", []], - ["title/58", [6, 0.757, 31, 1.414, 144, 2.389]], + ["title/58", [6, 0.675, 31, 1.478, 144, 2.474]], [ "description/58", [ - 6, 0.787, 18, 1.51, 19, 0.717, 31, 1.469, 34, 3.027, 35, - 2.701, 144, 3.3, 145, 5.928, + 6, 0.687, 18, 1.417, 19, 0.687, 31, 1.506, 34, 3.066, 35, + 2.74, 144, 3.35, 145, 5.971, ], ], - ["title/59", [17, 2.005, 144, 2.724]], + ["title/59", [17, 2.076, 144, 2.807]], [ "description/59", [ - 3, 0.882, 17, 2.204, 18, 1.309, 19, 0.622, 21, 1.584, 22, - 1.437, 23, 1.584, 24, 1.358, 25, 2.182, 144, 2.153, 146, - 4.325, + 3, 0.925, 17, 2.249, 18, 1.229, 19, 0.596, 21, 1.617, 22, + 1.47, 23, 1.617, 24, 1.391, 25, 2.216, 144, 2.187, 146, 4.363, ], ], - ["title/60", [6, 0.674, 14, 1.49, 27, 2.046, 144, 2.127]], + ["title/60", [6, 0.603, 14, 1.558, 27, 2.128, 144, 2.212]], [ "description/60", [ - 6, 0.602, 14, 1.331, 18, 1.668, 19, 0.549, 22, 1.268, 27, - 1.827, 35, 2.068, 144, 3.217, 146, 3.818, 147, 5.51, 148, - 2.452, 149, 3.605, 150, 3.818, + 6, 0.527, 14, 1.36, 18, 1.565, 19, 0.527, 22, 1.298, 27, + 1.858, 35, 2.099, 144, 3.266, 146, 3.853, 147, 5.556, 148, + 2.483, 149, 3.639, 150, 3.853, ], ], - ["title/61", [28, 2.406, 144, 2.724]], + ["title/61", [28, 2.484, 144, 2.807]], [ "description/61", [ - 3, 0.882, 18, 1.309, 19, 0.622, 21, 1.584, 22, 1.437, 23, - 1.584, 24, 1.358, 28, 1.901, 29, 2.342, 30, 2.342, 144, 2.153, - 146, 4.325, + 3, 0.925, 18, 1.229, 19, 0.596, 21, 1.617, 22, 1.47, 23, + 1.617, 24, 1.391, 28, 1.935, 29, 2.377, 30, 2.377, 144, 2.187, + 146, 4.363, ], ], - ["title/62", [6, 0.674, 31, 1.259, 32, 1.836, 144, 2.127]], + ["title/62", [6, 0.603, 31, 1.322, 32, 1.913, 144, 2.212]], [ "description/62", [ - 6, 0.758, 18, 1.454, 19, 0.691, 31, 1.415, 32, 2.064, 34, - 2.915, 35, 2.602, 144, 3.219, 151, 4.535, + 6, 0.662, 18, 1.365, 19, 0.662, 31, 1.451, 32, 2.1, 34, 2.953, + 35, 2.639, 144, 3.267, 151, 4.576, ], ], - ["title/63", [32, 1.836, 79, 1.776, 80, 1.901, 144, 2.127]], + ["title/63", [32, 1.913, 79, 1.851, 80, 1.98, 144, 2.212]], [ "description/63", [ - 18, 1.635, 19, 0.777, 32, 2.32, 79, 2.244, 80, 2.402, 144, - 2.688, 151, 5.099, + 18, 1.534, 19, 0.744, 32, 2.361, 79, 2.284, 80, 2.443, 144, + 2.729, 151, 5.143, ], ], - ["title/64", [7, 1.595, 144, 2.389, 152, 3.853]], + ["title/64", [7, 1.663, 144, 2.474, 152, 3.969]], [ "description/64", [ - 7, 1.872, 18, 1.706, 19, 0.81, 144, 2.804, 152, 4.523, 153, - 6.057, + 7, 1.913, 18, 1.6, 19, 0.776, 144, 2.847, 152, 4.567, 153, + 6.102, ], ], - [ - "title/65", - [6, 0.608, 7, 1.28, 31, 1.135, 38, 1.776, 144, 1.917], - ], + ["title/65", [6, 0.545, 7, 1.344, 31, 1.195, 38, 1.855, 144, 2]], [ "description/65", [ - 6, 0.758, 18, 1.454, 19, 0.691, 31, 1.415, 34, 2.915, 35, - 2.602, 38, 2.215, 144, 3.219, 154, 4.535, + 6, 0.662, 18, 1.365, 19, 0.662, 31, 1.451, 34, 2.953, 35, + 2.639, 38, 2.252, 144, 3.267, 154, 4.576, ], ], - ["title/66", [38, 1.971, 79, 1.776, 80, 1.901, 144, 2.127]], + ["title/66", [38, 2.051, 79, 1.851, 80, 1.98, 144, 2.212]], [ "description/66", [ - 18, 1.635, 19, 0.777, 38, 2.49, 79, 2.244, 80, 2.402, 144, - 2.688, 154, 5.099, + 18, 1.534, 19, 0.744, 38, 2.531, 79, 2.284, 80, 2.443, 144, + 2.729, 154, 5.143, ], ], - ["title/67", [7, 1.595, 144, 2.389, 152, 3.853]], + ["title/67", [7, 1.663, 144, 2.474, 152, 3.969]], [ "description/67", [ - 7, 1.872, 18, 1.706, 19, 0.81, 144, 2.804, 152, 4.523, 155, - 6.057, + 7, 1.913, 18, 1.6, 19, 0.776, 144, 2.847, 152, 4.567, 155, + 6.102, ], ], - ["title/68", [143, 5.168, 156, 6.506]], + ["title/68", [143, 5.29, 156, 6.649]], ["description/68", []], - ["title/69", [6, 0.757, 157, 5.705, 158, 5.705]], - ["description/69", [3, 1.053]], - ["title/70", [143, 4.532, 159, 5.16, 160, 5.16]], + ["title/69", [6, 0.675, 157, 5.861, 158, 5.861]], + ["description/69", [3, 1.104]], + ["title/70", [143, 4.663, 159, 5.304, 160, 5.304]], [ "description/70", [ - 6, 0.539, 10, 2.337, 112, 2.239, 113, 1.359, 143, 4.796, 149, - 3.227, 159, 3.673, 160, 6.517, 161, 2.743, 162, 2.743, 163, - 1.435, 164, 4.062, 165, 4.062, 166, 4.062, 167, 4.062, 168, - 4.062, + 6, 0.471, 10, 2.382, 112, 2.268, 113, 1.386, 143, 4.84, 149, + 3.258, 159, 3.705, 160, 6.568, 161, 2.773, 162, 2.773, 163, + 1.463, 164, 4.095, 165, 4.095, 166, 4.095, 167, 4.095, 168, + 4.095, ], ], - ["title/71", [113, 2.177, 169, 1.908]], + ["title/71", [113, 2.251, 169, 1.978]], ["description/71", []], - ["title/72", [113, 1.91, 148, 3.082, 169, 1.673]], + ["title/72", [113, 1.984, 148, 3.182, 169, 1.743]], [ "description/72", [ - 3, 0.678, 4, 0.565, 8, 1.228, 10, 1.164, 19, 0.666, 20, 1.177, - 55, 0.843, 65, 1.298, 113, 2.238, 148, 1.94, 163, 1.944, 169, - 2.37, 170, 3.247, 171, 2.626, 172, 2.283, 173, 3.247, + 3, 0.712, 4, 0.587, 8, 1.252, 10, 1.188, 19, 0.638, 20, 1.201, + 55, 0.867, 65, 1.322, 113, 2.281, 148, 1.966, 163, 1.98, 169, + 2.42, 170, 3.276, 171, 2.048, 172, 2.31, 173, 3.276, ], ], - ["title/73", [109, 3.023, 113, 1.91, 169, 1.673]], + ["title/73", [109, 3.122, 113, 1.984, 169, 1.743]], [ "description/73", [ - 3, 0.662, 6, 0.561, 7, 1.181, 8, 1.445, 19, 0.511, 20, 0.844, - 31, 0.638, 35, 1.174, 55, 0.605, 65, 0.931, 113, 2.297, 126, - 1.27, 148, 1.391, 163, 2.197, 169, 2.47, 171, 2.564, 172, - 1.638, 174, 2.329, 175, 1.391, 176, 2.046, + 3, 0.695, 6, 0.49, 7, 1.209, 8, 1.473, 19, 0.49, 20, 0.862, + 31, 0.655, 35, 1.192, 55, 0.622, 65, 0.949, 113, 2.341, 126, + 1.289, 148, 1.411, 163, 2.237, 169, 2.522, 171, 2, 172, 1.657, + 174, 2.351, 175, 1.411, 176, 2.067, ], ], - ["title/74", [79, 1.994, 113, 1.91, 169, 1.673]], + ["title/74", [79, 2.071, 113, 1.984, 169, 1.743]], [ "description/74", [ - 3, 0.758, 4, 0.251, 7, 0.446, 8, 0.545, 10, 0.517, 14, 0.468, - 19, 0.548, 20, 0.522, 24, 0.994, 49, 1.962, 55, 0.374, 65, - 1.015, 74, 1.581, 79, 0.981, 80, 0.597, 84, 0.786, 99, 0.738, - 113, 2.19, 131, 1.478, 136, 1.114, 137, 1.114, 163, 1.826, - 169, 1.919, 171, 1.34, 175, 0.861, 176, 1.267, 177, 1.157, - 178, 2.037, 179, 1.157, 180, 1.157, 181, 1.157, 182, 3.289, - 183, 2.037, 184, 2.037, 185, 1.738, 186, 1.157, 187, 1.157, + 3, 0.796, 4, 0.261, 7, 0.457, 8, 0.556, 10, 0.528, 14, 0.479, + 19, 0.526, 20, 0.534, 24, 1.019, 49, 1.984, 55, 0.385, 65, + 1.034, 74, 1.602, 79, 1.001, 80, 0.608, 84, 0.798, 99, 0.749, + 113, 2.232, 131, 1.504, 136, 1.127, 137, 1.127, 163, 1.861, + 169, 1.961, 171, 1.046, 175, 0.874, 176, 1.28, 177, 1.17, 178, + 2.06, 179, 1.17, 180, 1.17, 181, 1.17, 182, 3.324, 183, 2.06, + 184, 2.06, 185, 1.569, 186, 1.17, 187, 1.17, ], ], - ["title/75", [113, 1.91, 188, 3.145, 189, 3.082]], + ["title/75", [113, 1.984, 188, 3.246, 189, 3.182]], [ "description/75", [ - 3, 0.758, 4, 0.251, 7, 0.785, 8, 0.545, 10, 0.517, 14, 0.468, - 19, 0.548, 20, 0.522, 24, 0.994, 49, 1.962, 55, 0.374, 65, - 1.015, 74, 1.581, 79, 0.557, 84, 0.786, 99, 0.738, 113, 2.19, - 131, 1.478, 136, 1.114, 137, 1.114, 163, 1.826, 169, 1.805, - 171, 1.34, 175, 0.861, 177, 1.157, 178, 2.037, 179, 1.157, - 180, 1.157, 181, 1.157, 182, 3.289, 183, 2.037, 184, 2.037, - 185, 1.738, 186, 1.157, 187, 1.157, 188, 0.879, 189, 0.861, - 190, 1.442, + 3, 0.796, 4, 0.261, 7, 0.804, 8, 0.556, 10, 0.528, 14, 0.479, + 19, 0.526, 20, 0.534, 24, 1.019, 49, 1.984, 55, 0.385, 65, + 1.034, 74, 1.602, 79, 0.568, 84, 0.798, 99, 0.749, 113, 2.232, + 131, 1.504, 136, 1.127, 137, 1.127, 163, 1.861, 169, 1.844, + 171, 1.046, 175, 0.874, 177, 1.17, 178, 2.06, 179, 1.17, 180, + 1.17, 181, 1.17, 182, 3.324, 183, 2.06, 184, 2.06, 185, 1.569, + 186, 1.17, 187, 1.17, 188, 0.891, 189, 0.874, 190, 1.456, ], ], - ["title/76", [14, 1.49, 17, 1.565, 113, 1.7, 169, 1.49]], + ["title/76", [14, 1.558, 17, 1.636, 113, 1.774, 169, 1.558]], [ "description/76", [ - 3, 0.854, 4, 0.412, 8, 0.896, 10, 0.849, 14, 0.768, 17, 1.32, - 19, 0.518, 20, 0.858, 21, 0.807, 22, 0.732, 23, 0.807, 24, - 0.692, 25, 1.112, 55, 0.615, 113, 2.102, 116, 1.58, 148, - 1.415, 163, 1.921, 169, 2.301, 171, 2.594, 172, 1.665, 175, - 1.415, 191, 1.9, + 3, 0.896, 4, 0.428, 8, 0.914, 10, 0.867, 14, 0.786, 17, 1.348, + 19, 0.497, 20, 0.876, 21, 0.825, 22, 0.75, 23, 0.825, 24, + 0.709, 25, 1.13, 55, 0.632, 113, 2.142, 116, 1.6, 148, 1.434, + 163, 1.957, 169, 2.35, 171, 2.023, 172, 1.685, 175, 1.434, + 191, 1.921, ], ], - ["title/77", [14, 1.49, 113, 1.7, 121, 2.923, 169, 1.49]], + ["title/77", [14, 1.558, 113, 1.774, 121, 3.028, 169, 1.558]], [ "description/77", [ - 3, 0.703, 4, 0.442, 8, 0.961, 14, 0.824, 19, 0.549, 20, 0.921, - 35, 1.28, 55, 0.66, 65, 1.015, 113, 2.404, 121, 2.609, 126, - 1.386, 148, 1.518, 163, 2.015, 169, 2.466, 171, 2.722, 172, - 1.786, 175, 1.518, 191, 2.038, + 3, 0.738, 4, 0.46, 8, 0.98, 14, 0.843, 19, 0.526, 20, 0.94, + 35, 1.3, 55, 0.678, 65, 1.035, 113, 2.449, 121, 2.642, 126, + 1.406, 148, 1.538, 163, 2.053, 169, 2.518, 171, 2.122, 172, + 1.808, 175, 1.538, 191, 2.06, ], ], - ["title/78", [28, 2.11, 113, 1.91, 169, 1.673]], + ["title/78", [28, 2.189, 113, 1.984, 169, 1.743]], [ "description/78", [ - 3, 0.842, 4, 0.347, 8, 0.755, 10, 0.716, 14, 1.09, 19, 0.583, - 20, 0.724, 21, 0.68, 22, 0.617, 23, 0.68, 24, 0.982, 28, - 0.817, 29, 1.006, 30, 1.006, 55, 0.519, 65, 0.798, 84, 1.089, - 99, 1.022, 113, 2.11, 116, 1.332, 148, 1.193, 163, 1.702, 169, - 2.131, 171, 2.298, 172, 1.404, 175, 1.193, 177, 1.602, 178, - 2.698, 191, 1.602, + 3, 0.884, 4, 0.361, 8, 0.77, 10, 0.731, 14, 1.115, 19, 0.559, + 20, 0.739, 21, 0.696, 22, 0.632, 23, 0.696, 24, 1.007, 28, + 0.832, 29, 1.022, 30, 1.022, 55, 0.533, 65, 0.814, 84, 1.105, + 99, 1.038, 113, 2.151, 116, 1.349, 148, 1.21, 163, 1.734, 169, + 2.177, 171, 1.793, 172, 1.421, 175, 1.21, 177, 1.62, 178, + 2.727, 191, 1.62, ], ], - ["title/79", [27, 2.298, 188, 3.145, 189, 3.082]], + ["title/79", [27, 2.381, 188, 3.246, 189, 3.182]], [ "description/79", [ - 3, 0.75, 4, 0.246, 7, 0.437, 8, 0.534, 10, 0.507, 19, 0.617, - 24, 0.978, 27, 0.629, 32, 0.997, 43, 1.055, 49, 1.927, 55, - 0.367, 65, 0.997, 74, 1.553, 79, 0.546, 84, 0.77, 113, 2.036, - 131, 1.454, 136, 1.927, 137, 1.092, 163, 1.802, 169, 1.784, - 171, 1.316, 175, 0.844, 179, 1.133, 180, 1.133, 181, 1.133, - 182, 3.242, 183, 2.001, 184, 2.001, 185, 1.707, 186, 1.133, - 187, 1.133, 188, 0.861, 189, 0.844, 192, 0.879, 193, 1.182, - 194, 1.182, 195, 1.314, 196, 1.413, + 3, 0.787, 4, 0.256, 7, 0.447, 8, 0.545, 10, 0.517, 19, 0.592, + 24, 1.003, 27, 0.64, 32, 1.016, 43, 1.068, 49, 1.949, 55, + 0.377, 65, 1.016, 74, 1.573, 79, 0.557, 84, 0.782, 113, 2.076, + 131, 1.48, 136, 1.949, 137, 1.104, 163, 1.836, 169, 1.824, + 171, 1.028, 175, 0.856, 179, 1.146, 180, 1.146, 181, 1.146, + 182, 3.276, 183, 2.023, 184, 2.023, 185, 1.541, 186, 1.146, + 187, 1.146, 188, 0.873, 189, 0.856, 192, 0.649, 193, 1.195, + 194, 1.195, 195, 1.328, 196, 1.427, ], ], - ["title/80", [131, 2.555, 169, 1.908]], + ["title/80", [131, 2.635, 169, 1.978]], ["description/80", []], - ["title/81", [109, 3.023, 131, 2.241, 169, 1.673]], + ["title/81", [109, 3.122, 131, 2.322, 169, 1.743]], [ "description/81", [ - 3, 0.543, 4, 0.693, 6, 0.585, 7, 1.232, 10, 1.43, 19, 0.776, - 20, 1.445, 31, 1.093, 55, 1.035, 65, 1.594, 131, 1.731, 163, - 2.266, 169, 2.217, 197, 3.502, + 3, 0.57, 4, 0.721, 6, 0.512, 7, 1.261, 10, 1.459, 19, 0.744, + 20, 1.474, 31, 1.121, 55, 1.064, 65, 1.623, 131, 1.761, 163, + 2.307, 169, 2.264, 197, 3.535, ], ], - ["title/82", [79, 1.994, 131, 2.241, 169, 1.673]], + ["title/82", [79, 2.071, 131, 2.322, 169, 1.743]], [ "description/82", [ - 3, 0.801, 4, 0.54, 10, 1.113, 14, 1.006, 19, 0.786, 20, 1.125, - 24, 0.907, 55, 0.806, 65, 1.92, 79, 1.199, 80, 1.284, 84, - 1.693, 99, 1.588, 113, 1.149, 131, 2.086, 163, 1.213, 169, - 1.906, 197, 2.726, 198, 2.726, 199, 2.726, + 3, 0.841, 4, 0.561, 10, 1.136, 14, 1.029, 19, 0.754, 20, + 1.148, 24, 0.929, 55, 0.828, 65, 1.955, 79, 1.223, 80, 1.308, + 84, 1.717, 99, 1.612, 113, 1.172, 131, 2.122, 163, 1.236, 169, + 1.948, 197, 2.753, 198, 2.753, 199, 2.753, ], ], [ "title/83", - [89, 2.833, 114, 3.322, 115, 3.322, 131, 1.798, 169, 1.343], + [89, 2.942, 114, 3.445, 115, 3.445, 131, 1.877, 169, 1.409], ], [ "description/83", [ - 3, 0.721, 4, 0.458, 7, 0.815, 10, 0.945, 19, 0.353, 20, 0.955, - 22, 0.815, 24, 0.77, 55, 0.685, 65, 1.054, 82, 1.804, 84, - 1.438, 89, 1.804, 97, 3.948, 99, 1.348, 109, 1.544, 112, - 1.607, 113, 0.976, 116, 1.758, 118, 2.316, 131, 1.835, 163, - 1.651, 169, 1.961, 198, 2.316, 199, 2.316, 200, 2.636, 201, - 2.636, + 3, 0.756, 4, 0.477, 7, 0.834, 10, 0.965, 19, 0.338, 20, 0.975, + 22, 0.834, 24, 0.789, 55, 0.704, 65, 1.074, 82, 1.826, 84, + 1.459, 89, 1.826, 97, 3.99, 99, 1.369, 109, 1.566, 112, 1.628, + 113, 0.995, 116, 1.78, 118, 2.339, 131, 1.866, 163, 1.682, + 169, 2.003, 198, 2.339, 199, 2.339, 200, 2.66, 201, 2.66, ], ], - ["title/84", [17, 1.758, 131, 2.241, 169, 1.673]], + ["title/84", [17, 1.83, 131, 2.322, 169, 1.743]], [ "description/84", [ - 3, 0.836, 4, 0.578, 7, 1.028, 10, 1.192, 17, 1.726, 19, 0.678, - 20, 1.205, 21, 1.133, 22, 1.028, 23, 1.133, 24, 0.971, 25, - 1.56, 55, 0.863, 65, 1.329, 131, 1.444, 163, 1.979, 169, 1.99, - 202, 2.667, + 3, 0.877, 4, 0.601, 7, 1.052, 10, 1.217, 17, 1.762, 19, 0.65, + 20, 1.229, 21, 1.157, 22, 1.052, 23, 1.157, 24, 0.995, 25, + 1.586, 55, 0.887, 65, 1.354, 131, 1.469, 163, 2.016, 169, + 2.033, 202, 2.695, ], ], - ["title/85", [14, 1.49, 121, 2.923, 131, 1.995, 169, 1.49]], + ["title/85", [14, 1.558, 121, 3.028, 131, 2.076, 169, 1.558]], [ "description/85", [ - 3, 0.594, 4, 0.758, 10, 1.563, 14, 1.414, 19, 0.827, 20, 1.58, - 55, 1.132, 65, 1.742, 121, 2.774, 131, 1.893, 163, 1.704, 169, - 2.005, 202, 3.498, + 3, 0.624, 4, 0.788, 10, 1.594, 14, 1.445, 19, 0.793, 20, + 1.611, 55, 1.163, 65, 1.774, 121, 2.808, 131, 1.925, 163, + 1.735, 169, 2.048, 202, 3.533, ], ], - ["title/86", [28, 2.11, 131, 2.241, 169, 1.673]], + ["title/86", [28, 2.189, 131, 2.322, 169, 1.743]], [ "description/86", [ - 3, 0.759, 4, 0.496, 10, 1.022, 19, 0.745, 20, 1.033, 21, - 0.971, 22, 0.881, 23, 0.971, 24, 0.833, 28, 1.839, 29, 1.436, - 30, 1.436, 47, 2.386, 55, 0.74, 65, 1.139, 126, 1.555, 131, - 1.952, 163, 1.114, 169, 1.458, 202, 2.287, 203, 2.851, 204, - 2.851, 205, 2.851, 206, 2.004, 207, 2.851, + 3, 0.796, 4, 0.516, 10, 1.043, 19, 0.714, 20, 1.054, 21, + 0.992, 22, 0.902, 23, 0.992, 24, 0.854, 28, 1.872, 29, 1.459, + 30, 1.459, 47, 2.411, 55, 0.761, 65, 1.161, 126, 1.577, 131, + 1.986, 163, 1.135, 169, 1.49, 202, 2.312, 203, 2.877, 204, + 2.877, 205, 2.877, 206, 1.397, 207, 2.877, ], ], - ["title/87", [163, 2.299, 169, 1.908]], + ["title/87", [163, 2.375, 169, 1.978]], ["description/87", []], - ["title/88", [109, 3.023, 163, 2.016, 169, 1.673]], + ["title/88", [109, 3.122, 163, 2.093, 169, 1.743]], [ "description/88", [ - 3, 0.594, 4, 0.758, 6, 0.64, 10, 1.563, 19, 0.827, 20, 1.58, - 31, 1.195, 55, 1.132, 65, 1.742, 163, 2.416, 169, 2.005, 208, - 4.36, + 3, 0.624, 4, 0.788, 6, 0.559, 10, 1.594, 19, 0.793, 20, 1.611, + 31, 1.225, 55, 1.163, 65, 1.774, 163, 2.46, 169, 2.048, 208, + 4.396, ], ], - ["title/89", [79, 1.994, 163, 2.016, 169, 1.673]], + ["title/89", [79, 2.071, 163, 2.093, 169, 1.743]], [ "description/89", [ - 3, 0.801, 4, 0.54, 10, 1.113, 14, 1.006, 19, 0.786, 20, 1.125, - 24, 0.907, 55, 0.806, 65, 1.92, 79, 1.199, 80, 1.284, 84, - 1.693, 99, 1.588, 113, 1.149, 163, 2.297, 169, 1.906, 208, - 3.104, 209, 3.432, 210, 3.432, + 3, 0.841, 4, 0.561, 10, 1.136, 14, 1.029, 19, 0.754, 20, + 1.148, 24, 0.929, 55, 0.828, 65, 1.955, 79, 1.223, 80, 1.308, + 84, 1.717, 99, 1.612, 113, 1.172, 163, 2.339, 169, 1.948, 208, + 3.131, 209, 3.46, 210, 3.46, ], ], - ["title/90", [17, 1.758, 163, 2.016, 169, 1.673]], + ["title/90", [17, 1.83, 163, 2.093, 169, 1.743]], [ "description/90", [ - 3, 0.875, 4, 0.622, 10, 1.284, 17, 1.825, 19, 0.716, 20, - 1.297, 21, 1.22, 22, 1.106, 23, 1.22, 24, 1.046, 25, 1.68, 55, - 0.93, 65, 1.431, 163, 2.093, 169, 1.737, 211, 3.33, + 3, 0.918, 4, 0.647, 10, 1.31, 17, 1.863, 19, 0.687, 20, 1.323, + 21, 1.246, 22, 1.132, 23, 1.246, 24, 1.071, 25, 1.707, 55, + 0.955, 65, 1.457, 163, 2.131, 169, 1.775, 211, 3.361, ], ], - ["title/91", [14, 1.49, 121, 2.923, 163, 1.795, 169, 1.49]], + ["title/91", [14, 1.558, 121, 3.028, 163, 1.871, 169, 1.558]], [ "description/91", [ - 3, 0.594, 4, 0.758, 10, 1.563, 14, 1.414, 19, 0.827, 20, 1.58, - 55, 1.132, 65, 1.742, 121, 2.774, 163, 2.416, 169, 2.005, 211, - 4.056, + 3, 0.624, 4, 0.788, 10, 1.594, 14, 1.445, 19, 0.793, 20, + 1.611, 55, 1.163, 65, 1.774, 121, 2.808, 163, 2.46, 169, + 2.048, 211, 4.092, ], ], - ["title/92", [28, 2.11, 163, 2.016, 169, 1.673]], + ["title/92", [28, 2.189, 163, 2.093, 169, 1.743]], [ "description/92", [ - 3, 0.875, 4, 0.622, 10, 1.284, 19, 0.716, 20, 1.297, 21, 1.22, - 22, 1.106, 23, 1.22, 24, 1.046, 28, 1.464, 29, 1.804, 30, - 1.804, 55, 0.93, 65, 1.431, 163, 2.093, 169, 1.737, 211, 3.33, + 3, 0.918, 4, 0.647, 10, 1.31, 19, 0.687, 20, 1.323, 21, 1.246, + 22, 1.132, 23, 1.246, 24, 1.071, 28, 1.491, 29, 1.831, 30, + 1.831, 55, 0.955, 65, 1.457, 163, 2.131, 169, 1.775, 211, + 3.361, ], ], - ["title/93", [109, 3.023, 113, 1.91, 169, 1.673]], + ["title/93", [109, 3.122, 113, 1.984, 169, 1.743]], [ "description/93", [ - 3, 0.662, 6, 0.561, 7, 1.181, 8, 1.445, 19, 0.511, 20, 0.844, - 31, 0.638, 35, 1.174, 55, 0.605, 65, 0.931, 113, 2.297, 126, - 1.27, 148, 1.391, 163, 2.197, 169, 2.47, 171, 2.564, 172, - 1.638, 174, 2.329, 175, 1.391, 176, 2.046, + 3, 0.695, 6, 0.49, 7, 1.209, 8, 1.473, 19, 0.49, 20, 0.862, + 31, 0.655, 35, 1.192, 55, 0.622, 65, 0.949, 113, 2.341, 126, + 1.289, 148, 1.411, 163, 2.237, 169, 2.522, 171, 2, 172, 1.657, + 174, 2.351, 175, 1.411, 176, 2.067, ], ], - ["title/94", [79, 1.994, 113, 1.91, 169, 1.673]], + ["title/94", [79, 2.071, 113, 1.984, 169, 1.743]], [ "description/94", [ - 3, 0.758, 4, 0.251, 7, 0.446, 8, 0.545, 10, 0.517, 14, 0.468, - 19, 0.548, 20, 0.522, 24, 0.994, 49, 1.962, 55, 0.374, 65, - 1.015, 74, 1.581, 79, 0.981, 80, 0.597, 84, 0.786, 99, 0.738, - 113, 2.19, 131, 1.478, 136, 1.114, 137, 1.114, 163, 1.826, - 169, 1.919, 171, 1.34, 175, 0.861, 176, 1.267, 177, 1.157, - 178, 2.037, 179, 1.157, 180, 1.157, 181, 1.157, 182, 3.289, - 183, 2.037, 184, 2.037, 185, 1.738, 186, 1.157, 187, 1.157, + 3, 0.796, 4, 0.261, 7, 0.457, 8, 0.556, 10, 0.528, 14, 0.479, + 19, 0.526, 20, 0.534, 24, 1.019, 49, 1.984, 55, 0.385, 65, + 1.034, 74, 1.602, 79, 1.001, 80, 0.608, 84, 0.798, 99, 0.749, + 113, 2.232, 131, 1.504, 136, 1.127, 137, 1.127, 163, 1.861, + 169, 1.961, 171, 1.046, 175, 0.874, 176, 1.28, 177, 1.17, 178, + 2.06, 179, 1.17, 180, 1.17, 181, 1.17, 182, 3.324, 183, 2.06, + 184, 2.06, 185, 1.569, 186, 1.17, 187, 1.17, ], ], - ["title/95", [113, 1.91, 188, 3.145, 189, 3.082]], + ["title/95", [113, 1.984, 188, 3.246, 189, 3.182]], [ "description/95", [ - 3, 0.758, 4, 0.251, 7, 0.785, 8, 0.545, 10, 0.517, 14, 0.468, - 19, 0.548, 20, 0.522, 24, 0.994, 49, 1.962, 55, 0.374, 65, - 1.015, 74, 1.581, 79, 0.557, 84, 0.786, 99, 0.738, 113, 2.19, - 131, 1.478, 136, 1.114, 137, 1.114, 163, 1.826, 169, 1.805, - 171, 1.34, 175, 0.861, 177, 1.157, 178, 2.037, 179, 1.157, - 180, 1.157, 181, 1.157, 182, 3.289, 183, 2.037, 184, 2.037, - 185, 1.738, 186, 1.157, 187, 1.157, 188, 0.879, 189, 0.861, - 190, 1.442, + 3, 0.796, 4, 0.261, 7, 0.804, 8, 0.556, 10, 0.528, 14, 0.479, + 19, 0.526, 20, 0.534, 24, 1.019, 49, 1.984, 55, 0.385, 65, + 1.034, 74, 1.602, 79, 0.568, 84, 0.798, 99, 0.749, 113, 2.232, + 131, 1.504, 136, 1.127, 137, 1.127, 163, 1.861, 169, 1.844, + 171, 1.046, 175, 0.874, 177, 1.17, 178, 2.06, 179, 1.17, 180, + 1.17, 181, 1.17, 182, 3.324, 183, 2.06, 184, 2.06, 185, 1.569, + 186, 1.17, 187, 1.17, 188, 0.891, 189, 0.874, 190, 1.456, ], ], - ["title/96", [14, 1.49, 17, 1.565, 113, 1.7, 169, 1.49]], + ["title/96", [14, 1.558, 17, 1.636, 113, 1.774, 169, 1.558]], [ "description/96", [ - 3, 0.854, 4, 0.412, 8, 0.896, 10, 0.849, 14, 0.768, 17, 1.32, - 19, 0.518, 20, 0.858, 21, 0.807, 22, 0.732, 23, 0.807, 24, - 0.692, 25, 1.112, 55, 0.615, 113, 2.102, 116, 1.58, 148, - 1.415, 163, 1.921, 169, 2.301, 171, 2.594, 172, 1.665, 175, - 1.415, 191, 1.9, + 3, 0.896, 4, 0.428, 8, 0.914, 10, 0.867, 14, 0.786, 17, 1.348, + 19, 0.497, 20, 0.876, 21, 0.825, 22, 0.75, 23, 0.825, 24, + 0.709, 25, 1.13, 55, 0.632, 113, 2.142, 116, 1.6, 148, 1.434, + 163, 1.957, 169, 2.35, 171, 2.023, 172, 1.685, 175, 1.434, + 191, 1.921, ], ], - ["title/97", [14, 1.49, 113, 1.7, 121, 2.923, 169, 1.49]], + ["title/97", [14, 1.558, 113, 1.774, 121, 3.028, 169, 1.558]], [ "description/97", [ - 3, 0.703, 4, 0.442, 8, 0.961, 14, 0.824, 19, 0.549, 20, 0.921, - 35, 1.28, 55, 0.66, 65, 1.015, 113, 2.404, 121, 2.609, 126, - 1.386, 148, 1.518, 163, 2.015, 169, 2.466, 171, 2.722, 172, - 1.786, 175, 1.518, 191, 2.038, + 3, 0.738, 4, 0.46, 8, 0.98, 14, 0.843, 19, 0.526, 20, 0.94, + 35, 1.3, 55, 0.678, 65, 1.035, 113, 2.449, 121, 2.642, 126, + 1.406, 148, 1.538, 163, 2.053, 169, 2.518, 171, 2.122, 172, + 1.808, 175, 1.538, 191, 2.06, ], ], - ["title/98", [28, 2.11, 113, 1.91, 169, 1.673]], + ["title/98", [28, 2.189, 113, 1.984, 169, 1.743]], [ "description/98", [ - 3, 0.842, 4, 0.347, 8, 0.755, 10, 0.716, 14, 1.09, 19, 0.583, - 20, 0.724, 21, 0.68, 22, 0.617, 23, 0.68, 24, 0.982, 28, - 0.817, 29, 1.006, 30, 1.006, 55, 0.519, 65, 0.798, 84, 1.089, - 99, 1.022, 113, 2.11, 116, 1.332, 148, 1.193, 163, 1.702, 169, - 2.131, 171, 2.298, 172, 1.404, 175, 1.193, 177, 1.602, 178, - 2.698, 191, 1.602, + 3, 0.884, 4, 0.361, 8, 0.77, 10, 0.731, 14, 1.115, 19, 0.559, + 20, 0.739, 21, 0.696, 22, 0.632, 23, 0.696, 24, 1.007, 28, + 0.832, 29, 1.022, 30, 1.022, 55, 0.533, 65, 0.814, 84, 1.105, + 99, 1.038, 113, 2.151, 116, 1.349, 148, 1.21, 163, 1.734, 169, + 2.177, 171, 1.793, 172, 1.421, 175, 1.21, 177, 1.62, 178, + 2.727, 191, 1.62, ], ], - ["title/99", [27, 2.298, 188, 3.145, 189, 3.082]], + ["title/99", [27, 2.381, 188, 3.246, 189, 3.182]], [ "description/99", [ - 3, 0.75, 4, 0.246, 7, 0.437, 8, 0.534, 10, 0.507, 19, 0.617, - 24, 0.978, 27, 0.629, 32, 0.997, 43, 1.055, 49, 1.927, 55, - 0.367, 65, 0.997, 74, 1.553, 79, 0.546, 84, 0.77, 113, 2.036, - 131, 1.454, 136, 1.927, 137, 1.092, 163, 1.802, 169, 1.784, - 171, 1.316, 175, 0.844, 179, 1.133, 180, 1.133, 181, 1.133, - 182, 3.242, 183, 2.001, 184, 2.001, 185, 1.707, 186, 1.133, - 187, 1.133, 188, 0.861, 189, 0.844, 192, 0.879, 193, 1.182, - 194, 1.182, 195, 1.314, 196, 1.413, + 3, 0.787, 4, 0.256, 7, 0.447, 8, 0.545, 10, 0.517, 19, 0.592, + 24, 1.003, 27, 0.64, 32, 1.016, 43, 1.068, 49, 1.949, 55, + 0.377, 65, 1.016, 74, 1.573, 79, 0.557, 84, 0.782, 113, 2.076, + 131, 1.48, 136, 1.949, 137, 1.104, 163, 1.836, 169, 1.824, + 171, 1.028, 175, 0.856, 179, 1.146, 180, 1.146, 181, 1.146, + 182, 3.276, 183, 2.023, 184, 2.023, 185, 1.541, 186, 1.146, + 187, 1.146, 188, 0.873, 189, 0.856, 192, 0.649, 193, 1.195, + 194, 1.195, 195, 1.328, 196, 1.427, ], ], - ["title/100", [109, 3.023, 131, 2.241, 169, 1.673]], + ["title/100", [109, 3.122, 131, 2.322, 169, 1.743]], [ "description/100", [ - 3, 0.543, 4, 0.693, 6, 0.585, 7, 1.232, 10, 1.43, 19, 0.776, - 20, 1.445, 31, 1.093, 55, 1.035, 65, 1.594, 131, 1.731, 163, - 2.266, 169, 2.217, 197, 3.502, + 3, 0.57, 4, 0.721, 6, 0.512, 7, 1.261, 10, 1.459, 19, 0.744, + 20, 1.474, 31, 1.121, 55, 1.064, 65, 1.623, 131, 1.761, 163, + 2.307, 169, 2.264, 197, 3.535, ], ], - ["title/101", [79, 1.994, 131, 2.241, 169, 1.673]], + ["title/101", [79, 2.071, 131, 2.322, 169, 1.743]], [ "description/101", [ - 3, 0.801, 4, 0.54, 10, 1.113, 14, 1.006, 19, 0.786, 20, 1.125, - 24, 0.907, 55, 0.806, 65, 1.92, 79, 1.199, 80, 1.284, 84, - 1.693, 99, 1.588, 113, 1.149, 131, 2.086, 163, 1.213, 169, - 1.906, 197, 2.726, 198, 2.726, 199, 2.726, + 3, 0.841, 4, 0.561, 10, 1.136, 14, 1.029, 19, 0.754, 20, + 1.148, 24, 0.929, 55, 0.828, 65, 1.955, 79, 1.223, 80, 1.308, + 84, 1.717, 99, 1.612, 113, 1.172, 131, 2.122, 163, 1.236, 169, + 1.948, 197, 2.753, 198, 2.753, 199, 2.753, ], ], [ "title/102", - [89, 2.833, 114, 3.322, 115, 3.322, 131, 1.798, 169, 1.343], + [89, 2.942, 114, 3.445, 115, 3.445, 131, 1.877, 169, 1.409], ], [ "description/102", [ - 3, 0.721, 4, 0.458, 7, 0.815, 10, 0.945, 19, 0.353, 20, 0.955, - 22, 0.815, 24, 0.77, 55, 0.685, 65, 1.054, 82, 1.804, 84, - 1.438, 89, 1.804, 97, 3.948, 99, 1.348, 109, 1.544, 112, - 1.607, 113, 0.976, 116, 1.758, 118, 2.316, 131, 1.835, 163, - 1.651, 169, 1.961, 198, 2.316, 199, 2.316, 200, 2.636, 201, - 2.636, + 3, 0.756, 4, 0.477, 7, 0.834, 10, 0.965, 19, 0.338, 20, 0.975, + 22, 0.834, 24, 0.789, 55, 0.704, 65, 1.074, 82, 1.826, 84, + 1.459, 89, 1.826, 97, 3.99, 99, 1.369, 109, 1.566, 112, 1.628, + 113, 0.995, 116, 1.78, 118, 2.339, 131, 1.866, 163, 1.682, + 169, 2.003, 198, 2.339, 199, 2.339, 200, 2.66, 201, 2.66, ], ], - ["title/103", [17, 1.758, 131, 2.241, 169, 1.673]], + ["title/103", [17, 1.83, 131, 2.322, 169, 1.743]], [ "description/103", [ - 3, 0.836, 4, 0.578, 7, 1.028, 10, 1.192, 17, 1.726, 19, 0.678, - 20, 1.205, 21, 1.133, 22, 1.028, 23, 1.133, 24, 0.971, 25, - 1.56, 55, 0.863, 65, 1.329, 131, 1.444, 163, 1.979, 169, 1.99, - 202, 2.667, + 3, 0.877, 4, 0.601, 7, 1.052, 10, 1.217, 17, 1.762, 19, 0.65, + 20, 1.229, 21, 1.157, 22, 1.052, 23, 1.157, 24, 0.995, 25, + 1.586, 55, 0.887, 65, 1.354, 131, 1.469, 163, 2.016, 169, + 2.033, 202, 2.695, ], ], - ["title/104", [14, 1.49, 121, 2.923, 131, 1.995, 169, 1.49]], + ["title/104", [14, 1.558, 121, 3.028, 131, 2.076, 169, 1.558]], [ "description/104", [ - 3, 0.594, 4, 0.758, 10, 1.563, 14, 1.414, 19, 0.827, 20, 1.58, - 55, 1.132, 65, 1.742, 121, 2.774, 131, 1.893, 163, 1.704, 169, - 2.005, 202, 3.498, + 3, 0.624, 4, 0.788, 10, 1.594, 14, 1.445, 19, 0.793, 20, + 1.611, 55, 1.163, 65, 1.774, 121, 2.808, 131, 1.925, 163, + 1.735, 169, 2.048, 202, 3.533, ], ], - ["title/105", [28, 2.11, 131, 2.241, 169, 1.673]], + ["title/105", [28, 2.189, 131, 2.322, 169, 1.743]], [ "description/105", [ - 3, 0.759, 4, 0.496, 10, 1.022, 19, 0.745, 20, 1.033, 21, - 0.971, 22, 0.881, 23, 0.971, 24, 0.833, 28, 1.839, 29, 1.436, - 30, 1.436, 47, 2.386, 55, 0.74, 65, 1.139, 126, 1.555, 131, - 1.952, 163, 1.114, 169, 1.458, 202, 2.287, 203, 2.851, 204, - 2.851, 205, 2.851, 206, 2.004, 207, 2.851, + 3, 0.796, 4, 0.516, 10, 1.043, 19, 0.714, 20, 1.054, 21, + 0.992, 22, 0.902, 23, 0.992, 24, 0.854, 28, 1.872, 29, 1.459, + 30, 1.459, 47, 2.411, 55, 0.761, 65, 1.161, 126, 1.577, 131, + 1.986, 163, 1.135, 169, 1.49, 202, 2.312, 203, 2.877, 204, + 2.877, 205, 2.877, 206, 1.397, 207, 2.877, ], ], - ["title/106", [212, 7.568]], + ["title/106", [212, 7.683]], ["description/106", []], [ "title/107", - [6, 0.608, 7, 1.28, 8, 1.566, 31, 1.135, 131, 1.798], + [6, 0.545, 7, 1.344, 8, 1.638, 31, 1.195, 131, 1.877], ], - ["description/107", [213, 7.728]], - ["title/108", [79, 1.994, 80, 2.135, 131, 2.241]], - ["description/108", [213, 7.728]], - ["title/109", [17, 2.005, 131, 2.555]], + ["description/107", [213, 7.78]], + ["title/108", [79, 2.071, 80, 2.215, 131, 2.322]], + ["description/108", [213, 7.78]], + ["title/109", [17, 2.076, 131, 2.635]], [ "description/109", [ - 3, 0.972, 17, 1.827, 21, 1.827, 22, 1.657, 23, 1.827, 24, - 1.566, 25, 2.516, 214, 4.988, + 3, 1.019, 17, 1.864, 21, 1.864, 22, 1.694, 23, 1.864, 24, + 1.603, 25, 2.554, 214, 5.03, ], ], - ["title/110", [6, 0.674, 14, 1.49, 27, 2.046, 131, 1.995]], - ["description/110", [214, 7.19]], - ["title/111", [28, 2.406, 131, 2.555]], + ["title/110", [6, 0.603, 14, 1.558, 27, 2.128, 131, 2.076]], + ["description/110", [214, 7.241]], + ["title/111", [28, 2.484, 131, 2.635]], [ "description/111", [ - 3, 0.972, 21, 1.827, 22, 1.657, 23, 1.827, 24, 1.566, 29, - 2.701, 30, 2.701, 214, 4.988, + 3, 1.019, 21, 1.864, 22, 1.694, 23, 1.864, 24, 1.603, 29, + 2.74, 30, 2.74, 214, 5.03, ], ], - ["title/112", [10, 2.454]], + ["title/112", [10, 2.522]], ["description/112", []], - ["title/113", [6, 0.757, 10, 1.85, 31, 1.414]], - ["description/113", [6, 0.973, 10, 2.929, 31, 1.817]], - ["title/114", [32, 2.735]], + ["title/113", [6, 0.675, 10, 1.924, 31, 1.478]], + ["description/113", [6, 0.85, 10, 2.983, 31, 1.861]], + ["title/114", [32, 2.806]], ["description/114", []], [ "title/115", [ - 7, 1.165, 32, 1.506, 33, 2.055, 215, 3.154, 216, 3.31, 217, - 3.024, + 7, 1.227, 32, 1.579, 33, 2.145, 215, 3.278, 216, 3.439, 217, + 3.144, ], ], [ "description/115", [ - 7, 1.657, 18, 1.51, 19, 0.717, 32, 2.143, 33, 2.924, 215, - 4.486, 216, 4.709, 217, 4.301, 218, 5.361, + 7, 1.694, 18, 1.417, 19, 0.687, 32, 2.18, 33, 2.963, 215, + 4.527, 216, 4.75, 217, 4.342, 218, 5.403, ], ], [ "title/116", - [ - 0, 2.055, 6, 0.553, 15, 2.398, 31, 1.033, 32, 1.506, 33, - 2.055, - ], + [0, 2.145, 6, 0.498, 15, 2.498, 31, 1.09, 32, 1.579, 33, 2.145], ], [ "description/116", [ - 3, 1.066, 4, 0.758, 6, 0.64, 18, 1.228, 19, 0.583, 32, 2.472, - 34, 2.462, 35, 3.116, 36, 3.155, 37, 4.36, + 3, 1.117, 4, 0.788, 6, 0.559, 18, 1.153, 19, 0.559, 32, 2.515, + 34, 2.495, 35, 3.16, 36, 3.19, 37, 4.396, ], ], [ "title/117", - [6, 0.608, 15, 2.635, 31, 1.135, 32, 1.655, 95, 1.292], + [6, 0.545, 15, 2.738, 31, 1.195, 32, 1.73, 95, 1.357], ], [ "description/117", [ - 3, 1.066, 4, 0.758, 6, 0.64, 18, 1.228, 19, 0.583, 32, 2.472, - 34, 2.462, 35, 3.116, 36, 3.155, 104, 4.36, + 3, 1.117, 4, 0.788, 6, 0.559, 18, 1.153, 19, 0.559, 32, 2.515, + 34, 2.495, 35, 3.16, 36, 3.19, 104, 4.396, ], ], - ["title/118", [6, 0.757, 31, 1.414, 32, 2.062]], + ["title/118", [6, 0.675, 31, 1.478, 32, 2.14]], [ "description/118", [ - 6, 0.787, 18, 1.51, 19, 0.717, 31, 1.469, 32, 2.849, 34, - 3.027, 35, 2.701, 219, 5.361, + 6, 0.687, 18, 1.417, 19, 0.687, 31, 1.506, 32, 2.898, 34, + 3.066, 35, 2.74, 219, 5.403, ], ], - ["title/119", [32, 2.062, 79, 1.994, 80, 2.135]], + ["title/119", [32, 2.14, 79, 2.071, 80, 2.215]], [ "description/119", [ - 0, 2.238, 3, 1.099, 4, 0.714, 13, 3.435, 18, 1.156, 19, 0.549, - 28, 1.678, 42, 3.435, 74, 2.555, 95, 1.281, 219, 4.104, 220, - 4.104, 221, 3.818, + 0, 2.269, 3, 1.153, 4, 0.742, 13, 3.468, 18, 1.085, 19, 0.527, + 28, 1.709, 42, 3.468, 74, 2.587, 95, 1.31, 219, 4.139, 220, + 4.139, 221, 3.853, ], ], - ["title/120", [32, 2.352, 222, 4.924]], - ["description/120", [223, 8.545]], - ["title/121", [32, 2.352, 224, 5.884]], - ["description/121", [225, 8.545]], - ["title/122", [32, 2.062, 188, 3.145, 189, 3.082]], + ["title/120", [32, 2.428, 222, 5.042]], + ["description/120", [223, 8.597]], + ["title/121", [32, 2.428, 224, 6.017]], + ["description/121", [225, 8.597]], + ["title/122", [32, 2.14, 188, 3.246, 189, 3.182]], [ "description/122", [ - 3, 1.081, 4, 0.782, 10, 1.613, 18, 1.267, 19, 0.602, 161, - 3.36, 162, 3.36, 163, 1.758, 221, 4.186, 226, 3.61, 227, - 4.975, + 3, 1.133, 4, 0.813, 10, 1.646, 18, 1.19, 19, 0.577, 161, + 3.396, 162, 3.396, 163, 1.791, 221, 4.223, 226, 3.646, 227, + 5.014, ], ], - ["title/123", [17, 2.005, 32, 2.352]], + ["title/123", [17, 2.076, 32, 2.428]], [ "description/123", [ - 3, 0.882, 17, 2.204, 18, 1.309, 19, 0.622, 21, 1.584, 22, - 1.437, 23, 1.584, 24, 1.358, 25, 2.182, 32, 1.858, 228, 4.325, + 3, 0.925, 17, 2.249, 18, 1.229, 19, 0.596, 21, 1.617, 22, + 1.47, 23, 1.617, 24, 1.391, 25, 2.216, 32, 1.892, 228, 4.363, ], ], - ["title/124", [6, 0.674, 14, 1.49, 27, 2.046, 32, 1.836]], + ["title/124", [6, 0.603, 14, 1.558, 27, 2.128, 32, 1.913]], [ "description/124", [ - 6, 0.602, 14, 1.331, 18, 1.668, 19, 0.549, 22, 1.268, 27, - 1.827, 32, 2.777, 35, 2.068, 147, 5.51, 148, 2.452, 149, - 3.605, 150, 3.818, 228, 3.818, + 6, 0.527, 14, 1.36, 18, 1.565, 19, 0.527, 22, 1.298, 27, + 1.858, 32, 2.825, 35, 2.099, 147, 5.556, 148, 2.483, 149, + 3.639, 150, 3.853, 228, 3.853, ], ], - ["title/125", [28, 2.406, 32, 2.352]], + ["title/125", [28, 2.484, 32, 2.428]], [ "description/125", [ - 0, 1.656, 3, 1.104, 4, 0.528, 6, 0.446, 13, 2.541, 18, 0.855, - 19, 0.406, 21, 1.035, 22, 0.938, 23, 1.035, 24, 0.887, 28, - 1.242, 29, 1.53, 30, 1.53, 32, 1.214, 35, 1.53, 36, 2.198, 42, - 2.541, 74, 1.89, 95, 0.947, 228, 2.825, 229, 3.036, + 0, 1.68, 3, 1.157, 4, 0.549, 6, 0.39, 13, 2.567, 18, 0.803, + 19, 0.39, 21, 1.057, 22, 0.961, 23, 1.057, 24, 0.909, 28, + 1.265, 29, 1.553, 30, 1.553, 32, 1.236, 35, 1.553, 36, 2.223, + 42, 2.567, 74, 1.915, 95, 0.97, 228, 2.852, 229, 3.064, ], ], [ "title/126", - [0, 2.258, 6, 0.608, 7, 1.28, 32, 1.655, 33, 2.258], + [0, 2.351, 6, 0.545, 7, 1.344, 32, 1.73, 33, 2.351], ], - ["description/126", [51, 7.728]], - ["title/127", [6, 0.674, 31, 1.259, 32, 1.836, 144, 2.127]], + ["description/126", [51, 7.78]], + ["title/127", [6, 0.603, 31, 1.322, 32, 1.913, 144, 2.212]], [ "description/127", [ - 6, 0.758, 18, 1.454, 19, 0.691, 31, 1.415, 32, 2.064, 34, - 2.915, 35, 2.602, 144, 3.219, 151, 4.535, + 6, 0.662, 18, 1.365, 19, 0.662, 31, 1.451, 32, 2.1, 34, 2.953, + 35, 2.639, 144, 3.267, 151, 4.576, ], ], - ["title/128", [32, 1.836, 79, 1.776, 80, 1.901, 144, 2.127]], + ["title/128", [32, 1.913, 79, 1.851, 80, 1.98, 144, 2.212]], [ "description/128", [ - 18, 1.635, 19, 0.777, 32, 2.32, 79, 2.244, 80, 2.402, 144, - 2.688, 151, 5.099, + 18, 1.534, 19, 0.744, 32, 2.361, 79, 2.284, 80, 2.443, 144, + 2.729, 151, 5.143, ], ], - ["title/129", [7, 1.595, 144, 2.389, 152, 3.853]], + ["title/129", [7, 1.663, 144, 2.474, 152, 3.969]], [ "description/129", [ - 7, 1.872, 18, 1.706, 19, 0.81, 144, 2.804, 152, 4.523, 153, - 6.057, + 7, 1.913, 18, 1.6, 19, 0.776, 144, 2.847, 152, 4.567, 153, + 6.102, ], ], [ "title/130", - [32, 1.655, 98, 1.943, 113, 1.532, 188, 2.524, 189, 2.474], + [32, 1.73, 98, 2.027, 113, 1.604, 188, 2.624, 189, 2.572], ], [ "description/130", [ - 3, 0.976, 4, 0.54, 10, 1.113, 18, 0.874, 19, 0.643, 32, 2.35, - 43, 3.588, 98, 1.456, 113, 1.149, 126, 1.693, 161, 2.318, 162, - 2.318, 163, 1.213, 189, 1.854, 192, 1.932, 193, 2.597, 194, - 2.597, 221, 2.887, 226, 2.49, 230, 3.432, + 3, 1.023, 4, 0.561, 10, 1.136, 18, 0.821, 19, 0.616, 32, + 2.392, 43, 3.626, 98, 1.48, 113, 1.172, 126, 1.717, 161, + 2.344, 162, 2.344, 163, 1.236, 189, 1.879, 192, 1.423, 193, + 2.624, 194, 2.624, 221, 2.915, 226, 2.516, 230, 3.46, ], ], [ "title/131", [ - 6, 0.553, 15, 2.398, 31, 1.033, 32, 1.506, 33, 2.055, 53, - 2.579, + 6, 0.498, 15, 2.498, 31, 1.09, 32, 1.579, 33, 2.145, 53, + 2.685, ], ], [ "description/131", [ - 3, 1.066, 4, 0.758, 6, 0.64, 18, 1.228, 19, 0.583, 32, 2.472, - 34, 2.462, 35, 3.116, 36, 3.155, 231, 4.36, + 3, 1.117, 4, 0.788, 6, 0.559, 18, 1.153, 19, 0.559, 32, 2.515, + 34, 2.495, 35, 3.16, 36, 3.19, 231, 4.396, ], ], - ["title/132", [232, 4.172]], + ["title/132", [232, 4.255]], ["description/132", []], - ["title/133", [6, 0.757, 31, 1.414, 232, 3.145]], + ["title/133", [6, 0.675, 31, 1.478, 232, 3.246]], [ "description/133", [ - 19, 0.81, 55, 1.573, 126, 3.303, 130, 4.523, 233, 4.859, 234, - 6.057, + 19, 0.776, 55, 1.614, 126, 3.346, 130, 4.567, 233, 4.904, 234, + 6.102, ], ], - ["title/134", [79, 1.994, 80, 2.135, 232, 3.145]], + ["title/134", [79, 2.071, 80, 2.215, 232, 3.246]], [ "description/134", [ - 3, 0.997, 4, 0.969, 18, 1.57, 19, 0.746, 20, 2.02, 38, 2.391, - 234, 5.574, + 3, 1.045, 4, 1.007, 18, 1.473, 19, 0.715, 20, 2.059, 38, 2.43, + 234, 5.618, ], ], [ "title/135", - [80, 1.713, 89, 2.833, 97, 3.092, 98, 1.943, 232, 2.524], + [80, 1.79, 89, 2.942, 97, 3.209, 98, 2.027, 232, 2.624], ], [ "description/135", [ - 3, 1.066, 4, 0.758, 18, 1.228, 19, 0.583, 20, 1.58, 22, 1.347, - 38, 1.87, 82, 2.983, 97, 3.256, 99, 2.23, 232, 2.657, 235, - 4.82, + 3, 1.117, 4, 0.788, 18, 1.153, 19, 0.559, 20, 1.611, 22, + 1.378, 38, 1.902, 82, 3.017, 97, 3.29, 99, 2.263, 232, 2.691, + 235, 4.858, ], ], - ["title/136", [17, 1.758, 98, 2.422, 232, 3.145]], + ["title/136", [17, 1.83, 98, 2.507, 232, 3.246]], [ "description/136", [ - 3, 1.081, 4, 0.607, 17, 1.791, 18, 0.983, 19, 0.467, 20, - 1.265, 21, 1.189, 22, 1.624, 23, 1.189, 24, 1.02, 25, 1.638, - 38, 1.497, 82, 2.388, 99, 1.785, 232, 2.128, 236, 3.247, + 3, 1.133, 4, 0.631, 17, 1.828, 18, 0.923, 19, 0.448, 20, 1.29, + 21, 1.215, 22, 1.661, 23, 1.215, 24, 1.045, 25, 1.664, 38, + 1.523, 82, 2.416, 99, 1.812, 232, 2.155, 236, 3.278, ], ], - ["title/137", [6, 0.674, 14, 1.49, 27, 2.046, 232, 2.801]], - ["description/137", [236, 7.19]], - ["title/138", [28, 2.11, 98, 2.422, 232, 3.145]], + ["title/137", [6, 0.603, 14, 1.558, 27, 2.128, 232, 2.902]], + ["description/137", [236, 7.241]], + ["title/138", [28, 2.189, 98, 2.507, 232, 3.246]], [ "description/138", [ - 3, 1.099, 4, 0.714, 18, 1.156, 19, 0.549, 20, 1.487, 21, - 1.398, 22, 1.268, 23, 1.398, 24, 1.199, 29, 2.068, 30, 2.068, - 38, 1.76, 236, 3.818, + 3, 1.153, 4, 0.742, 18, 1.085, 19, 0.527, 20, 1.517, 21, + 1.428, 22, 1.298, 23, 1.428, 24, 1.228, 29, 2.099, 30, 2.099, + 38, 1.791, 236, 3.853, ], ], [ "title/139", - [6, 0.553, 31, 1.033, 74, 2.346, 102, 3.024, 232, 3.392], + [6, 0.498, 31, 1.09, 74, 2.445, 102, 3.144, 232, 3.507], ], [ "description/139", [ - 19, 0.81, 55, 1.573, 126, 3.303, 130, 4.523, 233, 4.859, 237, - 6.697, + 19, 0.776, 55, 1.614, 126, 3.346, 130, 4.567, 233, 4.904, 237, + 6.743, ], ], [ "title/140", - [6, 0.608, 15, 2.635, 31, 1.135, 38, 1.776, 232, 2.524], + [6, 0.545, 15, 2.738, 31, 1.195, 38, 1.855, 232, 2.624], ], [ "description/140", [ - 3, 1.066, 4, 0.758, 6, 0.64, 18, 1.228, 19, 0.583, 34, 2.462, - 35, 3.116, 38, 2.652, 39, 3.155, 238, 4.36, + 3, 1.117, 4, 0.788, 6, 0.559, 18, 1.153, 19, 0.559, 34, 2.495, + 35, 3.16, 38, 2.696, 39, 3.19, 238, 4.396, ], ], [ "title/141", - [6, 0.553, 31, 1.033, 74, 2.346, 105, 2.912, 232, 3.392], + [6, 0.498, 31, 1.09, 74, 2.445, 105, 3.029, 232, 3.507], ], [ "description/141", [ - 19, 0.81, 55, 1.573, 126, 3.303, 130, 4.523, 233, 4.859, 239, - 6.697, + 19, 0.776, 55, 1.614, 126, 3.346, 130, 4.567, 233, 4.904, 239, + 6.743, ], ], [ "title/142", - [6, 0.553, 31, 1.033, 74, 2.346, 107, 3.024, 232, 3.392], + [6, 0.498, 31, 1.09, 74, 2.445, 107, 3.144, 232, 3.507], ], [ "description/142", [ - 19, 0.81, 55, 1.573, 126, 3.303, 130, 4.523, 233, 4.859, 240, - 6.697, + 19, 0.776, 55, 1.614, 126, 3.346, 130, 4.567, 233, 4.904, 240, + 6.743, ], ], - ["title/143", [241, 7.568]], + ["title/143", [241, 7.683]], ["description/143", []], [ "title/144", - [6, 0.608, 7, 1.28, 8, 1.566, 31, 1.135, 242, 3.465], + [6, 0.545, 7, 1.344, 8, 1.638, 31, 1.195, 242, 3.592], ], - ["description/144", [243, 7.728]], - ["title/145", [79, 1.994, 80, 2.135, 242, 4.318]], - ["description/145", [243, 7.728]], - ["title/146", [17, 2.005, 242, 4.924]], + ["description/144", [243, 7.78]], + ["title/145", [79, 2.071, 80, 2.215, 242, 4.444]], + ["description/145", [243, 7.78]], + ["title/146", [17, 2.076, 242, 5.042]], [ "description/146", [ - 3, 0.972, 17, 1.827, 21, 1.827, 22, 1.657, 23, 1.827, 24, - 1.566, 25, 2.516, 244, 4.988, + 3, 1.019, 17, 1.864, 21, 1.864, 22, 1.694, 23, 1.864, 24, + 1.603, 25, 2.554, 244, 5.03, ], ], - ["title/147", [6, 0.674, 14, 1.49, 27, 2.046, 242, 3.845]], - ["description/147", [244, 7.19]], - ["title/148", [28, 2.406, 242, 4.924]], + ["title/147", [6, 0.603, 14, 1.558, 27, 2.128, 242, 3.973]], + ["description/147", [244, 7.241]], + ["title/148", [28, 2.484, 242, 5.042]], [ "description/148", [ - 3, 0.972, 21, 1.827, 22, 1.657, 23, 1.827, 24, 1.566, 29, - 2.701, 30, 2.701, 244, 4.988, + 3, 1.019, 21, 1.864, 22, 1.694, 23, 1.864, 24, 1.603, 29, + 2.74, 30, 2.74, 244, 5.03, ], ], - ["title/149", [245, 3.935]], + ["title/149", [245, 4.017]], ["description/149", []], - ["title/150", [6, 0.757, 31, 1.414, 245, 2.967]], - ["description/150", [245, 4.443]], - ["title/151", [79, 1.994, 80, 2.135, 245, 2.967]], - ["description/151", [245, 4.443]], - ["title/152", [245, 3.383, 246, 5.884]], - ["description/152", [247, 8.545]], - ["title/153", [17, 2.005, 245, 3.383]], + ["title/150", [6, 0.675, 31, 1.478, 245, 3.064]], + ["description/150", [245, 4.494]], + ["title/151", [79, 2.071, 80, 2.215, 245, 3.064]], + ["description/151", [245, 4.494]], + ["title/152", [245, 3.476, 246, 6.017]], + ["description/152", [247, 8.597]], + ["title/153", [17, 2.076, 245, 3.476]], [ "description/153", [ - 3, 0.972, 17, 1.827, 21, 1.827, 22, 1.657, 23, 1.827, 24, - 1.566, 25, 2.516, 248, 4.988, + 3, 1.019, 17, 1.864, 21, 1.864, 22, 1.694, 23, 1.864, 24, + 1.603, 25, 2.554, 248, 5.03, ], ], - ["title/154", [6, 0.674, 14, 1.49, 27, 2.046, 245, 2.642]], - ["description/154", [248, 7.19]], - ["title/155", [28, 2.406, 245, 3.383]], + ["title/154", [6, 0.603, 14, 1.558, 27, 2.128, 245, 2.739]], + ["description/154", [248, 7.241]], + ["title/155", [28, 2.484, 245, 3.476]], [ "description/155", [ - 3, 0.972, 21, 1.827, 22, 1.657, 23, 1.827, 24, 1.566, 29, - 2.701, 30, 2.701, 248, 4.988, + 3, 1.019, 21, 1.864, 22, 1.694, 23, 1.864, 24, 1.603, 29, + 2.74, 30, 2.74, 248, 5.03, ], ], [ "title/156", - [6, 0.608, 7, 1.28, 31, 1.135, 245, 2.381, 249, 4.141], + [6, 0.545, 7, 1.344, 31, 1.195, 245, 2.477, 249, 4.287], ], - ["description/156", [250, 7.19]], - ["title/157", [250, 6.368]], - ["description/157", [250, 7.19]], + ["description/156", [250, 7.241]], + ["title/157", [250, 6.472]], + ["description/157", [250, 7.241]], [ "title/158", [ - 3, 0.711, 17, 1.178, 21, 1.178, 22, 1.069, 23, 1.178, 24, - 1.01, + 3, 0.764, 17, 1.241, 21, 1.241, 22, 1.128, 23, 1.241, 24, + 1.067, ], ], [ "description/158", [ - 3, 0.972, 17, 1.827, 21, 1.827, 22, 1.657, 23, 1.827, 24, - 1.566, 25, 2.516, 251, 5.361, + 3, 1.019, 17, 1.864, 21, 1.864, 22, 1.694, 23, 1.864, 24, + 1.603, 25, 2.554, 251, 5.403, ], ], [ "title/159", [ - 6, 0.553, 7, 1.165, 14, 1.222, 27, 1.678, 245, 2.167, 249, - 3.769, + 6, 0.498, 7, 1.227, 14, 1.286, 27, 1.756, 245, 2.26, 249, + 3.912, ], ], - ["description/159", [251, 7.728]], - ["title/160", [4, 0.799, 6, 0.674, 31, 1.259, 245, 2.642]], + ["description/159", [251, 7.78]], + ["title/160", [4, 0.85, 6, 0.603, 31, 1.322, 245, 2.739]], [ "description/160", [ - 3, 0.947, 19, 0.691, 31, 1.415, 55, 1.341, 126, 2.816, 252, - 4.535, 253, 3.214, 254, 4.321, 255, 5.163, + 3, 0.993, 19, 0.662, 31, 1.451, 55, 1.376, 126, 2.854, 252, + 4.576, 253, 3.252, 254, 4.361, 255, 5.205, ], ], - ["title/161", [4, 0.897, 245, 2.967, 256, 3.023]], + ["title/161", [4, 0.951, 245, 3.064, 256, 3.122]], [ "description/161", [ - 3, 0.882, 19, 0.622, 55, 1.207, 112, 2.834, 256, 2.724, 257, - 5.683, 258, 4.084, 259, 2.536, 260, 3.101, 261, 3.101, 262, - 4.649, + 3, 0.925, 19, 0.596, 55, 1.24, 112, 2.869, 256, 2.759, 257, + 5.732, 258, 4.121, 259, 2.57, 260, 3.137, 261, 3.137, 262, + 4.687, ], ], - ["title/162", [4, 0.897, 64, 3.987, 245, 2.967]], + ["title/162", [4, 0.951, 64, 4.106, 245, 3.064]], [ "description/162", [ - 3, 1.032, 19, 0.643, 55, 1.249, 256, 2.817, 259, 2.623, 260, - 3.207, 261, 3.207, 263, 3.591, 264, 3.591, 265, 4.809, + 3, 1.082, 19, 0.617, 55, 1.282, 256, 2.853, 259, 2.658, 260, + 3.244, 261, 3.244, 263, 3.628, 264, 3.628, 265, 4.848, ], ], - ["title/163", [6, 0.757, 31, 1.414, 245, 2.967]], - ["description/163", [266, 7.728]], - ["title/164", [267, 5.111]], + ["title/163", [6, 0.675, 31, 1.478, 245, 3.064]], + ["description/163", [266, 7.78]], + ["title/164", [267, 5.203]], ["description/164", []], - ["title/165", [267, 4.394, 268, 5.168]], + ["title/165", [267, 4.503, 268, 5.29]], [ "description/165", [ - 3, 0.972, 17, 1.827, 21, 1.827, 22, 1.657, 23, 1.827, 24, - 1.566, 25, 2.516, 269, 4.988, + 3, 1.019, 17, 1.864, 21, 1.864, 22, 1.694, 23, 1.864, 24, + 1.603, 25, 2.554, 269, 5.03, ], ], [ "title/166", - [6, 0.608, 7, 1.28, 8, 1.566, 31, 1.135, 267, 3.092], + [6, 0.545, 7, 1.344, 8, 1.638, 31, 1.195, 267, 3.209], ], [ "description/166", [ - 3, 1.096, 4, 0.808, 18, 1.309, 19, 0.622, 175, 2.777, 269, - 4.325, 270, 5.14, 271, 3.592, 272, 3.101, 273, 5.14, + 3, 1.149, 4, 0.84, 18, 1.229, 19, 0.596, 175, 2.812, 269, + 4.363, 270, 5.18, 271, 3.629, 272, 3.137, 273, 5.18, ], ], - ["title/167", [79, 1.994, 80, 2.135, 267, 3.853]], - ["description/167", [269, 7.19]], - ["title/168", [222, 4.924, 267, 4.394]], - ["description/168", [274, 8.545]], - ["title/169", [17, 1.758, 98, 2.422, 267, 3.853]], + ["title/167", [79, 2.071, 80, 2.215, 267, 3.969]], + ["description/167", [269, 7.241]], + ["title/168", [222, 5.042, 267, 4.503]], + ["description/168", [274, 8.597]], + ["title/169", [17, 1.83, 98, 2.507, 267, 3.969]], [ "description/169", [ - 3, 0.972, 17, 1.827, 21, 1.827, 22, 1.657, 23, 1.827, 24, - 1.566, 25, 2.516, 275, 4.988, + 3, 1.019, 17, 1.864, 21, 1.864, 22, 1.694, 23, 1.864, 24, + 1.603, 25, 2.554, 275, 5.03, ], ], - ["title/170", [6, 0.674, 14, 1.49, 27, 2.046, 267, 3.431]], - ["description/170", [275, 7.19]], - ["title/171", [28, 2.11, 98, 2.422, 267, 3.853]], + ["title/170", [6, 0.603, 14, 1.558, 27, 2.128, 267, 3.549]], + ["description/170", [275, 7.241]], + ["title/171", [28, 2.189, 98, 2.507, 267, 3.969]], [ "description/171", [ - 3, 0.972, 21, 1.827, 22, 1.657, 23, 1.827, 24, 1.566, 29, - 2.701, 30, 2.701, 275, 4.988, + 3, 1.019, 21, 1.864, 22, 1.694, 23, 1.864, 24, 1.603, 29, + 2.74, 30, 2.74, 275, 5.03, ], ], - ["title/172", [38, 2.936]], + ["title/172", [38, 3.008]], ["description/172", []], [ "title/173", - [ - 0, 2.055, 6, 0.553, 15, 2.398, 31, 1.033, 33, 2.055, 38, - 1.617, - ], + [0, 2.145, 6, 0.498, 15, 2.498, 31, 1.09, 33, 2.145, 38, 1.692], ], [ "description/173", [ - 3, 1.066, 4, 0.758, 6, 0.64, 18, 1.228, 19, 0.583, 34, 2.462, - 35, 3.116, 38, 2.652, 39, 3.155, 40, 4.36, + 3, 1.117, 4, 0.788, 6, 0.559, 18, 1.153, 19, 0.559, 34, 2.495, + 35, 3.16, 38, 2.696, 39, 3.19, 40, 4.396, ], ], [ "title/174", - [6, 0.608, 15, 2.635, 31, 1.135, 38, 1.776, 232, 2.524], + [6, 0.545, 15, 2.738, 31, 1.195, 38, 1.855, 232, 2.624], ], [ "description/174", [ - 3, 1.066, 4, 0.758, 6, 0.64, 18, 1.228, 19, 0.583, 34, 2.462, - 35, 3.116, 38, 2.652, 39, 3.155, 238, 4.36, + 3, 1.117, 4, 0.788, 6, 0.559, 18, 1.153, 19, 0.559, 34, 2.495, + 35, 3.16, 38, 2.696, 39, 3.19, 238, 4.396, ], ], [ "title/175", - [6, 0.608, 7, 1.28, 8, 1.566, 31, 1.135, 38, 1.776], + [6, 0.545, 7, 1.344, 8, 1.638, 31, 1.195, 38, 1.855], ], [ "description/175", [ - 3, 1.066, 4, 0.758, 6, 0.64, 18, 1.228, 19, 0.583, 34, 2.462, - 35, 3.116, 38, 2.652, 39, 3.155, 276, 4.36, + 3, 1.117, 4, 0.788, 6, 0.559, 18, 1.153, 19, 0.559, 34, 2.495, + 35, 3.16, 38, 2.696, 39, 3.19, 276, 4.396, ], ], - ["title/176", [38, 2.213, 79, 1.994, 80, 2.135]], + ["title/176", [38, 2.294, 79, 2.071, 80, 2.215]], [ "description/176", [ - 0, 2.238, 3, 1.099, 4, 0.714, 13, 3.435, 18, 1.156, 19, 0.549, - 28, 1.678, 42, 3.435, 74, 2.555, 220, 4.104, 232, 2.502, 276, - 4.104, 277, 4.104, + 0, 2.269, 3, 1.153, 4, 0.742, 13, 3.468, 18, 1.085, 19, 0.527, + 28, 1.709, 42, 3.468, 74, 2.587, 220, 4.139, 232, 2.533, 276, + 4.139, 277, 4.139, ], ], - ["title/177", [38, 2.213, 188, 3.145, 189, 3.082]], + ["title/177", [38, 2.294, 188, 3.246, 189, 3.182]], [ "description/177", [ - 3, 1.081, 4, 0.782, 10, 1.613, 18, 1.267, 19, 0.602, 39, - 3.257, 161, 3.36, 162, 3.36, 163, 1.758, 226, 3.61, 278, - 4.975, + 3, 1.133, 4, 0.813, 10, 1.646, 18, 1.19, 19, 0.577, 39, 3.292, + 161, 3.396, 162, 3.396, 163, 1.791, 226, 3.646, 278, 5.014, ], ], - ["title/178", [17, 1.758, 38, 2.213, 98, 2.422]], + ["title/178", [17, 1.83, 38, 2.294, 98, 2.507]], [ "description/178", [ - 3, 1.112, 4, 0.735, 17, 1.441, 18, 1.191, 19, 0.566, 21, - 1.441, 22, 1.307, 23, 1.441, 24, 1.235, 25, 1.984, 36, 3.06, - 279, 3.934, + 3, 1.166, 4, 0.764, 17, 1.471, 18, 1.118, 19, 0.542, 21, + 1.471, 22, 1.337, 23, 1.471, 24, 1.265, 25, 2.016, 36, 3.094, + 279, 3.969, ], ], - ["title/179", [6, 0.674, 14, 1.49, 27, 2.046, 38, 1.971]], + ["title/179", [6, 0.603, 14, 1.558, 27, 2.128, 38, 2.051]], [ "description/179", [ - 3, 0.613, 18, 1.781, 19, 0.602, 22, 1.391, 35, 2.267, 38, - 2.712, 147, 5.883, 148, 2.688, 149, 3.952, 150, 4.186, 279, - 4.186, + 3, 0.644, 18, 1.671, 19, 0.577, 22, 1.422, 35, 2.301, 38, + 2.757, 147, 5.932, 148, 2.722, 149, 3.989, 150, 4.223, 279, + 4.223, ], ], - ["title/180", [28, 2.11, 38, 2.213, 98, 2.422]], + ["title/180", [28, 2.189, 38, 2.294, 98, 2.507]], [ "description/180", [ - 0, 1.813, 3, 1.103, 4, 0.578, 13, 2.782, 18, 0.936, 19, 0.445, - 21, 1.133, 22, 1.028, 23, 1.133, 24, 0.971, 28, 1.36, 29, - 1.675, 30, 1.675, 39, 2.406, 42, 2.782, 74, 2.07, 229, 3.325, - 232, 2.027, 279, 3.093, + 0, 1.839, 3, 1.156, 4, 0.601, 13, 2.81, 18, 0.879, 19, 0.427, + 21, 1.157, 22, 1.052, 23, 1.157, 24, 0.995, 28, 1.385, 29, + 1.701, 30, 1.701, 39, 2.434, 42, 2.81, 74, 2.096, 229, 3.354, + 232, 2.053, 279, 3.122, ], ], [ "title/181", - [0, 2.258, 6, 0.608, 7, 1.28, 33, 2.258, 38, 1.776], - ], - ["description/181", [52, 7.728]], - [ - "title/182", - [6, 0.608, 7, 1.28, 31, 1.135, 38, 1.776, 144, 1.917], + [0, 2.351, 6, 0.545, 7, 1.344, 33, 2.351, 38, 1.855], ], + ["description/181", [52, 7.78]], + ["title/182", [6, 0.545, 7, 1.344, 31, 1.195, 38, 1.855, 144, 2]], [ "description/182", [ - 6, 0.758, 18, 1.454, 19, 0.691, 31, 1.415, 34, 2.915, 35, - 2.602, 38, 2.215, 144, 3.219, 154, 4.535, + 6, 0.662, 18, 1.365, 19, 0.662, 31, 1.451, 34, 2.953, 35, + 2.639, 38, 2.252, 144, 3.267, 154, 4.576, ], ], - ["title/183", [38, 1.971, 79, 1.776, 80, 1.901, 144, 2.127]], + ["title/183", [38, 2.051, 79, 1.851, 80, 1.98, 144, 2.212]], [ "description/183", [ - 18, 1.635, 19, 0.777, 38, 2.49, 79, 2.244, 80, 2.402, 144, - 2.688, 154, 5.099, + 18, 1.534, 19, 0.744, 38, 2.531, 79, 2.284, 80, 2.443, 144, + 2.729, 154, 5.143, ], ], - ["title/184", [7, 1.595, 144, 2.389, 152, 3.853]], + ["title/184", [7, 1.663, 144, 2.474, 152, 3.969]], [ "description/184", [ - 7, 1.872, 18, 1.706, 19, 0.81, 144, 2.804, 152, 4.523, 155, - 6.057, + 7, 1.913, 18, 1.6, 19, 0.776, 144, 2.847, 152, 4.567, 155, + 6.102, ], ], [ "title/185", - [38, 1.776, 98, 1.943, 113, 1.532, 188, 2.524, 189, 2.474], + [38, 1.855, 98, 2.027, 113, 1.604, 188, 2.624, 189, 2.572], ], [ "description/185", [ - 3, 0.976, 4, 0.54, 10, 1.113, 18, 0.874, 19, 0.643, 38, 2.522, - 43, 3.588, 98, 1.456, 113, 1.149, 126, 1.693, 161, 2.318, 162, - 2.318, 163, 1.213, 189, 1.854, 192, 1.932, 193, 2.597, 194, - 2.597, 226, 2.49, 277, 3.104, 280, 3.432, + 3, 1.023, 4, 0.561, 10, 1.136, 18, 0.821, 19, 0.616, 38, + 2.564, 43, 3.626, 98, 1.48, 113, 1.172, 126, 1.717, 161, + 2.344, 162, 2.344, 163, 1.236, 189, 1.879, 192, 1.423, 193, + 2.624, 194, 2.624, 226, 2.516, 277, 3.131, 280, 3.46, ], ], [ "title/186", [ - 6, 0.553, 15, 2.398, 31, 1.033, 33, 2.055, 38, 1.617, 53, - 2.579, + 6, 0.498, 15, 2.498, 31, 1.09, 33, 2.145, 38, 1.692, 53, + 2.685, ], ], [ "description/186", [ - 3, 1.066, 4, 0.758, 6, 0.64, 18, 1.228, 19, 0.583, 34, 2.462, - 35, 3.116, 38, 2.652, 39, 3.155, 281, 4.36, + 3, 1.117, 4, 0.788, 6, 0.559, 18, 1.153, 19, 0.559, 34, 2.495, + 35, 3.16, 38, 2.696, 39, 3.19, 281, 4.396, ], ], - ["title/187", [4, 1.19]], + ["title/187", [4, 1.246]], ["description/187", []], - ["title/188", [4, 0.799, 6, 0.674, 31, 1.259, 245, 2.642]], + ["title/188", [4, 0.85, 6, 0.603, 31, 1.322, 245, 2.739]], [ "description/188", [ - 3, 0.947, 19, 0.691, 31, 1.415, 55, 1.341, 126, 2.816, 252, - 4.535, 253, 3.214, 254, 4.321, 255, 5.163, + 3, 0.993, 19, 0.662, 31, 1.451, 55, 1.376, 126, 2.854, 252, + 4.576, 253, 3.252, 254, 4.361, 255, 5.205, ], ], - ["title/189", [4, 0.897, 245, 2.967, 256, 3.023]], + ["title/189", [4, 0.951, 245, 3.064, 256, 3.122]], [ "description/189", [ - 3, 0.882, 19, 0.622, 55, 1.207, 112, 2.834, 256, 2.724, 257, - 5.683, 258, 4.084, 259, 2.536, 260, 3.101, 261, 3.101, 262, - 4.649, + 3, 0.925, 19, 0.596, 55, 1.24, 112, 2.869, 256, 2.759, 257, + 5.732, 258, 4.121, 259, 2.57, 260, 3.137, 261, 3.137, 262, + 4.687, ], ], - ["title/190", [4, 0.897, 64, 3.987, 245, 2.967]], + ["title/190", [4, 0.951, 64, 4.106, 245, 3.064]], [ "description/190", [ - 3, 1.032, 19, 0.643, 55, 1.249, 256, 2.817, 259, 2.623, 260, - 3.207, 261, 3.207, 263, 3.591, 264, 3.591, 265, 4.809, + 3, 1.082, 19, 0.617, 55, 1.282, 256, 2.853, 259, 2.658, 260, + 3.244, 261, 3.244, 263, 3.628, 264, 3.628, 265, 4.848, ], ], - ["title/191", [4, 0.897, 6, 0.757, 31, 1.414]], + ["title/191", [4, 0.951, 6, 0.675, 31, 1.478]], [ "description/191", [ - 3, 0.997, 4, 0.969, 19, 0.746, 55, 1.448, 112, 3.398, 253, - 3.47, 254, 4.665, + 3, 1.045, 4, 1.007, 19, 0.715, 55, 1.486, 112, 3.438, 253, + 3.511, 254, 4.707, ], ], - ["title/192", [4, 0.799, 6, 0.674, 31, 1.259, 259, 2.506]], + ["title/192", [4, 0.85, 6, 0.603, 31, 1.322, 259, 2.6]], [ "description/192", [ - 3, 1.113, 4, 0.969, 19, 0.746, 55, 1.448, 253, 3.47, 282, - 5.574, + 3, 1.166, 4, 1.007, 19, 0.715, 55, 1.486, 253, 3.511, 282, + 5.618, ], ], - ["title/193", [4, 0.799, 6, 0.674, 8, 1.737, 31, 1.259]], + ["title/193", [4, 0.85, 6, 0.603, 8, 1.812, 31, 1.322]], [ "description/193", [ - 3, 1.112, 4, 0.735, 19, 0.566, 55, 1.098, 253, 2.632, 271, - 4.675, 272, 4.035, 283, 5.629, 284, 4.228, + 3, 1.166, 4, 0.764, 19, 0.542, 55, 1.128, 253, 2.664, 271, + 4.721, 272, 4.08, 283, 5.676, 284, 4.264, ], ], - ["title/194", [4, 0.897, 8, 1.951, 256, 3.023]], + ["title/194", [4, 0.951, 8, 2.027, 256, 3.122]], [ "description/194", [ - 3, 0.882, 19, 0.622, 55, 1.207, 112, 2.834, 256, 2.724, 257, - 5.683, 258, 4.084, 259, 2.536, 260, 3.101, 261, 3.101, 285, - 4.649, + 3, 0.925, 19, 0.596, 55, 1.24, 112, 2.869, 256, 2.759, 257, + 5.732, 258, 4.121, 259, 2.57, 260, 3.137, 261, 3.137, 285, + 4.687, ], ], - ["title/195", [4, 0.897, 8, 1.951, 64, 3.987]], + ["title/195", [4, 0.951, 8, 2.027, 64, 4.106]], [ "description/195", [ - 3, 1.032, 19, 0.643, 55, 1.249, 256, 2.817, 259, 2.623, 260, - 3.207, 261, 3.207, 263, 3.591, 264, 3.591, 286, 4.809, + 3, 1.082, 19, 0.617, 55, 1.282, 256, 2.853, 259, 2.658, 260, + 3.244, 261, 3.244, 263, 3.628, 264, 3.628, 286, 4.848, ], ], - ["title/196", [4, 0.799, 6, 0.674, 31, 1.259, 63, 2.248]], + ["title/196", [4, 0.85, 6, 0.603, 31, 1.322, 63, 2.336]], [ "description/196", [ - 3, 0.947, 19, 0.691, 31, 1.415, 55, 1.341, 126, 2.816, 252, - 4.535, 253, 3.214, 254, 4.321, 287, 5.163, + 3, 0.993, 19, 0.662, 31, 1.451, 55, 1.376, 126, 2.854, 252, + 4.576, 253, 3.252, 254, 4.361, 287, 5.205, ], ], - ["title/197", [4, 0.897, 63, 2.525, 256, 3.023]], + ["title/197", [4, 0.951, 63, 2.613, 256, 3.122]], [ "description/197", [ - 3, 1.032, 19, 0.643, 55, 1.249, 256, 2.817, 259, 2.623, 260, - 3.207, 261, 3.207, 263, 3.591, 264, 3.591, 288, 4.809, + 3, 1.082, 19, 0.617, 55, 1.282, 256, 2.853, 259, 2.658, 260, + 3.244, 261, 3.244, 263, 3.628, 264, 3.628, 288, 4.848, ], ], - ["title/198", [4, 0.897, 63, 2.525, 64, 3.987]], + ["title/198", [4, 0.951, 63, 2.613, 64, 4.106]], [ "description/198", [ - 3, 1.032, 19, 0.643, 55, 1.249, 256, 2.817, 259, 2.623, 260, - 3.207, 261, 3.207, 263, 3.591, 264, 3.591, 289, 4.809, + 3, 1.082, 19, 0.617, 55, 1.282, 256, 2.853, 259, 2.658, 260, + 3.244, 261, 3.244, 263, 3.628, 264, 3.628, 289, 4.848, ], ], - ["title/199", [290, 5.111]], + ["title/199", [290, 5.203]], ["description/199", []], [ "title/200", - [6, 0.608, 7, 1.28, 8, 1.566, 31, 1.135, 290, 3.092], + [6, 0.545, 7, 1.344, 8, 1.638, 31, 1.195, 290, 3.209], ], - ["description/200", [290, 5.771]], - ["title/201", [290, 4.394, 291, 5.884]], - ["description/201", [292, 8.545]], - ["title/202", [290, 4.394, 293, 5.884]], - ["description/202", [294, 8.545]], - ["title/203", [6, 0.674, 14, 1.49, 27, 2.046, 290, 3.431]], - ["description/203", [295, 8.545]], - ["title/204", [290, 4.394, 291, 5.884]], - ["description/204", [296, 8.545]], - ["title/205", [290, 4.394, 293, 5.884]], - ["description/205", [297, 8.545]], - ["title/206", [148, 4.089]], + ["description/200", [290, 5.822]], + ["title/201", [290, 4.503, 291, 6.017]], + ["description/201", [292, 8.597]], + ["title/202", [290, 4.503, 293, 6.017]], + ["description/202", [294, 8.597]], + ["title/203", [6, 0.603, 14, 1.558, 27, 2.128, 290, 3.549]], + ["description/203", [295, 8.597]], + ["title/204", [290, 4.503, 291, 6.017]], + ["description/204", [296, 8.597]], + ["title/205", [290, 4.503, 293, 6.017]], + ["description/205", [297, 8.597]], + ["title/206", [148, 4.171]], ["description/206", []], - ["title/207", [113, 1.91, 148, 3.082, 169, 1.673]], + ["title/207", [113, 1.984, 148, 3.182, 169, 1.743]], [ "description/207", [ - 3, 0.678, 4, 0.565, 8, 1.228, 10, 1.164, 19, 0.666, 20, 1.177, - 55, 0.843, 65, 1.298, 113, 2.238, 148, 1.94, 163, 1.944, 169, - 2.37, 170, 3.247, 171, 2.626, 172, 2.283, 173, 3.247, + 3, 0.712, 4, 0.587, 8, 1.252, 10, 1.188, 19, 0.638, 20, 1.201, + 55, 0.867, 65, 1.322, 113, 2.281, 148, 1.966, 163, 1.98, 169, + 2.42, 170, 3.276, 171, 2.048, 172, 2.31, 173, 3.276, ], ], [ "title/208", [ - 7, 1.165, 32, 1.506, 33, 2.055, 215, 3.154, 216, 3.31, 217, - 3.024, + 7, 1.227, 32, 1.579, 33, 2.145, 215, 3.278, 216, 3.439, 217, + 3.144, ], ], [ "description/208", [ - 7, 1.657, 18, 1.51, 19, 0.717, 32, 2.143, 33, 2.924, 215, - 4.486, 216, 4.709, 217, 4.301, 218, 5.361, + 7, 1.694, 18, 1.417, 19, 0.687, 32, 2.18, 33, 2.963, 215, + 4.527, 216, 4.75, 217, 4.342, 218, 5.403, ], ], - ["title/209", [259, 3.733]], + ["title/209", [259, 3.812]], ["description/209", []], - ["title/210", [6, 0.757, 31, 1.414, 259, 2.814]], - ["description/210", [259, 4.215]], - ["title/211", [79, 1.994, 80, 2.135, 259, 2.814]], - ["description/211", [259, 4.215]], - ["title/212", [17, 1.758, 98, 2.422, 259, 2.814]], + ["title/210", [6, 0.675, 31, 1.478, 259, 2.908]], + ["description/210", [259, 4.266]], + ["title/211", [79, 2.071, 80, 2.215, 259, 2.908]], + ["description/211", [259, 4.266]], + ["title/212", [17, 1.83, 98, 2.507, 259, 2.908]], [ "description/212", [ - 3, 0.972, 17, 1.827, 21, 1.827, 22, 1.657, 23, 1.827, 24, - 1.566, 25, 2.516, 298, 4.988, + 3, 1.019, 17, 1.864, 21, 1.864, 22, 1.694, 23, 1.864, 24, + 1.603, 25, 2.554, 298, 5.03, ], ], - ["title/213", [6, 0.674, 14, 1.49, 27, 2.046, 259, 2.506]], - ["description/213", [298, 7.19]], - ["title/214", [28, 2.11, 98, 2.422, 259, 2.814]], + ["title/213", [6, 0.603, 14, 1.558, 27, 2.128, 259, 2.6]], + ["description/213", [298, 7.241]], + ["title/214", [28, 2.189, 98, 2.507, 259, 2.908]], [ "description/214", [ - 3, 0.972, 21, 1.827, 22, 1.657, 23, 1.827, 24, 1.566, 29, - 2.701, 30, 2.701, 298, 4.988, + 3, 1.019, 21, 1.864, 22, 1.694, 23, 1.864, 24, 1.603, 29, + 2.74, 30, 2.74, 298, 5.03, ], ], - ["title/215", [4, 0.799, 6, 0.674, 31, 1.259, 259, 2.506]], + ["title/215", [4, 0.85, 6, 0.603, 31, 1.322, 259, 2.6]], [ "description/215", [ - 3, 1.113, 4, 0.969, 19, 0.746, 55, 1.448, 253, 3.47, 282, - 5.574, + 3, 1.166, 4, 1.007, 19, 0.715, 55, 1.486, 253, 3.511, 282, + 5.618, ], ], - ["title/216", [133, 6.012]], + ["title/216", [133, 6.112]], ["description/216", []], - ["title/217", [32, 2.352, 133, 5.168]], - ["description/217", [133, 6.788]], - ["title/218", [8, 2.588]], + ["title/217", [32, 2.428, 133, 5.29]], + ["description/217", [133, 6.84]], + ["title/218", [8, 2.657]], ["description/218", []], - ["title/219", [6, 0.863, 8, 2.225]], - ["description/219", [8, 2.922]], - ["title/220", [79, 1.994, 80, 2.135, 271, 3.987]], + ["title/219", [6, 0.765, 8, 2.299]], + ["description/219", [8, 2.973]], + ["title/220", [79, 2.071, 80, 2.215, 271, 4.106]], [ "description/220", - [3, 1.113, 4, 0.969, 8, 2.108, 18, 1.57, 19, 0.746, 299, 6.164], + [ + 3, 1.166, 4, 1.007, 8, 2.147, 18, 1.473, 19, 0.715, 299, + 6.208, + ], ], - ["title/221", [17, 1.565, 98, 2.156, 271, 3.55, 272, 3.065]], + ["title/221", [17, 1.636, 98, 2.241, 271, 3.671, 272, 3.173]], [ "description/221", [ - 3, 1.112, 4, 0.656, 17, 1.285, 18, 1.062, 19, 0.505, 21, - 1.285, 22, 1.166, 23, 1.285, 24, 1.102, 25, 1.77, 271, 2.915, - 272, 2.516, 300, 4.171, 301, 4.171, 302, 3.314, + 3, 1.166, 4, 0.682, 17, 1.313, 18, 0.998, 19, 0.484, 21, + 1.313, 22, 1.193, 23, 1.313, 24, 1.129, 25, 1.799, 271, 2.946, + 272, 2.546, 300, 4.205, 301, 4.205, 302, 3.345, ], ], - ["title/222", [6, 0.674, 14, 1.49, 27, 2.046, 272, 3.065]], - ["description/222", [302, 6.788]], - ["title/223", [79, 1.994, 80, 2.135, 272, 3.442]], + ["title/222", [6, 0.603, 14, 1.558, 27, 2.128, 272, 3.173]], + ["description/222", [302, 6.84]], + ["title/223", [79, 2.071, 80, 2.215, 272, 3.549]], [ "description/223", [ - 3, 1.113, 4, 0.969, 18, 1.57, 19, 0.746, 302, 4.896, 303, - 6.164, + 3, 1.166, 4, 1.007, 18, 1.473, 19, 0.715, 302, 4.939, 303, + 6.208, ], ], - ["title/224", [28, 1.879, 98, 2.156, 271, 3.55, 272, 3.065]], + ["title/224", [28, 1.957, 98, 2.241, 271, 3.671, 272, 3.173]], [ "description/224", [ - 3, 1.112, 4, 0.735, 18, 1.191, 19, 0.566, 21, 1.441, 22, - 1.307, 23, 1.441, 24, 1.235, 29, 2.13, 30, 2.13, 302, 3.714, - 304, 4.675, + 3, 1.166, 4, 0.764, 18, 1.118, 19, 0.542, 21, 1.471, 22, + 1.337, 23, 1.471, 24, 1.265, 29, 2.162, 30, 2.162, 302, 3.748, + 304, 4.711, ], ], - ["title/225", [7, 1.595, 8, 1.951, 93, 5.16]], - ["description/225", [94, 7.728]], - ["title/226", [6, 0.674, 8, 1.737, 27, 2.046, 105, 3.55]], - ["description/226", [305, 8.545]], - ["title/227", [4, 0.799, 6, 0.674, 8, 1.737, 31, 1.259]], + ["title/225", [7, 1.663, 8, 2.027, 93, 5.304]], + ["description/225", [94, 7.78]], + ["title/226", [6, 0.603, 8, 1.812, 27, 2.128, 105, 3.671]], + ["description/226", [305, 8.597]], + ["title/227", [4, 0.85, 6, 0.603, 8, 1.812, 31, 1.322]], [ "description/227", [ - 3, 1.112, 4, 0.735, 19, 0.566, 55, 1.098, 253, 2.632, 271, - 4.675, 272, 4.035, 283, 5.629, 284, 4.228, + 3, 1.166, 4, 0.764, 19, 0.542, 55, 1.128, 253, 2.664, 271, + 4.721, 272, 4.08, 283, 5.676, 284, 4.264, ], ], - ["title/228", [4, 0.897, 8, 1.951, 256, 3.023]], + ["title/228", [4, 0.951, 8, 2.027, 256, 3.122]], [ "description/228", [ - 3, 0.882, 19, 0.622, 55, 1.207, 112, 2.834, 256, 2.724, 257, - 5.683, 258, 4.084, 259, 2.536, 260, 3.101, 261, 3.101, 285, - 4.649, + 3, 0.925, 19, 0.596, 55, 1.24, 112, 2.869, 256, 2.759, 257, + 5.732, 258, 4.121, 259, 2.57, 260, 3.137, 261, 3.137, 285, + 4.687, ], ], - ["title/229", [4, 0.897, 8, 1.951, 64, 3.987]], + ["title/229", [4, 0.951, 8, 2.027, 64, 4.106]], [ "description/229", [ - 3, 1.032, 19, 0.643, 55, 1.249, 256, 2.817, 259, 2.623, 260, - 3.207, 261, 3.207, 263, 3.591, 264, 3.591, 286, 4.809, + 3, 1.082, 19, 0.617, 55, 1.282, 256, 2.853, 259, 2.658, 260, + 3.244, 261, 3.244, 263, 3.628, 264, 3.628, 286, 4.848, ], ], - ["title/230", [6, 0.674, 31, 1.259, 63, 2.248, 272, 3.065]], + ["title/230", [6, 0.603, 31, 1.322, 63, 2.336, 272, 3.173]], [ "description/230", - [6, 0.929, 31, 1.735, 63, 3.098, 272, 4.222, 306, 6.33], + [6, 0.811, 31, 1.778, 63, 3.142, 272, 4.267, 306, 6.377], ], - ["title/231", [307, 7.568]], + ["title/231", [307, 7.683]], ["description/231", []], [ "title/232", [ - 6, 0.436, 171, 1.567, 185, 2.031, 192, 1.848, 206, 2.087, 308, - 2.607, 309, 2.217, 310, 2.217, 311, 2.217, + 6, 0.369, 171, 1.183, 185, 1.774, 192, 1.317, 206, 1.408, 308, + 1.851, 309, 1.448, 310, 1.448, 311, 1.448, 312, 1.448, ], ], [ "description/232", [ - 6, 0.706, 18, 1.354, 19, 0.643, 171, 2.538, 185, 3.29, 192, - 2.993, 206, 3.381, 308, 4.224, 309, 3.591, 310, 3.591, 311, - 3.591, 312, 5.317, + 6, 0.596, 18, 1.229, 19, 0.596, 171, 1.913, 185, 2.869, 192, + 2.131, 206, 2.277, 308, 2.993, 309, 2.342, 310, 2.342, 311, + 2.342, 312, 2.342, 313, 5.18, ], ], [ "title/233", [ - 6, 0.436, 171, 1.567, 185, 2.031, 192, 1.848, 206, 2.087, 309, - 2.217, 310, 2.217, 311, 2.217, 313, 2.607, + 6, 0.369, 171, 1.183, 185, 1.774, 192, 1.317, 206, 1.408, 308, + 1.851, 309, 1.448, 310, 1.448, 311, 1.448, 312, 1.448, ], ], [ "description/233", [ - 6, 0.706, 18, 1.354, 19, 0.643, 171, 2.538, 185, 3.29, 192, - 2.993, 206, 3.381, 309, 3.591, 310, 3.591, 311, 3.591, 313, - 4.224, 314, 5.317, + 6, 0.596, 18, 1.229, 19, 0.596, 171, 1.913, 185, 2.869, 192, + 2.131, 206, 2.277, 308, 2.993, 309, 2.342, 310, 2.342, 311, + 2.342, 312, 2.342, 314, 5.18, ], ], [ "title/234", [ - 6, 0.436, 171, 1.567, 192, 1.848, 206, 2.087, 308, 2.607, 309, - 2.217, 310, 2.217, 311, 2.217, 315, 2.762, + 6, 0.369, 61, 1.645, 171, 1.183, 185, 1.774, 192, 1.317, 206, + 1.408, 309, 1.448, 310, 1.448, 311, 1.448, 312, 1.448, ], ], [ "description/234", [ - 6, 0.706, 18, 1.354, 19, 0.643, 171, 2.538, 192, 2.993, 206, - 3.381, 308, 4.224, 309, 3.591, 310, 3.591, 311, 3.591, 315, - 4.474, 316, 5.317, + 6, 0.596, 18, 1.229, 19, 0.596, 61, 2.66, 171, 1.913, 185, + 2.869, 192, 2.131, 206, 2.277, 309, 2.342, 310, 2.342, 311, + 2.342, 312, 2.342, 315, 5.18, ], ], [ "title/235", [ - 6, 0.436, 171, 1.567, 192, 1.848, 206, 2.087, 309, 2.217, 310, - 2.217, 311, 2.217, 313, 2.607, 315, 2.762, + 6, 0.369, 61, 1.645, 171, 1.183, 185, 1.774, 192, 1.317, 206, + 1.408, 309, 1.448, 310, 1.448, 311, 1.448, 312, 1.448, ], ], [ "description/235", [ - 6, 0.706, 18, 1.354, 19, 0.643, 171, 2.538, 185, 3.29, 192, - 2.993, 206, 3.381, 309, 3.591, 310, 3.591, 311, 3.591, 313, - 4.224, 317, 5.317, + 6, 0.596, 18, 1.229, 19, 0.596, 61, 2.66, 171, 1.913, 185, + 2.869, 192, 2.131, 206, 2.277, 309, 2.342, 310, 2.342, 311, + 2.342, 312, 2.342, 316, 5.18, + ], + ], + [ + "title/236", + [ + 6, 0.369, 171, 1.183, 192, 1.317, 206, 1.408, 308, 1.851, 309, + 1.448, 310, 1.448, 311, 1.448, 312, 1.448, 317, 2.329, ], ], - ["title/236", [6, 0.674, 57, 3.325, 62, 4.275, 192, 2.86]], [ "description/236", [ - 6, 0.852, 18, 1.635, 19, 0.777, 57, 4.202, 62, 5.401, 192, - 3.614, 318, 6.419, + 6, 0.596, 18, 1.229, 19, 0.596, 171, 1.913, 192, 2.131, 206, + 2.277, 308, 2.993, 309, 2.342, 310, 2.342, 311, 2.342, 312, + 2.342, 317, 3.767, 318, 5.18, ], ], - ["title/237", [175, 4.089]], - ["description/237", []], - ["title/238", [6, 0.674, 31, 1.259, 319, 4.275, 320, 5.08]], - ["description/238", [321, 8.545]], - ["title/239", [53, 4.683]], - ["description/239", []], [ - "title/240", + "title/237", [ - 6, 0.553, 8, 1.425, 15, 2.398, 31, 1.033, 33, 2.055, 53, - 2.579, + 6, 0.369, 171, 1.183, 192, 1.317, 206, 1.408, 308, 1.851, 309, + 1.448, 310, 1.448, 311, 1.448, 312, 1.448, 317, 2.329, ], ], - ["description/240", [322, 8.545]], - ["title/241", [17, 1.758, 53, 3.531, 98, 2.422]], [ - "description/241", + "description/237", [ - 3, 0.972, 17, 1.827, 21, 1.827, 22, 1.657, 23, 1.827, 24, - 1.566, 25, 2.516, 323, 4.988, + 6, 0.596, 18, 1.229, 19, 0.596, 171, 1.913, 192, 2.131, 206, + 2.277, 308, 2.993, 309, 2.342, 310, 2.342, 311, 2.342, 312, + 2.342, 317, 3.767, 319, 5.18, ], ], - ["title/242", [6, 0.674, 14, 1.49, 27, 2.046, 53, 3.144]], - ["description/242", [323, 7.19]], - ["title/243", [28, 2.11, 53, 3.531, 98, 2.422]], [ - "description/243", + "title/238", [ - 3, 0.972, 21, 1.827, 22, 1.657, 23, 1.827, 24, 1.566, 29, - 2.701, 30, 2.701, 323, 4.988, + 6, 0.369, 61, 1.645, 171, 1.183, 192, 1.317, 206, 1.408, 309, + 1.448, 310, 1.448, 311, 1.448, 312, 1.448, 317, 2.329, ], ], [ - "title/244", - [0, 2.258, 6, 0.608, 7, 1.28, 33, 2.258, 53, 2.833], + "description/238", + [ + 6, 0.596, 18, 1.229, 19, 0.596, 61, 2.66, 171, 1.913, 185, + 2.869, 192, 2.131, 206, 2.277, 309, 2.342, 310, 2.342, 311, + 2.342, 312, 2.342, 320, 5.18, + ], ], - ["description/244", [54, 7.728]], [ - "title/245", + "title/239", [ - 6, 0.553, 15, 2.398, 31, 1.033, 32, 1.506, 33, 2.055, 53, - 2.579, + 6, 0.369, 61, 1.645, 171, 1.183, 192, 1.317, 206, 1.408, 309, + 1.448, 310, 1.448, 311, 1.448, 312, 1.448, 317, 2.329, ], ], [ - "description/245", + "description/239", [ - 3, 1.066, 4, 0.758, 6, 0.64, 18, 1.228, 19, 0.583, 32, 2.472, - 34, 2.462, 35, 3.116, 36, 3.155, 231, 4.36, + 6, 0.596, 18, 1.229, 19, 0.596, 61, 2.66, 171, 1.913, 185, + 2.869, 192, 2.131, 206, 2.277, 309, 2.342, 310, 2.342, 311, + 2.342, 312, 2.342, 321, 5.18, ], ], + ["title/240", [6, 0.603, 57, 3.44, 62, 4.414, 192, 2.155]], [ - "title/246", + "description/240", [ - 6, 0.553, 15, 2.398, 31, 1.033, 33, 2.055, 38, 1.617, 53, - 2.579, + 6, 0.744, 18, 1.534, 19, 0.744, 57, 4.245, 62, 5.445, 192, + 2.659, 322, 6.464, ], ], [ - "description/246", + "title/241", [ - 3, 1.066, 4, 0.758, 6, 0.64, 18, 1.228, 19, 0.583, 34, 2.462, - 35, 3.116, 38, 2.652, 39, 3.155, 281, 4.36, + 6, 0.369, 171, 1.183, 192, 1.317, 206, 1.408, 308, 1.851, 309, + 1.448, 310, 1.448, 311, 1.448, 312, 1.448, 323, 2.548, ], ], - ["title/247", [324, 4.683]], - ["description/247", []], [ - "title/248", - [6, 0.608, 7, 1.28, 8, 1.566, 31, 1.135, 324, 2.833], + "description/241", + [ + 6, 0.596, 18, 1.229, 19, 0.596, 171, 1.913, 192, 2.131, 206, + 2.277, 308, 2.993, 309, 2.342, 310, 2.342, 311, 2.342, 312, + 2.342, 323, 4.121, 324, 5.18, + ], ], - ["description/248", [325, 6.788]], - ["title/249", [79, 1.994, 80, 2.135, 324, 3.531]], - ["description/249", [325, 6.788]], - ["title/250", [17, 1.758, 98, 2.422, 324, 3.531]], [ - "description/250", + "title/242", [ - 3, 0.972, 17, 1.827, 21, 1.827, 22, 1.657, 23, 1.827, 24, - 1.566, 25, 2.516, 326, 4.301, + 6, 0.369, 61, 1.645, 171, 1.183, 192, 1.317, 206, 1.408, 309, + 1.448, 310, 1.448, 311, 1.448, 312, 1.448, 323, 2.548, ], ], - ["title/251", [6, 0.674, 14, 1.49, 27, 2.046, 324, 3.144]], - ["description/251", [326, 6.2]], - ["title/252", [28, 2.11, 98, 2.422, 324, 3.531]], [ - "description/252", + "description/242", [ - 3, 0.972, 21, 1.827, 22, 1.657, 23, 1.827, 24, 1.566, 29, - 2.701, 30, 2.701, 326, 4.301, + 6, 0.596, 18, 1.229, 19, 0.596, 61, 2.66, 171, 1.913, 192, + 2.131, 206, 2.277, 309, 2.342, 310, 2.342, 311, 2.342, 312, + 2.342, 323, 4.121, 325, 5.18, ], ], - ["title/253", [327, 4.26]], - ["description/253", []], - ["title/254", [8, 1.951, 268, 4.532, 327, 3.212]], [ - "description/254", + "title/243", [ - 3, 1.113, 4, 0.969, 18, 1.57, 19, 0.746, 328, 3.919, 329, - 6.164, + 6, 0.369, 171, 1.183, 192, 1.317, 206, 1.408, 308, 1.851, 309, + 1.448, 310, 1.448, 311, 1.448, 312, 1.448, 326, 2.548, ], ], [ - "title/255", - [6, 0.608, 7, 1.28, 8, 1.566, 31, 1.135, 327, 2.578], + "description/243", + [ + 6, 0.596, 18, 1.229, 19, 0.596, 171, 1.913, 192, 2.131, 206, + 2.277, 308, 2.993, 309, 2.342, 310, 2.342, 311, 2.342, 312, + 2.342, 326, 4.121, 327, 5.18, + ], ], [ - "description/255", + "title/244", [ - 3, 1.113, 4, 0.969, 18, 1.57, 19, 0.746, 328, 3.919, 330, - 5.574, + 6, 0.369, 61, 1.645, 171, 1.183, 192, 1.317, 206, 1.408, 309, + 1.448, 310, 1.448, 311, 1.448, 312, 1.448, 326, 2.548, ], ], - ["title/256", [79, 1.994, 80, 2.135, 327, 3.212]], [ - "description/256", + "description/244", [ - 3, 1.113, 4, 0.969, 18, 1.57, 19, 0.746, 328, 3.919, 330, - 5.574, + 6, 0.596, 18, 1.229, 19, 0.596, 61, 2.66, 171, 1.913, 192, + 2.131, 206, 2.277, 309, 2.342, 310, 2.342, 311, 2.342, 312, + 2.342, 326, 4.121, 328, 5.18, ], ], - ["title/257", [188, 3.145, 189, 3.082, 327, 3.212]], [ - "description/257", + "title/245", [ - 3, 1.063, 4, 0.656, 10, 1.353, 18, 1.062, 19, 0.745, 43, - 2.817, 99, 1.93, 161, 2.817, 162, 2.817, 163, 2.176, 226, - 3.027, 327, 2.348, 328, 2.652, 331, 4.171, + 6, 0.369, 171, 1.183, 192, 1.317, 206, 1.408, 308, 1.851, 309, + 1.448, 310, 1.448, 311, 1.448, 312, 1.448, 329, 2.548, ], ], - ["title/258", [17, 2.005, 327, 3.663]], [ - "description/258", + "description/245", [ - 3, 1.112, 4, 0.735, 17, 1.441, 18, 1.191, 19, 0.566, 21, - 1.441, 22, 1.307, 23, 1.441, 24, 1.235, 25, 1.984, 328, 2.973, - 332, 3.934, + 6, 0.596, 18, 1.229, 19, 0.596, 171, 1.913, 192, 2.131, 206, + 2.277, 308, 2.993, 309, 2.342, 310, 2.342, 311, 2.342, 312, + 2.342, 329, 4.121, 330, 5.18, ], ], - ["title/259", [6, 0.674, 14, 1.49, 27, 2.046, 327, 2.86]], [ - "description/259", + "title/246", [ - 3, 1.113, 4, 0.969, 18, 1.57, 19, 0.746, 328, 3.919, 332, - 5.186, + 6, 0.369, 61, 1.645, 171, 1.183, 192, 1.317, 206, 1.408, 309, + 1.448, 310, 1.448, 311, 1.448, 312, 1.448, 329, 2.548, ], ], - ["title/260", [28, 2.406, 327, 3.663]], [ - "description/260", + "description/246", + [ + 6, 0.596, 18, 1.229, 19, 0.596, 61, 2.66, 171, 1.913, 192, + 2.131, 206, 2.277, 309, 2.342, 310, 2.342, 311, 2.342, 312, + 2.342, 329, 4.121, 331, 5.18, + ], + ], + ["title/247", [175, 4.171]], + ["description/247", []], + ["title/248", [6, 0.603, 31, 1.322, 332, 4.414, 333, 5.239]], + ["description/248", [334, 8.597]], + ["title/249", [53, 4.771]], + ["description/249", []], + [ + "title/250", + [6, 0.498, 8, 1.495, 15, 2.498, 31, 1.09, 33, 2.145, 53, 2.685], + ], + ["description/250", [335, 8.597]], + ["title/251", [17, 1.83, 53, 3.64, 98, 2.507]], + [ + "description/251", [ - 3, 1.112, 4, 0.735, 18, 1.191, 19, 0.566, 21, 1.441, 22, - 1.307, 23, 1.441, 24, 1.235, 29, 2.13, 30, 2.13, 328, 2.973, - 332, 3.934, + 3, 1.019, 17, 1.864, 21, 1.864, 22, 1.694, 23, 1.864, 24, + 1.603, 25, 2.554, 336, 5.03, ], ], - ["title/261", [188, 3.145, 327, 3.212, 333, 5.16]], + ["title/252", [6, 0.603, 14, 1.558, 27, 2.128, 53, 3.254]], + ["description/252", [336, 7.241]], + ["title/253", [28, 2.189, 53, 3.64, 98, 2.507]], [ - "description/261", + "description/253", [ - 3, 1.113, 4, 0.969, 18, 1.57, 19, 0.746, 328, 3.919, 334, - 6.164, + 3, 1.019, 21, 1.864, 22, 1.694, 23, 1.864, 24, 1.603, 29, + 2.74, 30, 2.74, 336, 5.03, ], ], [ - "title/262", - [98, 1.943, 113, 1.532, 188, 2.524, 189, 2.474, 327, 2.578], + "title/254", + [0, 2.351, 6, 0.545, 7, 1.344, 33, 2.351, 53, 2.942], ], + ["description/254", [54, 7.78]], [ - "description/262", + "title/255", + [ + 6, 0.498, 15, 2.498, 31, 1.09, 32, 1.579, 33, 2.145, 53, + 2.685, + ], + ], + [ + "description/255", + [ + 3, 1.117, 4, 0.788, 6, 0.559, 18, 1.153, 19, 0.559, 32, 2.515, + 34, 2.495, 35, 3.16, 36, 3.19, 231, 4.396, + ], + ], + [ + "title/256", + [ + 6, 0.498, 15, 2.498, 31, 1.09, 33, 2.145, 38, 1.692, 53, + 2.685, + ], + ], + [ + "description/256", [ - 3, 1.1, 4, 0.412, 10, 0.849, 18, 0.667, 19, 0.518, 38, 1.016, - 43, 2.893, 65, 0.947, 95, 0.739, 98, 1.112, 113, 0.877, 126, - 1.292, 161, 2.893, 162, 1.769, 163, 0.926, 189, 1.415, 192, - 1.474, 193, 1.982, 194, 1.982, 217, 1.9, 226, 1.9, 327, 3.535, - 328, 1.665, 335, 2.369, 336, 2.369, 337, 2.619, + 3, 1.117, 4, 0.788, 6, 0.559, 18, 1.153, 19, 0.559, 34, 2.495, + 35, 3.16, 38, 2.696, 39, 3.19, 281, 4.396, ], ], - ["title/263", [148, 3.515, 327, 3.663]], + ["title/257", [337, 4.771]], + ["description/257", []], [ - "description/263", + "title/258", + [6, 0.545, 7, 1.344, 8, 1.638, 31, 1.195, 337, 2.942], + ], + ["description/258", [338, 6.84]], + ["title/259", [79, 2.071, 80, 2.215, 337, 3.64]], + ["description/259", [338, 6.84]], + ["title/260", [17, 1.83, 98, 2.507, 337, 3.64]], + [ + "description/260", [ - 3, 1.189, 4, 0.622, 18, 1.008, 19, 0.479, 38, 1.535, 65, - 1.431, 95, 1.117, 161, 2.673, 215, 2.996, 217, 2.872, 327, - 2.228, 335, 3.58, 336, 3.58, 338, 3.958, + 3, 1.019, 17, 1.864, 21, 1.864, 22, 1.694, 23, 1.864, 24, + 1.603, 25, 2.554, 339, 4.342, ], ], + ["title/261", [6, 0.603, 14, 1.558, 27, 2.128, 337, 3.254]], + ["description/261", [339, 6.251]], + ["title/262", [28, 2.189, 98, 2.507, 337, 3.64]], [ - "title/264", + "description/262", [ - 268, 3.037, 319, 3.217, 327, 2.153, 339, 2.306, 340, 5.219, - 341, 3.823, + 3, 1.019, 21, 1.864, 22, 1.694, 23, 1.864, 24, 1.603, 29, + 2.74, 30, 2.74, 339, 4.342, ], ], + ["title/263", [340, 4.345]], + ["description/263", []], + ["title/264", [8, 2.027, 268, 4.663, 340, 3.314]], [ "description/264", [ - 3, 1.113, 4, 0.969, 18, 1.57, 19, 0.746, 328, 3.919, 342, - 6.164, + 3, 1.166, 4, 1.007, 18, 1.473, 19, 0.715, 341, 3.96, 342, + 6.208, ], ], [ "title/265", - [6, 0.608, 7, 1.28, 8, 1.566, 31, 1.135, 324, 2.833], + [6, 0.545, 7, 1.344, 8, 1.638, 31, 1.195, 340, 2.679], ], - ["description/265", [325, 6.788]], - ["title/266", [79, 1.994, 80, 2.135, 324, 3.531]], - ["description/266", [325, 6.788]], - ["title/267", [17, 1.758, 98, 2.422, 324, 3.531]], + [ + "description/265", + [ + 3, 1.166, 4, 1.007, 18, 1.473, 19, 0.715, 341, 3.96, 343, + 5.618, + ], + ], + ["title/266", [79, 2.071, 80, 2.215, 340, 3.314]], + [ + "description/266", + [ + 3, 1.166, 4, 1.007, 18, 1.473, 19, 0.715, 341, 3.96, 343, + 5.618, + ], + ], + ["title/267", [188, 3.246, 189, 3.182, 340, 3.314]], [ "description/267", [ - 3, 0.972, 17, 1.827, 21, 1.827, 22, 1.657, 23, 1.827, 24, - 1.566, 25, 2.516, 326, 4.301, + 3, 1.114, 4, 0.682, 10, 1.38, 18, 0.998, 19, 0.714, 43, 2.848, + 99, 1.958, 161, 2.848, 162, 2.848, 163, 2.216, 226, 3.058, + 340, 2.378, 341, 2.683, 344, 4.205, + ], + ], + ["title/268", [17, 2.076, 340, 3.76]], + [ + "description/268", + [ + 3, 1.166, 4, 0.764, 17, 1.471, 18, 1.118, 19, 0.542, 21, + 1.471, 22, 1.337, 23, 1.471, 24, 1.265, 25, 2.016, 341, 3.006, + 345, 3.969, ], ], - ["title/268", [6, 0.674, 14, 1.49, 27, 2.046, 324, 3.144]], - ["description/268", [326, 6.2]], - ["title/269", [28, 2.11, 98, 2.422, 324, 3.531]], + ["title/269", [6, 0.603, 14, 1.558, 27, 2.128, 340, 2.963]], [ "description/269", [ - 3, 0.972, 21, 1.827, 22, 1.657, 23, 1.827, 24, 1.566, 29, - 2.701, 30, 2.701, 326, 4.301, + 3, 1.166, 4, 1.007, 18, 1.473, 19, 0.715, 341, 3.96, 345, + 5.229, ], ], - ["title/270", [339, 4.565]], - ["description/270", []], - ["title/271", [222, 4.318, 339, 3.442, 343, 5.705]], + ["title/270", [28, 2.484, 340, 3.76]], [ - "description/271", + "description/270", [ - 3, 1.023, 4, 0.693, 7, 1.232, 8, 1.508, 10, 1.43, 19, 0.533, - 55, 1.035, 57, 2.886, 222, 3.337, 339, 3.868, 344, 4.409, 345, - 4.409, 346, 3.081, 347, 4.409, + 3, 1.166, 4, 0.764, 18, 1.118, 19, 0.542, 21, 1.471, 22, + 1.337, 23, 1.471, 24, 1.265, 29, 2.162, 30, 2.162, 341, 3.006, + 345, 3.969, ], ], - ["title/272", [6, 0.674, 8, 1.737, 31, 1.259, 339, 3.065]], + ["title/271", [188, 3.246, 340, 3.314, 346, 5.304]], [ - "description/272", + "description/271", [ - 3, 1.113, 4, 0.969, 19, 0.746, 55, 1.448, 346, 4.307, 348, - 6.164, + 3, 1.166, 4, 1.007, 18, 1.473, 19, 0.715, 341, 3.96, 347, + 6.208, ], ], [ - "title/273", - [6, 0.608, 8, 1.566, 14, 1.343, 27, 1.844, 339, 2.762], + "title/272", + [98, 2.027, 113, 1.604, 188, 2.624, 189, 2.572, 340, 2.679], ], [ - "description/273", + "description/272", [ - 3, 1.113, 4, 0.969, 19, 0.746, 55, 1.448, 346, 4.307, 349, - 6.164, + 3, 1.154, 4, 0.428, 10, 0.867, 18, 0.627, 19, 0.497, 38, + 1.034, 43, 2.925, 65, 0.965, 95, 0.757, 98, 1.13, 113, 0.894, + 126, 1.311, 161, 2.925, 162, 1.789, 163, 0.944, 189, 1.434, + 192, 1.087, 193, 2.003, 194, 2.003, 217, 1.921, 226, 1.921, + 340, 3.578, 341, 1.685, 348, 2.391, 349, 2.391, 350, 2.642, ], ], - ["title/274", [8, 1.951, 339, 3.442, 350, 5.16]], + ["title/273", [148, 3.61, 340, 3.76]], [ - "description/274", + "description/273", [ - 3, 1.113, 4, 0.969, 19, 0.746, 55, 1.448, 346, 4.307, 351, - 6.164, + 3, 1.246, 4, 0.647, 18, 0.947, 19, 0.459, 38, 1.562, 65, + 1.457, 95, 1.143, 161, 2.702, 215, 3.026, 217, 2.902, 340, + 2.257, 348, 3.611, 349, 3.611, 351, 3.99, ], ], - ["title/275", [6, 0.757, 31, 1.414, 339, 3.442]], [ - "description/275", + "title/274", [ - 3, 1.113, 4, 0.969, 19, 0.746, 55, 1.448, 339, 3.718, 346, - 4.307, + 268, 3.163, 332, 3.349, 340, 2.248, 352, 2.407, 353, 5.385, + 354, 3.975, ], ], - ["title/276", [7, 1.42, 339, 3.065, 352, 5.08, 353, 5.08]], [ - "description/276", + "description/274", [ - 3, 1.023, 4, 0.528, 17, 1.609, 19, 0.406, 21, 1.035, 22, - 0.938, 23, 1.035, 24, 0.887, 25, 1.425, 55, 0.789, 99, 1.553, - 162, 2.267, 163, 1.186, 195, 2.825, 339, 3.867, 346, 2.346, - 350, 3.036, 354, 3.036, 355, 3.357, 356, 3.357, 357, 3.036, + 3, 1.166, 4, 1.007, 18, 1.473, 19, 0.715, 341, 3.96, 355, + 6.208, ], ], - ["title/277", [6, 0.674, 14, 1.49, 27, 2.046, 339, 3.065]], + [ + "title/275", + [6, 0.545, 7, 1.344, 8, 1.638, 31, 1.195, 337, 2.942], + ], + ["description/275", [338, 6.84]], + ["title/276", [79, 2.071, 80, 2.215, 337, 3.64]], + ["description/276", [338, 6.84]], + ["title/277", [17, 1.83, 98, 2.507, 337, 3.64]], [ "description/277", [ - 3, 1.113, 4, 0.969, 19, 0.746, 55, 1.448, 346, 4.307, 357, - 5.574, + 3, 1.019, 17, 1.864, 21, 1.864, 22, 1.694, 23, 1.864, 24, + 1.603, 25, 2.554, 339, 4.342, ], ], - ["title/278", [63, 3.349]], - ["description/278", []], + ["title/278", [6, 0.603, 14, 1.558, 27, 2.128, 337, 3.254]], + ["description/278", [339, 6.251]], + ["title/279", [28, 2.189, 98, 2.507, 337, 3.64]], [ - "title/279", + "description/279", [ - 7, 1.165, 70, 3.31, 78, 3.506, 358, 3.769, 359, 3.769, 360, - 3.769, + 3, 1.019, 21, 1.864, 22, 1.694, 23, 1.864, 24, 1.603, 29, + 2.74, 30, 2.74, 339, 4.342, ], ], + ["title/280", [352, 4.652]], + ["description/280", []], + ["title/281", [222, 4.444, 352, 3.549, 356, 5.861]], [ - "description/279", + "description/281", [ - 3, 1.023, 4, 0.693, 19, 0.533, 22, 1.232, 55, 1.035, 63, - 1.951, 82, 2.728, 253, 2.482, 354, 3.987, 361, 4.409, 362, - 4.409, 363, 4.409, 364, 4.409, 365, 4.409, 366, 4.409, + 3, 1.073, 4, 0.721, 7, 1.261, 8, 1.537, 10, 1.459, 19, 0.512, + 55, 1.064, 57, 2.918, 222, 3.37, 352, 3.912, 357, 4.444, 358, + 4.444, 359, 3.113, 360, 4.444, ], ], + ["title/282", [6, 0.603, 8, 1.812, 31, 1.322, 352, 3.173]], [ - "title/280", - [6, 0.608, 7, 1.28, 8, 1.566, 31, 1.135, 63, 2.026], + "description/282", + [ + 3, 1.166, 4, 1.007, 19, 0.715, 55, 1.486, 359, 4.349, 361, + 6.208, + ], ], [ - "description/280", + "title/283", + [6, 0.545, 8, 1.638, 14, 1.409, 27, 1.924, 352, 2.869], + ], + [ + "description/283", [ - 3, 1.051, 4, 0.639, 6, 0.539, 19, 0.491, 34, 2.074, 55, 0.954, - 63, 3.189, 130, 4.078, 233, 4.381, 253, 2.287, 367, 6.038, - 368, 4.062, + 3, 1.166, 4, 1.007, 19, 0.715, 55, 1.486, 359, 4.349, 362, + 6.208, ], ], - ["title/281", [63, 2.525, 79, 1.994, 80, 2.135]], + ["title/284", [8, 2.027, 352, 3.549, 363, 5.304]], [ - "description/281", + "description/284", [ - 3, 1.113, 4, 0.969, 19, 0.746, 55, 1.448, 63, 2.728, 253, - 3.47, + 3, 1.166, 4, 1.007, 19, 0.715, 55, 1.486, 359, 4.349, 364, + 6.208, ], ], - ["title/282", [63, 2.879, 222, 4.924]], - ["description/282", [369, 8.545]], - ["title/283", [63, 2.879, 224, 5.884]], - ["description/283", [370, 8.545]], - ["title/284", [63, 2.879, 246, 5.884]], - ["description/284", [371, 8.545]], - ["title/285", [17, 2.005, 63, 2.879]], + ["title/285", [6, 0.675, 31, 1.478, 352, 3.549]], [ "description/285", [ - 3, 1.081, 4, 0.607, 17, 2.154, 19, 0.467, 21, 1.189, 22, - 1.079, 23, 1.189, 24, 1.02, 25, 1.638, 55, 0.906, 63, 1.708, - 175, 2.085, 253, 2.173, 283, 3.247, 372, 3.859, 373, 3.247, + 3, 1.166, 4, 1.007, 19, 0.715, 55, 1.486, 352, 3.759, 359, + 4.349, ], ], - ["title/286", [6, 0.674, 14, 1.49, 27, 2.046, 63, 2.248]], + ["title/286", [7, 1.487, 352, 3.173, 365, 5.239, 366, 5.239]], [ "description/286", [ - 6, 0.995, 14, 1.615, 18, 1.402, 19, 0.666, 27, 2.217, 63, - 2.437, 126, 2.716, 130, 3.719, 233, 3.995, 373, 4.633, + 3, 1.073, 4, 0.549, 17, 1.643, 19, 0.39, 21, 1.057, 22, 0.961, + 23, 1.057, 24, 0.909, 25, 1.448, 55, 0.81, 99, 1.577, 162, + 2.293, 163, 1.209, 195, 2.852, 352, 3.911, 359, 2.372, 363, + 3.064, 367, 3.064, 368, 3.385, 369, 3.385, 370, 3.064, ], ], - ["title/287", [28, 2.11, 63, 2.525, 113, 1.91]], + ["title/287", [6, 0.603, 14, 1.558, 27, 2.128, 352, 3.173]], [ "description/287", [ - 3, 0.862, 18, 1.267, 19, 0.602, 21, 1.533, 22, 1.391, 23, - 1.533, 24, 1.315, 28, 1.84, 29, 2.267, 30, 2.267, 63, 2.202, - 113, 1.665, 373, 4.186, + 3, 1.166, 4, 1.007, 19, 0.715, 55, 1.486, 359, 4.349, 370, + 5.618, + ], + ], + ["title/288", [63, 3.425]], + ["description/288", []], + [ + "title/289", + [ + 7, 1.227, 70, 3.439, 78, 3.642, 371, 3.912, 372, 3.912, 373, + 3.912, ], ], - ["title/288", [6, 0.757, 31, 1.414, 245, 2.967]], - ["description/288", [266, 7.728]], - ["title/289", [4, 0.799, 6, 0.674, 31, 1.259, 63, 2.248]], [ "description/289", [ - 3, 0.947, 19, 0.691, 31, 1.415, 55, 1.341, 126, 2.816, 252, - 4.535, 253, 3.214, 254, 4.321, 287, 5.163, + 3, 1.073, 4, 0.721, 19, 0.512, 22, 1.261, 55, 1.064, 63, + 1.981, 82, 2.76, 253, 2.513, 367, 4.021, 374, 4.444, 375, + 4.444, 376, 4.444, 377, 4.444, 378, 4.444, 379, 4.444, ], ], - ["title/290", [4, 0.897, 63, 2.525, 256, 3.023]], + [ + "title/290", + [6, 0.545, 7, 1.344, 8, 1.638, 31, 1.195, 63, 2.112], + ], [ "description/290", [ - 3, 1.032, 19, 0.643, 55, 1.249, 256, 2.817, 259, 2.623, 260, - 3.207, 261, 3.207, 263, 3.591, 264, 3.591, 288, 4.809, + 3, 1.102, 4, 0.664, 6, 0.471, 19, 0.471, 34, 2.103, 55, 0.98, + 63, 3.236, 130, 4.12, 233, 4.424, 253, 2.316, 380, 6.083, 381, + 4.095, ], ], - ["title/291", [4, 0.897, 63, 2.525, 64, 3.987]], + ["title/291", [63, 2.613, 79, 2.071, 80, 2.215]], [ "description/291", [ - 3, 1.032, 19, 0.643, 55, 1.249, 256, 2.817, 259, 2.623, 260, - 3.207, 261, 3.207, 263, 3.591, 264, 3.591, 289, 4.809, + 3, 1.166, 4, 1.007, 19, 0.715, 55, 1.486, 63, 2.767, 253, + 3.511, ], ], + ["title/292", [63, 2.964, 222, 5.042]], + ["description/292", [382, 8.597]], + ["title/293", [63, 2.964, 224, 6.017]], + ["description/293", [383, 8.597]], + ["title/294", [63, 2.964, 246, 6.017]], + ["description/294", [384, 8.597]], + ["title/295", [17, 2.076, 63, 2.964]], [ - "title/292", + "description/295", [ - 7, 1.069, 63, 1.692, 70, 3.037, 78, 3.217, 358, 3.458, 359, - 3.458, 360, 3.458, + 3, 1.133, 4, 0.631, 17, 2.198, 19, 0.448, 21, 1.215, 22, + 1.104, 23, 1.215, 24, 1.045, 25, 1.664, 55, 0.931, 63, 1.735, + 175, 2.113, 253, 2.2, 283, 3.278, 385, 3.891, 386, 3.278, ], ], + ["title/296", [6, 0.603, 14, 1.558, 27, 2.128, 63, 2.336]], [ - "description/292", + "description/296", [ - 3, 1.113, 4, 0.969, 19, 0.746, 55, 1.448, 253, 3.47, 374, - 6.164, + 6, 0.869, 14, 1.65, 18, 1.316, 19, 0.639, 27, 2.253, 63, + 2.473, 126, 2.752, 130, 3.757, 233, 4.034, 386, 4.673, ], ], - ["title/293", [6, 0.674, 31, 1.259, 63, 2.248, 272, 3.065]], + ["title/297", [28, 2.189, 63, 2.613, 113, 1.984]], [ - "description/293", - [6, 0.929, 31, 1.735, 63, 3.098, 272, 4.222, 306, 6.33], + "description/297", + [ + 3, 0.904, 18, 1.19, 19, 0.577, 21, 1.565, 22, 1.422, 23, + 1.565, 24, 1.346, 28, 1.873, 29, 2.301, 30, 2.301, 63, 2.235, + 113, 1.697, 386, 4.223, + ], ], - ["title/294", [63, 2.525, 375, 5.705, 376, 5.705]], + ["title/298", [6, 0.675, 31, 1.478, 245, 3.064]], + ["description/298", [266, 7.78]], + ["title/299", [4, 0.85, 6, 0.603, 31, 1.322, 63, 2.336]], [ - "description/294", + "description/299", [ - 3, 1.113, 4, 0.969, 19, 0.746, 55, 1.448, 253, 3.47, 377, - 6.164, + 3, 0.993, 19, 0.662, 31, 1.451, 55, 1.376, 126, 2.854, 252, + 4.576, 253, 3.252, 254, 4.361, 287, 5.205, ], ], - ["title/295", [378, 4.565]], - ["description/295", []], + ["title/300", [4, 0.951, 63, 2.613, 256, 3.122]], [ - "title/296", - [6, 0.608, 7, 1.28, 8, 1.566, 31, 1.135, 378, 2.762], + "description/300", + [ + 3, 1.082, 19, 0.617, 55, 1.282, 256, 2.853, 259, 2.658, 260, + 3.244, 261, 3.244, 263, 3.628, 264, 3.628, 288, 4.848, + ], ], - ["description/296", [379, 7.728]], - ["title/297", [79, 1.994, 80, 2.135, 378, 3.442]], - ["description/297", [379, 7.728]], - ["title/298", [17, 2.005, 378, 3.925]], + ["title/301", [4, 0.951, 63, 2.613, 64, 4.106]], [ - "description/298", + "description/301", [ - 3, 0.972, 17, 1.827, 21, 1.827, 22, 1.657, 23, 1.827, 24, - 1.566, 25, 2.516, 380, 4.988, + 3, 1.082, 19, 0.617, 55, 1.282, 256, 2.853, 259, 2.658, 260, + 3.244, 261, 3.244, 263, 3.628, 264, 3.628, 289, 4.848, ], ], - ["title/299", [6, 0.674, 14, 1.49, 27, 2.046, 378, 3.065]], - ["description/299", [380, 7.19]], - ["title/300", [28, 2.406, 378, 3.925]], [ - "description/300", + "title/302", [ - 3, 0.972, 21, 1.827, 22, 1.657, 23, 1.827, 24, 1.566, 29, - 2.701, 30, 2.701, 380, 4.988, + 7, 1.128, 63, 1.772, 70, 3.163, 78, 3.349, 371, 3.597, 372, + 3.597, 373, 3.597, ], ], - ["title/301", [188, 3.145, 333, 5.16, 378, 3.442]], - ["description/301", [381, 8.545]], - ["title/302", [268, 4.036, 319, 4.275, 340, 4.595, 378, 3.065]], - ["description/302", [382, 8.545]], [ - "title/303", - [6, 0.608, 7, 1.28, 31, 1.135, 378, 2.762, 383, 2.911], + "description/302", + [ + 3, 1.166, 4, 1.007, 19, 0.715, 55, 1.486, 253, 3.511, 387, + 6.208, + ], ], - ["description/303", [384, 7.728]], + ["title/303", [6, 0.603, 31, 1.322, 63, 2.336, 272, 3.173]], [ - "title/304", - [6, 0.608, 14, 1.343, 27, 1.844, 378, 2.762, 383, 2.911], + "description/303", + [6, 0.811, 31, 1.778, 63, 3.142, 272, 4.267, 306, 6.377], ], - ["description/304", [385, 7.728]], - ["title/305", [383, 4.812]], + ["title/304", [63, 2.613, 388, 5.861, 389, 5.861]], + [ + "description/304", + [ + 3, 1.166, 4, 1.007, 19, 0.715, 55, 1.486, 253, 3.511, 390, + 6.208, + ], + ], + ["title/305", [391, 4.652]], ["description/305", []], [ "title/306", - [6, 0.608, 7, 1.28, 8, 1.566, 31, 1.135, 383, 2.911], + [6, 0.545, 7, 1.344, 8, 1.638, 31, 1.195, 391, 2.869], ], - ["description/306", [386, 7.728]], - ["title/307", [79, 1.994, 80, 2.135, 383, 3.628]], - ["description/307", [386, 7.728]], - ["title/308", [17, 1.758, 98, 2.422, 383, 3.628]], + ["description/306", [392, 7.78]], + ["title/307", [79, 2.071, 80, 2.215, 391, 3.549]], + ["description/307", [392, 7.78]], + ["title/308", [17, 2.076, 391, 4.026]], [ "description/308", [ - 3, 0.972, 17, 1.827, 21, 1.827, 22, 1.657, 23, 1.827, 24, - 1.566, 25, 2.516, 387, 4.988, + 3, 1.019, 17, 1.864, 21, 1.864, 22, 1.694, 23, 1.864, 24, + 1.603, 25, 2.554, 393, 5.03, ], ], - ["title/309", [6, 0.674, 14, 1.49, 27, 2.046, 383, 3.23]], - ["description/309", [387, 7.19]], - ["title/310", [28, 2.11, 98, 2.422, 383, 3.628]], + ["title/309", [6, 0.603, 14, 1.558, 27, 2.128, 391, 3.173]], + ["description/309", [393, 7.241]], + ["title/310", [28, 2.484, 391, 4.026]], [ "description/310", [ - 3, 0.972, 21, 1.827, 22, 1.657, 23, 1.827, 24, 1.566, 29, - 2.701, 30, 2.701, 387, 4.988, + 3, 1.019, 21, 1.864, 22, 1.694, 23, 1.864, 24, 1.603, 29, + 2.74, 30, 2.74, 393, 5.03, + ], + ], + ["title/311", [188, 3.246, 346, 5.304, 391, 3.549]], + ["description/311", [394, 8.597]], + ["title/312", [268, 4.169, 332, 4.414, 353, 4.742, 391, 3.173]], + ["description/312", [395, 8.597]], + [ + "title/313", + [6, 0.545, 7, 1.344, 31, 1.195, 391, 2.869, 396, 3.022], + ], + ["description/313", [397, 7.78]], + [ + "title/314", + [6, 0.545, 14, 1.409, 27, 1.924, 391, 2.869, 396, 3.022], + ], + ["description/314", [398, 7.78]], + ["title/315", [396, 4.901]], + ["description/315", []], + [ + "title/316", + [6, 0.545, 7, 1.344, 8, 1.638, 31, 1.195, 396, 3.022], + ], + ["description/316", [399, 7.78]], + ["title/317", [79, 2.071, 80, 2.215, 396, 3.739]], + ["description/317", [399, 7.78]], + ["title/318", [17, 1.83, 98, 2.507, 396, 3.739]], + [ + "description/318", + [ + 3, 1.019, 17, 1.864, 21, 1.864, 22, 1.694, 23, 1.864, 24, + 1.603, 25, 2.554, 400, 5.03, + ], + ], + ["title/319", [6, 0.603, 14, 1.558, 27, 2.128, 396, 3.343]], + ["description/319", [400, 7.241]], + ["title/320", [28, 2.189, 98, 2.507, 396, 3.739]], + [ + "description/320", + [ + 3, 1.019, 21, 1.864, 22, 1.694, 23, 1.864, 24, 1.603, 29, + 2.74, 30, 2.74, 400, 5.03, ], ], [ - "title/311", - [6, 0.608, 7, 1.28, 31, 1.135, 378, 2.762, 383, 2.911], + "title/321", + [6, 0.545, 7, 1.344, 31, 1.195, 391, 2.869, 396, 3.022], ], - ["description/311", [384, 7.728]], + ["description/321", [397, 7.78]], [ - "title/312", - [6, 0.608, 14, 1.343, 27, 1.844, 378, 2.762, 383, 2.911], + "title/322", + [6, 0.545, 14, 1.409, 27, 1.924, 391, 2.869, 396, 3.022], ], - ["description/312", [385, 7.728]], + ["description/322", [398, 7.78]], ], invertedIndex: [ [ @@ -310479,46 +325407,46 @@

    227: {}, 228: {}, 229: {}, - 241: {}, - 243: {}, - 245: {}, - 246: {}, - 250: {}, - 252: {}, - 254: {}, + 251: {}, + 253: {}, 255: {}, 256: {}, - 257: {}, - 258: {}, - 259: {}, 260: {}, - 261: {}, 262: {}, - 263: {}, 264: {}, + 265: {}, + 266: {}, 267: {}, + 268: {}, 269: {}, + 270: {}, 271: {}, 272: {}, 273: {}, 274: {}, - 275: {}, - 276: {}, 277: {}, 279: {}, - 280: {}, 281: {}, + 282: {}, + 283: {}, + 284: {}, 285: {}, + 286: {}, 287: {}, 289: {}, 290: {}, 291: {}, - 292: {}, - 294: {}, - 298: {}, + 295: {}, + 297: {}, + 299: {}, 300: {}, + 301: {}, + 302: {}, + 304: {}, 308: {}, 310: {}, + 318: {}, + 320: {}, }, }, ], @@ -310532,8 +325460,8 @@

    130: {}, 177: {}, 185: {}, - 257: {}, - 262: {}, + 267: {}, + 272: {}, }, }, ], @@ -310568,14 +325496,14 @@

    178: {}, 212: {}, 221: {}, - 241: {}, - 250: {}, - 258: {}, - 267: {}, - 276: {}, - 285: {}, - 298: {}, + 251: {}, + 260: {}, + 268: {}, + 277: {}, + 286: {}, + 295: {}, 308: {}, + 318: {}, }, }, ], @@ -310605,13 +325533,13 @@

    180: {}, 214: {}, 224: {}, - 243: {}, - 252: {}, - 260: {}, - 269: {}, - 287: {}, - 300: {}, + 253: {}, + 262: {}, + 270: {}, + 279: {}, + 297: {}, 310: {}, + 320: {}, }, }, ], @@ -310665,21 +325593,21 @@

    214: {}, 221: {}, 224: {}, - 241: {}, - 243: {}, - 250: {}, - 252: {}, - 258: {}, + 251: {}, + 253: {}, 260: {}, - 267: {}, - 269: {}, - 276: {}, - 285: {}, - 287: {}, - 298: {}, - 300: {}, + 262: {}, + 268: {}, + 270: {}, + 277: {}, + 279: {}, + 286: {}, + 295: {}, + 297: {}, 308: {}, 310: {}, + 318: {}, + 320: {}, }, }, ], @@ -310691,7 +325619,7 @@

    description: { 14: {}, 15: {}, 17: {}, 18: {} }, }, ], - ["account", { _index: 376, title: { 294: {} }, description: {} }], + ["account", { _index: 389, title: { 304: {} }, description: {} }], ["activ", { _index: 86, title: {}, description: { 17: {} } }], [ "administ", @@ -310707,13 +325635,13 @@

    196: {}, 215: {}, 227: {}, - 279: {}, - 280: {}, - 281: {}, - 285: {}, 289: {}, - 292: {}, - 294: {}, + 290: {}, + 291: {}, + 295: {}, + 299: {}, + 302: {}, + 304: {}, }, }, ], @@ -310733,8 +325661,8 @@

    198: {}, 228: {}, 229: {}, - 290: {}, - 291: {}, + 300: {}, + 301: {}, }, }, ], @@ -310743,17 +325671,47 @@

    { _index: 283, title: {}, - description: { 193: {}, 227: {}, 285: {} }, + description: { 193: {}, 227: {}, 295: {} }, }, ], - ["alreadi", { _index: 356, title: {}, description: { 276: {} } }], - ["alway", { _index: 361, title: {}, description: { 279: {} } }], + ["alreadi", { _index: 369, title: {}, description: { 286: {} } }], + ["alway", { _index: 374, title: {}, description: { 289: {} } }], [ "analyt", { _index: 311, - title: { 232: {}, 233: {}, 234: {}, 235: {} }, - description: { 232: {}, 233: {}, 234: {}, 235: {} }, + title: { + 232: {}, + 233: {}, + 234: {}, + 235: {}, + 236: {}, + 237: {}, + 238: {}, + 239: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, + 245: {}, + 246: {}, + }, + description: { + 232: {}, + 233: {}, + 234: {}, + 235: {}, + 236: {}, + 237: {}, + 238: {}, + 239: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, + 245: {}, + 246: {}, + }, }, ], [ @@ -310766,14 +325724,14 @@

    ], [ "appli", - { _index: 350, title: { 274: {} }, description: { 276: {} } }, + { _index: 363, title: { 284: {} }, description: { 286: {} } }, ], [ "archiv", { _index: 217, title: { 115: {}, 208: {} }, - description: { 115: {}, 208: {}, 262: {}, 263: {} }, + description: { 115: {}, 208: {}, 272: {}, 273: {} }, }, ], [ @@ -310812,7 +325770,7 @@

    126: {}, 173: {}, 181: {}, - 244: {}, + 254: {}, }, description: { 4: {}, @@ -310913,22 +325871,22 @@

    227: {}, 228: {}, 229: {}, - 271: {}, - 272: {}, - 273: {}, - 274: {}, - 275: {}, - 276: {}, - 277: {}, - 279: {}, - 280: {}, 281: {}, + 282: {}, + 283: {}, + 284: {}, 285: {}, + 286: {}, + 287: {}, 289: {}, 290: {}, 291: {}, - 292: {}, - 294: {}, + 295: {}, + 299: {}, + 300: {}, + 301: {}, + 302: {}, + 304: {}, }, }, ], @@ -311003,21 +325961,31 @@

    234: {}, 235: {}, 236: {}, + 237: {}, + 238: {}, + 239: {}, + 240: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, 245: {}, 246: {}, - 254: {}, 255: {}, 256: {}, - 257: {}, - 258: {}, - 259: {}, - 260: {}, - 261: {}, - 262: {}, - 263: {}, 264: {}, - 286: {}, - 287: {}, + 265: {}, + 266: {}, + 267: {}, + 268: {}, + 269: {}, + 270: {}, + 271: {}, + 272: {}, + 273: {}, + 274: {}, + 296: {}, + 297: {}, }, }, ], @@ -311036,9 +326004,9 @@

    130: {}, 177: {}, 185: {}, - 257: {}, - 262: {}, - 263: {}, + 267: {}, + 272: {}, + 273: {}, }, }, ], @@ -311064,7 +326032,7 @@

    223: {}, 224: {}, 230: {}, - 293: {}, + 303: {}, }, description: { 166: {}, @@ -311072,7 +326040,7 @@

    221: {}, 227: {}, 230: {}, - 293: {}, + 303: {}, }, }, ], @@ -311170,8 +326138,8 @@

    56: {}, 119: {}, 125: {}, - 262: {}, - 263: {}, + 272: {}, + 273: {}, }, }, ], @@ -311201,9 +326169,9 @@

    ], [ "clone", - { _index: 333, title: { 261: {}, 301: {} }, description: {} }, + { _index: 346, title: { 271: {}, 311: {} }, description: {} }, ], - ["code", { _index: 362, title: {}, description: { 279: {} } }], + ["code", { _index: 375, title: {}, description: { 289: {} } }], [ "collect", { @@ -311419,8 +326387,38 @@

    "count", { _index: 309, - title: { 232: {}, 233: {}, 234: {}, 235: {} }, - description: { 232: {}, 233: {}, 234: {}, 235: {} }, + title: { + 232: {}, + 233: {}, + 234: {}, + 235: {}, + 236: {}, + 237: {}, + 238: {}, + 239: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, + 245: {}, + 246: {}, + }, + description: { + 232: {}, + 233: {}, + 234: {}, + 235: {}, + 236: {}, + 237: {}, + 238: {}, + 239: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, + 245: {}, + 246: {}, + }, }, ], [ @@ -311452,12 +326450,12 @@

    211: {}, 220: {}, 223: {}, - 249: {}, - 256: {}, + 259: {}, 266: {}, - 281: {}, - 297: {}, + 276: {}, + 291: {}, 307: {}, + 317: {}, }, description: { 15: {}, @@ -311501,8 +326499,8 @@

    "current", { _index: 57, - title: { 14: {}, 17: {}, 18: {}, 236: {} }, - description: { 14: {}, 17: {}, 18: {}, 236: {}, 271: {} }, + title: { 14: {}, 17: {}, 18: {}, 240: {} }, + description: { 14: {}, 17: {}, 18: {}, 240: {}, 281: {} }, }, ], [ @@ -311531,8 +326529,8 @@

    130: {}, 185: {}, 207: {}, - 262: {}, - 287: {}, + 272: {}, + 297: {}, }, description: { 33: {}, @@ -311566,8 +326564,8 @@

    130: {}, 185: {}, 207: {}, - 262: {}, - 287: {}, + 272: {}, + 297: {}, }, }, ], @@ -311575,7 +326573,7 @@

    "date", { _index: 185, - title: { 232: {}, 233: {} }, + title: { 232: {}, 233: {}, 234: {}, 235: {} }, description: { 74: {}, 75: {}, @@ -311585,13 +326583,16 @@

    99: {}, 232: {}, 233: {}, + 234: {}, 235: {}, + 238: {}, + 239: {}, }, }, ], [ "default", - { _index: 340, title: { 264: {}, 302: {} }, description: {} }, + { _index: 353, title: { 274: {}, 312: {} }, description: {} }, ], [ "delet", @@ -311619,13 +326620,13 @@

    178: {}, 212: {}, 221: {}, - 241: {}, - 250: {}, - 258: {}, - 267: {}, - 285: {}, - 298: {}, + 251: {}, + 260: {}, + 268: {}, + 277: {}, + 295: {}, 308: {}, + 318: {}, }, description: { 4: {}, @@ -311652,14 +326653,14 @@

    178: {}, 212: {}, 221: {}, - 241: {}, - 250: {}, - 258: {}, - 267: {}, - 276: {}, - 285: {}, - 298: {}, + 251: {}, + 260: {}, + 268: {}, + 277: {}, + 286: {}, + 295: {}, 308: {}, + 318: {}, }, }, ], @@ -311678,7 +326679,7 @@

    ], [ "directori", - { _index: 345, title: {}, description: { 271: {} } }, + { _index: 358, title: {}, description: { 281: {} } }, ], [ "disabl", @@ -311688,7 +326689,22 @@

    "e.g", { _index: 206, - title: { 232: {}, 233: {}, 234: {}, 235: {} }, + title: { + 232: {}, + 233: {}, + 234: {}, + 235: {}, + 236: {}, + 237: {}, + 238: {}, + 239: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, + 245: {}, + 246: {}, + }, description: { 86: {}, 105: {}, @@ -311696,6 +326712,16 @@

    233: {}, 234: {}, 235: {}, + 236: {}, + 237: {}, + 238: {}, + 239: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, + 245: {}, + 246: {}, }, }, ], @@ -311703,7 +326729,22 @@

    "each", { _index: 171, - title: { 232: {}, 233: {}, 234: {}, 235: {} }, + title: { + 232: {}, + 233: {}, + 234: {}, + 235: {}, + 236: {}, + 237: {}, + 238: {}, + 239: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, + 245: {}, + 246: {}, + }, description: { 72: {}, 73: {}, @@ -311725,6 +326766,16 @@

    233: {}, 234: {}, 235: {}, + 236: {}, + 237: {}, + 238: {}, + 239: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, + 245: {}, + 246: {}, }, }, ], @@ -311766,26 +326817,26 @@

    125: {}, 131: {}, 178: {}, - 245: {}, + 255: {}, }, }, ], [ "edit_templ", { - _index: 328, + _index: 341, title: {}, description: { - 254: {}, - 255: {}, - 256: {}, - 257: {}, - 258: {}, - 259: {}, - 260: {}, - 261: {}, - 262: {}, 264: {}, + 265: {}, + 266: {}, + 267: {}, + 268: {}, + 269: {}, + 270: {}, + 271: {}, + 272: {}, + 274: {}, }, }, ], @@ -311793,21 +326844,21 @@

    "effect", { _index: 62, - title: { 236: {} }, - description: { 14: {}, 236: {} }, + title: { 240: {} }, + description: { 14: {}, 240: {} }, }, ], - ["element", { _index: 344, title: {}, description: { 271: {} } }], + ["element", { _index: 357, title: {}, description: { 281: {} } }], [ "email", - { _index: 360, title: { 279: {}, 292: {} }, description: {} }, + { _index: 373, title: { 289: {}, 302: {} }, description: {} }, ], [ "empti", { _index: 193, title: {}, - description: { 79: {}, 99: {}, 130: {}, 185: {}, 262: {} }, + description: { 79: {}, 99: {}, 130: {}, 185: {}, 272: {} }, }, ], [ @@ -311870,9 +326921,9 @@

    177: {}, 185: {}, 207: {}, - 257: {}, - 262: {}, - 271: {}, + 267: {}, + 272: {}, + 281: {}, }, }, ], @@ -311906,7 +326957,7 @@

    131: {}, 208: {}, 217: {}, - 245: {}, + 255: {}, }, description: { 7: {}, @@ -311927,7 +326978,7 @@

    130: {}, 131: {}, 208: {}, - 245: {}, + 255: {}, }, }, ], @@ -311953,15 +327004,15 @@

    214: {}, 221: {}, 224: {}, - 241: {}, - 243: {}, - 250: {}, - 252: {}, + 251: {}, + 253: {}, + 260: {}, 262: {}, - 267: {}, - 269: {}, - 308: {}, - 310: {}, + 272: {}, + 277: {}, + 279: {}, + 318: {}, + 320: {}, }, description: { 35: {}, @@ -311970,7 +327021,7 @@

    53: {}, 130: {}, 185: {}, - 262: {}, + 272: {}, }, }, ], @@ -311978,8 +327029,8 @@

    "export", { _index: 222, - title: { 120: {}, 168: {}, 271: {}, 282: {} }, - description: { 271: {} }, + title: { 120: {}, 168: {}, 281: {}, 292: {} }, + description: { 281: {} }, }, ], [ @@ -312073,7 +327124,7 @@

    "file", { _index: 2, title: { 1: {}, 3: {} }, description: { 3: {} } }, ], - ["filter", { _index: 320, title: { 238: {} }, description: {} }], + ["filter", { _index: 333, title: { 248: {} }, description: {} }], ["fix", { _index: 135, title: {}, description: { 43: {} } }], [ "folder", @@ -312166,8 +327217,8 @@

    104: {}, 105: {}, 207: {}, - 262: {}, - 263: {}, + 272: {}, + 273: {}, }, }, ], @@ -312228,7 +327279,7 @@

    "formattedtext", { _index: 241, title: { 143: {} }, description: {} }, ], - ["found", { _index: 363, title: {}, description: { 279: {} } }], + ["found", { _index: 376, title: {}, description: { 289: {} } }], [ "futur", { @@ -312249,8 +327300,38 @@

    "googl", { _index: 310, - title: { 232: {}, 233: {}, 234: {}, 235: {} }, - description: { 232: {}, 233: {}, 234: {}, 235: {} }, + title: { + 232: {}, + 233: {}, + 234: {}, + 235: {}, + 236: {}, + 237: {}, + 238: {}, + 239: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, + 245: {}, + 246: {}, + }, + description: { + 232: {}, + 233: {}, + 234: {}, + 235: {}, + 236: {}, + 237: {}, + 238: {}, + 239: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, + 245: {}, + 246: {}, + }, }, ], [ @@ -312263,7 +327344,7 @@

    194: {}, 197: {}, 228: {}, - 290: {}, + 300: {}, }, description: { 161: {}, @@ -312276,8 +327357,8 @@

    198: {}, 228: {}, 229: {}, - 290: {}, - 291: {}, + 300: {}, + 301: {}, }, }, ], @@ -312318,7 +327399,7 @@

    188: {}, 189: {}, 190: {}, - 288: {}, + 298: {}, }, description: { 150: {}, 151: {} }, }, @@ -312375,8 +327456,8 @@

    198: {}, 228: {}, 229: {}, - 290: {}, - 291: {}, + 300: {}, + 301: {}, }, }, ], @@ -312427,17 +327508,17 @@

    213: {}, 222: {}, 226: {}, - 242: {}, - 251: {}, - 259: {}, - 268: {}, - 273: {}, - 277: {}, - 286: {}, - 299: {}, - 304: {}, + 252: {}, + 261: {}, + 269: {}, + 278: {}, + 283: {}, + 287: {}, + 296: {}, 309: {}, - 312: {}, + 314: {}, + 319: {}, + 322: {}, }, description: { 17: {}, @@ -312447,14 +327528,14 @@

    79: {}, 99: {}, 124: {}, - 286: {}, + 296: {}, }, }, ], ["identifi", { _index: 167, title: {}, description: { 70: {} } }], [ "import", - { _index: 224, title: { 121: {}, 283: {} }, description: {} }, + { _index: 224, title: { 121: {}, 293: {} }, description: {} }, ], [ "includ", @@ -312479,19 +327560,19 @@

    175: {}, 182: {}, 186: {}, - 245: {}, - 246: {}, - 280: {}, + 255: {}, + 256: {}, + 290: {}, }, }, ], [ "index", - { _index: 335, title: {}, description: { 262: {}, 263: {} } }, + { _index: 348, title: {}, description: { 272: {}, 273: {} } }, ], [ "individu", - { _index: 336, title: {}, description: { 262: {}, 263: {} } }, + { _index: 349, title: {}, description: { 272: {}, 273: {} } }, ], [ "invalid", @@ -312521,7 +327602,7 @@

    { _index: 194, title: {}, - description: { 79: {}, 99: {}, 130: {}, 185: {}, 262: {} }, + description: { 79: {}, 99: {}, 130: {}, 185: {}, 272: {} }, }, ], [ @@ -312545,7 +327626,7 @@

    ], [ "link", - { _index: 358, title: { 279: {}, 292: {} }, description: {} }, + { _index: 371, title: { 289: {}, 302: {} }, description: {} }, ], [ "list", @@ -312591,23 +327672,23 @@

    215: {}, 227: {}, 230: {}, - 238: {}, - 240: {}, - 245: {}, - 246: {}, 248: {}, + 250: {}, 255: {}, + 256: {}, + 258: {}, 265: {}, - 272: {}, 275: {}, - 280: {}, - 288: {}, - 289: {}, - 293: {}, - 296: {}, + 282: {}, + 285: {}, + 290: {}, + 298: {}, + 299: {}, 303: {}, 306: {}, - 311: {}, + 313: {}, + 316: {}, + 321: {}, }, description: { 32: {}, @@ -312635,8 +327716,8 @@

    188: {}, 196: {}, 230: {}, - 289: {}, - 293: {}, + 299: {}, + 303: {}, }, }, ], @@ -312678,10 +327759,10 @@

    130: {}, 177: {}, 185: {}, - 257: {}, - 261: {}, - 262: {}, - 301: {}, + 267: {}, + 271: {}, + 272: {}, + 311: {}, }, description: { 75: {}, 79: {}, 95: {}, 99: {} }, }, @@ -312763,7 +327844,7 @@

    177: {}, 180: {}, 186: {}, - 246: {}, + 256: {}, }, }, ], @@ -312774,16 +327855,16 @@

    [ "manage_them", { - _index: 346, + _index: 359, title: {}, description: { - 271: {}, - 272: {}, - 273: {}, - 274: {}, - 275: {}, - 276: {}, - 277: {}, + 281: {}, + 282: {}, + 283: {}, + 284: {}, + 285: {}, + 286: {}, + 287: {}, }, }, ], @@ -312851,22 +327932,22 @@

    214: {}, 221: {}, 224: {}, - 241: {}, - 243: {}, - 250: {}, - 252: {}, - 258: {}, + 251: {}, + 253: {}, 260: {}, - 267: {}, - 269: {}, - 276: {}, + 262: {}, + 268: {}, + 270: {}, + 277: {}, 279: {}, - 285: {}, - 287: {}, - 298: {}, - 300: {}, + 286: {}, + 289: {}, + 295: {}, + 297: {}, 308: {}, 310: {}, + 318: {}, + 320: {}, }, }, ], @@ -312881,13 +327962,13 @@

    130: {}, 177: {}, 185: {}, - 257: {}, - 262: {}, - 276: {}, + 267: {}, + 272: {}, + 286: {}, }, }, ], - ["mt", { _index: 353, title: { 276: {} }, description: {} }], + ["mt", { _index: 366, title: { 286: {} }, description: {} }], [ "mtauth", { _index: 73, title: {}, description: { 14: {}, 18: {} } }, @@ -312944,12 +328025,12 @@

    211: {}, 220: {}, 223: {}, - 249: {}, - 256: {}, + 259: {}, 266: {}, - 281: {}, - 297: {}, + 276: {}, + 291: {}, 307: {}, + 317: {}, }, description: { 15: {}, @@ -312985,7 +328066,7 @@

    }, }, ], - ["non-act", { _index: 367, title: {}, description: { 280: {} } }], + ["non-act", { _index: 380, title: {}, description: { 290: {} } }], [ "non-publish", { _index: 127, title: {}, description: { 41: {} } }, @@ -313040,21 +328121,21 @@

    214: {}, 221: {}, 224: {}, - 241: {}, - 243: {}, - 250: {}, - 252: {}, - 258: {}, + 251: {}, + 253: {}, 260: {}, - 267: {}, - 269: {}, - 276: {}, - 285: {}, - 287: {}, - 298: {}, - 300: {}, + 262: {}, + 268: {}, + 270: {}, + 277: {}, + 279: {}, + 286: {}, + 295: {}, + 297: {}, 308: {}, 310: {}, + 318: {}, + 320: {}, }, }, ], @@ -313067,7 +328148,7 @@

    description: { 9: {}, 119: {}, 125: {}, 176: {}, 180: {} }, }, ], - ["oneself", { _index: 372, title: {}, description: { 285: {} } }], + ["oneself", { _index: 385, title: {}, description: { 295: {} } }], ["openapi", { _index: 157, title: { 69: {} }, description: {} }], [ "option", @@ -313090,7 +328171,7 @@

    { _index: 252, title: {}, - description: { 160: {}, 188: {}, 196: {}, 289: {} }, + description: { 160: {}, 188: {}, 196: {}, 299: {} }, }, ], [ @@ -313117,7 +328198,7 @@

    183: {}, 185: {}, 186: {}, - 246: {}, + 256: {}, }, description: { 8: {}, @@ -313136,20 +328217,12 @@

    183: {}, 185: {}, 186: {}, - 246: {}, - 262: {}, - 263: {}, + 256: {}, + 272: {}, + 273: {}, }, }, ], - [ - "pageview", - { - _index: 308, - title: { 232: {}, 234: {} }, - description: { 232: {}, 234: {} }, - }, - ], [ "paramet", { @@ -313162,8 +328235,8 @@

    99: {}, 130: {}, 185: {}, - 257: {}, - 262: {}, + 267: {}, + 272: {}, }, }, ], @@ -313179,16 +328252,16 @@

    "password", { _index: 78, - title: { 15: {}, 279: {}, 292: {} }, + title: { 15: {}, 289: {}, 302: {} }, description: {}, }, ], [ "path", { - _index: 315, - title: { 234: {}, 235: {} }, - description: { 234: {} }, + _index: 317, + title: { 236: {}, 237: {}, 238: {}, 239: {} }, + description: { 236: {}, 237: {} }, }, ], [ @@ -313219,9 +328292,9 @@

    227: {}, 228: {}, 229: {}, - 289: {}, - 290: {}, - 291: {}, + 299: {}, + 300: {}, + 301: {}, }, description: { 1: {}, @@ -313311,32 +328384,32 @@

    223: {}, 224: {}, 227: {}, - 245: {}, - 246: {}, - 254: {}, 255: {}, 256: {}, - 257: {}, - 258: {}, - 259: {}, - 260: {}, - 261: {}, - 262: {}, - 263: {}, 264: {}, + 265: {}, + 266: {}, + 267: {}, + 268: {}, + 269: {}, + 270: {}, 271: {}, 272: {}, 273: {}, 274: {}, - 275: {}, - 276: {}, - 277: {}, - 279: {}, - 280: {}, 281: {}, + 282: {}, + 283: {}, + 284: {}, 285: {}, - 292: {}, - 294: {}, + 286: {}, + 287: {}, + 289: {}, + 290: {}, + 291: {}, + 295: {}, + 302: {}, + 304: {}, }, }, ], @@ -313443,21 +328516,21 @@

    214: {}, 221: {}, 224: {}, - 241: {}, - 243: {}, - 250: {}, - 252: {}, - 258: {}, + 251: {}, + 253: {}, 260: {}, - 267: {}, - 269: {}, - 276: {}, - 285: {}, - 287: {}, - 298: {}, - 300: {}, + 262: {}, + 268: {}, + 270: {}, + 277: {}, + 279: {}, + 286: {}, + 295: {}, + 297: {}, 308: {}, 310: {}, + 318: {}, + 320: {}, }, }, ], @@ -313474,8 +328547,8 @@

    130: {}, 177: {}, 185: {}, - 257: {}, - 262: {}, + 267: {}, + 272: {}, }, description: { 75: {}, @@ -313484,7 +328557,7 @@

    99: {}, 130: {}, 185: {}, - 262: {}, + 272: {}, }, }, ], @@ -313500,8 +328573,8 @@

    139: {}, 141: {}, 142: {}, - 280: {}, - 286: {}, + 290: {}, + 296: {}, }, }, ], @@ -313510,7 +328583,7 @@

    { _index: 254, title: {}, - description: { 160: {}, 188: {}, 191: {}, 196: {}, 289: {} }, + description: { 160: {}, 188: {}, 191: {}, 196: {}, 299: {} }, }, ], [ @@ -313523,8 +328596,8 @@

    139: {}, 141: {}, 142: {}, - 280: {}, - 286: {}, + 290: {}, + 296: {}, }, }, ], @@ -313532,7 +328605,23 @@

    "provid", { _index: 192, - title: { 232: {}, 233: {}, 234: {}, 235: {}, 236: {} }, + title: { + 232: {}, + 233: {}, + 234: {}, + 235: {}, + 236: {}, + 237: {}, + 238: {}, + 239: {}, + 240: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, + 245: {}, + 246: {}, + }, description: { 79: {}, 99: {}, @@ -313543,7 +328632,17 @@

    234: {}, 235: {}, 236: {}, - 262: {}, + 237: {}, + 238: {}, + 239: {}, + 240: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, + 245: {}, + 246: {}, + 272: {}, }, }, ], @@ -313551,7 +328650,7 @@

    "publish", { _index: 148, - title: { 72: {}, 206: {}, 207: {}, 263: {} }, + title: { 72: {}, 206: {}, 207: {}, 273: {} }, description: { 60: {}, 72: {}, @@ -313603,17 +328702,17 @@

    180: {}, 214: {}, 224: {}, - 243: {}, - 252: {}, - 260: {}, - 269: {}, - 287: {}, - 300: {}, + 253: {}, + 262: {}, + 270: {}, + 279: {}, + 297: {}, 310: {}, + 320: {}, }, }, ], - ["read", { _index: 368, title: {}, description: { 280: {} } }], + ["read", { _index: 381, title: {}, description: { 290: {} } }], [ "rearrang", { @@ -313629,22 +328728,22 @@

    }, }, ], - ["reason", { _index: 365, title: {}, description: { 279: {} } }], + ["reason", { _index: 378, title: {}, description: { 289: {} } }], [ "rebuild", { _index: 215, title: { 115: {}, 208: {} }, - description: { 115: {}, 208: {}, 263: {} }, + description: { 115: {}, 208: {}, 273: {} }, }, ], [ "recover_password", - { _index: 366, title: {}, description: { 279: {} } }, + { _index: 379, title: {}, description: { 289: {} } }, ], [ "recoveri", - { _index: 359, title: { 279: {}, 292: {} }, description: {} }, + { _index: 372, title: { 289: {}, 302: {} }, description: {} }, ], [ "relat", @@ -313665,10 +328764,10 @@

    181: {}, 186: {}, 208: {}, - 240: {}, - 244: {}, - 245: {}, - 246: {}, + 250: {}, + 254: {}, + 255: {}, + 256: {}, }, description: { 14: {}, 18: {}, 115: {}, 208: {} }, }, @@ -313694,7 +328793,7 @@

    { _index: 195, title: {}, - description: { 79: {}, 99: {}, 276: {} }, + description: { 79: {}, 99: {}, 286: {} }, }, ], [ @@ -313865,37 +328964,47 @@

    234: {}, 235: {}, 236: {}, + 237: {}, + 238: {}, + 239: {}, + 240: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, 245: {}, 246: {}, - 254: {}, 255: {}, 256: {}, - 257: {}, - 258: {}, - 259: {}, - 260: {}, - 261: {}, - 262: {}, - 263: {}, 264: {}, + 265: {}, + 266: {}, + 267: {}, + 268: {}, + 269: {}, + 270: {}, 271: {}, 272: {}, 273: {}, 274: {}, - 275: {}, - 276: {}, - 277: {}, - 279: {}, - 280: {}, 281: {}, + 282: {}, + 283: {}, + 284: {}, 285: {}, 286: {}, 287: {}, 289: {}, 290: {}, 291: {}, - 292: {}, - 294: {}, + 295: {}, + 296: {}, + 297: {}, + 299: {}, + 300: {}, + 301: {}, + 302: {}, + 304: {}, }, }, ], @@ -313903,7 +329012,7 @@

    "reset", { _index: 268, - title: { 165: {}, 254: {}, 264: {}, 302: {} }, + title: { 165: {}, 264: {}, 274: {}, 312: {} }, description: {}, }, ], @@ -313937,8 +329046,8 @@

    102: {}, 135: {}, 136: {}, - 257: {}, - 276: {}, + 267: {}, + 286: {}, }, }, ], @@ -314019,35 +329128,45 @@

    234: {}, 235: {}, 236: {}, + 237: {}, 238: {}, + 239: {}, 240: {}, + 241: {}, 242: {}, + 243: {}, 244: {}, 245: {}, 246: {}, 248: {}, - 251: {}, + 250: {}, + 252: {}, + 254: {}, 255: {}, - 259: {}, + 256: {}, + 258: {}, + 261: {}, 265: {}, - 268: {}, - 272: {}, - 273: {}, + 269: {}, 275: {}, - 277: {}, - 280: {}, - 286: {}, - 288: {}, - 289: {}, - 293: {}, + 278: {}, + 282: {}, + 283: {}, + 285: {}, + 287: {}, + 290: {}, 296: {}, + 298: {}, 299: {}, 303: {}, - 304: {}, 306: {}, 309: {}, - 311: {}, - 312: {}, + 313: {}, + 314: {}, + 316: {}, + 319: {}, + 321: {}, + 322: {}, }, description: { 7: {}, @@ -314098,11 +329217,21 @@

    234: {}, 235: {}, 236: {}, + 237: {}, + 238: {}, + 239: {}, + 240: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, 245: {}, 246: {}, - 280: {}, - 286: {}, - 293: {}, + 255: {}, + 256: {}, + 290: {}, + 296: {}, + 303: {}, }, }, ], @@ -314121,7 +329250,7 @@

    102: {}, 135: {}, 136: {}, - 279: {}, + 289: {}, }, }, ], @@ -314135,7 +329264,7 @@

    195: {}, 198: {}, 229: {}, - 291: {}, + 301: {}, }, description: { 14: {} }, }, @@ -314152,8 +329281,8 @@

    197: {}, 198: {}, 229: {}, - 290: {}, - 291: {}, + 300: {}, + 301: {}, }, }, ], @@ -314169,8 +329298,8 @@

    197: {}, 198: {}, 229: {}, - 290: {}, - 291: {}, + 300: {}, + 301: {}, }, }, ], @@ -314201,8 +329330,8 @@

    211: {}, 228: {}, 229: {}, - 290: {}, - 291: {}, + 300: {}, + 301: {}, }, }, ], @@ -314229,6 +329358,30 @@

    ], ["scale", { _index: 46, title: {}, description: { 9: {} } }], ["schema", { _index: 158, title: { 69: {} }, description: {} }], + [ + "screenpageview", + { + _index: 308, + title: { + 232: {}, + 233: {}, + 236: {}, + 237: {}, + 241: {}, + 243: {}, + 245: {}, + }, + description: { + 232: {}, + 233: {}, + 236: {}, + 237: {}, + 241: {}, + 243: {}, + 245: {}, + }, + }, + ], [ "search", { @@ -314241,12 +329394,12 @@

    "searchfield", { _index: 134, title: {}, description: { 43: {} } }, ], - ["secur", { _index: 364, title: {}, description: { 279: {} } }], + ["secur", { _index: 377, title: {}, description: { 289: {} } }], [ "send", { _index: 70, - title: { 279: {}, 292: {} }, + title: { 289: {}, 302: {} }, description: { 14: {}, 18: {} }, }, ], @@ -314258,8 +329411,30 @@

    "session", { _index: 61, - title: { 17: {}, 18: {} }, - description: { 14: {}, 15: {}, 17: {}, 18: {} }, + title: { + 17: {}, + 18: {}, + 234: {}, + 235: {}, + 238: {}, + 239: {}, + 242: {}, + 244: {}, + 246: {}, + }, + description: { + 14: {}, + 15: {}, + 17: {}, + 18: {}, + 234: {}, + 235: {}, + 238: {}, + 239: {}, + 242: {}, + 244: {}, + 246: {}, + }, }, ], [ @@ -314367,17 +329542,17 @@

    203: {}, 213: {}, 222: {}, - 242: {}, - 251: {}, - 259: {}, - 268: {}, - 273: {}, - 277: {}, - 286: {}, - 299: {}, - 304: {}, + 252: {}, + 261: {}, + 269: {}, + 278: {}, + 283: {}, + 287: {}, + 296: {}, 309: {}, - 312: {}, + 314: {}, + 319: {}, + 322: {}, }, description: { 3: {}, @@ -314405,7 +329580,7 @@

    101: {}, 104: {}, 124: {}, - 286: {}, + 296: {}, }, }, ], @@ -314436,17 +329611,17 @@

    227: {}, 228: {}, 229: {}, - 240: {}, - 248: {}, - 254: {}, - 255: {}, + 250: {}, + 258: {}, + 264: {}, 265: {}, - 272: {}, - 273: {}, - 274: {}, - 280: {}, - 296: {}, + 275: {}, + 282: {}, + 283: {}, + 284: {}, + 290: {}, 306: {}, + 316: {}, }, description: { 3: {}, @@ -314469,11 +329644,11 @@

    207: {}, 219: {}, 220: {}, - 271: {}, + 281: {}, }, }, ], - ["site'", { _index: 343, title: { 271: {} }, description: {} }], + ["site'", { _index: 356, title: { 281: {} }, description: {} }], [ "sites/{site_id", { @@ -314729,7 +329904,7 @@

    ], [ "sites/{site_id}/export_them", - { _index: 347, title: {}, description: { 271: {} } }, + { _index: 360, title: {}, description: { 281: {} } }, ], [ "sites/{site_id}/field", @@ -314857,158 +330032,198 @@

    ], [ "sites/{site_id}/refresh_templ", - { _index: 329, title: {}, description: { 254: {} } }, + { _index: 342, title: {}, description: { 264: {} } }, ], [ "sites/{site_id}/stats/date/pageview", - { _index: 312, title: {}, description: { 232: {} } }, + { _index: 313, title: {}, description: { 232: {} } }, ], [ - "sites/{site_id}/stats/date/visit", + "sites/{site_id}/stats/date/screenpageview", { _index: 314, title: {}, description: { 233: {} } }, ], + [ + "sites/{site_id}/stats/date/sess", + { _index: 315, title: {}, description: { 234: {} } }, + ], + [ + "sites/{site_id}/stats/date/visit", + { _index: 316, title: {}, description: { 235: {} } }, + ], [ "sites/{site_id}/stats/path/pageview", - { _index: 316, title: {}, description: { 234: {} } }, + { _index: 318, title: {}, description: { 236: {} } }, + ], + [ + "sites/{site_id}/stats/path/screenpageview", + { _index: 319, title: {}, description: { 237: {} } }, + ], + [ + "sites/{site_id}/stats/path/sess", + { _index: 320, title: {}, description: { 238: {} } }, ], [ "sites/{site_id}/stats/path/visit", - { _index: 317, title: {}, description: { 235: {} } }, + { _index: 321, title: {}, description: { 239: {} } }, ], [ "sites/{site_id}/stats/provid", - { _index: 318, title: {}, description: { 236: {} } }, + { _index: 322, title: {}, description: { 240: {} } }, + ], + [ + "sites/{site_id}/stats/year/screenpageview", + { _index: 324, title: {}, description: { 241: {} } }, + ], + [ + "sites/{site_id}/stats/year/sess", + { _index: 325, title: {}, description: { 242: {} } }, + ], + [ + "sites/{site_id}/stats/yearmonth/screenpageview", + { _index: 327, title: {}, description: { 243: {} } }, + ], + [ + "sites/{site_id}/stats/yearmonth/sess", + { _index: 328, title: {}, description: { 244: {} } }, + ], + [ + "sites/{site_id}/stats/yearweek/screenpageview", + { _index: 330, title: {}, description: { 245: {} } }, + ], + [ + "sites/{site_id}/stats/yearweek/sess", + { _index: 331, title: {}, description: { 246: {} } }, ], [ "sites/{site_id}/tag", - { _index: 322, title: {}, description: { 240: {} } }, + { _index: 335, title: {}, description: { 250: {} } }, ], [ "sites/{site_id}/tags/{tag_id", { - _index: 323, + _index: 336, title: {}, - description: { 241: {}, 242: {}, 243: {} }, + description: { 251: {}, 252: {}, 253: {} }, }, ], [ "sites/{site_id}/tags/{tag_id}/asset", - { _index: 54, title: {}, description: { 12: {}, 244: {} } }, + { _index: 54, title: {}, description: { 12: {}, 254: {} } }, ], [ "sites/{site_id}/tags/{tag_id}/entri", - { _index: 231, title: {}, description: { 131: {}, 245: {} } }, + { _index: 231, title: {}, description: { 131: {}, 255: {} } }, ], [ "sites/{site_id}/tags/{tag_id}/pag", - { _index: 281, title: {}, description: { 186: {}, 246: {} } }, + { _index: 281, title: {}, description: { 186: {}, 256: {} } }, ], [ "sites/{site_id}/templ", - { _index: 330, title: {}, description: { 255: {}, 256: {} } }, + { _index: 343, title: {}, description: { 265: {}, 266: {} } }, ], [ "sites/{site_id}/templates/preview", - { _index: 331, title: {}, description: { 257: {} } }, + { _index: 344, title: {}, description: { 267: {} } }, ], [ "sites/{site_id}/templates/{template_id", { - _index: 332, + _index: 345, title: {}, - description: { 258: {}, 259: {}, 260: {} }, + description: { 268: {}, 269: {}, 270: {} }, }, ], [ "sites/{site_id}/templates/{template_id}/clon", - { _index: 334, title: {}, description: { 261: {} } }, + { _index: 347, title: {}, description: { 271: {} } }, ], [ "sites/{site_id}/templates/{template_id}/preview", - { _index: 337, title: {}, description: { 262: {} } }, + { _index: 350, title: {}, description: { 272: {} } }, ], [ "sites/{site_id}/templates/{template_id}/publish", - { _index: 338, title: {}, description: { 263: {} } }, + { _index: 351, title: {}, description: { 273: {} } }, ], [ "sites/{site_id}/templates/{template_id}/refresh", - { _index: 342, title: {}, description: { 264: {} } }, + { _index: 355, title: {}, description: { 274: {} } }, ], [ "sites/{site_id}/templates/{template_id}/templatemap", { - _index: 325, + _index: 338, title: {}, - description: { 248: {}, 249: {}, 265: {}, 266: {} }, + description: { 258: {}, 259: {}, 275: {}, 276: {} }, }, ], [ "sites/{site_id}/templates/{template_id}/templatemaps/{templatemap_id", { - _index: 326, + _index: 339, title: {}, description: { - 250: {}, - 251: {}, - 252: {}, - 267: {}, - 268: {}, - 269: {}, + 260: {}, + 261: {}, + 262: {}, + 277: {}, + 278: {}, + 279: {}, }, }, ], [ "sites/{site_id}/them", - { _index: 348, title: {}, description: { 272: {} } }, + { _index: 361, title: {}, description: { 282: {} } }, ], [ "sites/{site_id}/themes/{theme_id", - { _index: 349, title: {}, description: { 273: {} } }, + { _index: 362, title: {}, description: { 283: {} } }, ], [ "sites/{site_id}/themes/{theme_id}/appli", - { _index: 351, title: {}, description: { 274: {} } }, + { _index: 364, title: {}, description: { 284: {} } }, ], [ "sites/{site_id}/widget", - { _index: 379, title: {}, description: { 296: {}, 297: {} } }, + { _index: 392, title: {}, description: { 306: {}, 307: {} } }, ], [ "sites/{site_id}/widgets/{widget_id", { - _index: 380, + _index: 393, title: {}, - description: { 298: {}, 299: {}, 300: {} }, + description: { 308: {}, 309: {}, 310: {} }, }, ], [ "sites/{site_id}/widgets/{widget_id}/clon", - { _index: 381, title: {}, description: { 301: {} } }, + { _index: 394, title: {}, description: { 311: {} } }, ], [ "sites/{site_id}/widgets/{widget_id}/refresh", - { _index: 382, title: {}, description: { 302: {} } }, + { _index: 395, title: {}, description: { 312: {} } }, ], [ "sites/{site_id}/widgetset", - { _index: 386, title: {}, description: { 306: {}, 307: {} } }, + { _index: 399, title: {}, description: { 316: {}, 317: {} } }, ], [ "sites/{site_id}/widgetsets/{widgetset_id", { - _index: 387, + _index: 400, title: {}, - description: { 308: {}, 309: {}, 310: {} }, + description: { 318: {}, 319: {}, 320: {} }, }, ], [ "sites/{site_id}/widgetsets/{widgetset_id}/widget", - { _index: 384, title: {}, description: { 303: {}, 311: {} } }, + { _index: 397, title: {}, description: { 313: {}, 321: {} } }, ], [ "sites/{site_id}/widgetsets/{widgetset_id}/widgets/{widget_id", - { _index: 385, title: {}, description: { 304: {}, 312: {} } }, + { _index: 398, title: {}, description: { 314: {}, 322: {} } }, ], [ "solv", @@ -315041,9 +330256,9 @@

    173: {}, 174: {}, 186: {}, - 240: {}, - 245: {}, - 246: {}, + 250: {}, + 255: {}, + 256: {}, }, description: { 3: {} }, }, @@ -315081,18 +330296,18 @@

    200: {}, 208: {}, 225: {}, - 244: {}, - 248: {}, - 255: {}, + 254: {}, + 258: {}, 265: {}, - 276: {}, - 279: {}, - 280: {}, - 292: {}, - 296: {}, - 303: {}, + 275: {}, + 286: {}, + 289: {}, + 290: {}, + 302: {}, 306: {}, - 311: {}, + 313: {}, + 316: {}, + 321: {}, }, description: { 32: {}, @@ -315124,7 +330339,7 @@

    129: {}, 184: {}, 208: {}, - 271: {}, + 281: {}, }, }, ], @@ -315147,17 +330362,17 @@

    ], [ "success", - { _index: 354, title: {}, description: { 276: {}, 279: {} } }, + { _index: 367, title: {}, description: { 286: {}, 289: {} } }, ], [ "synchron", - { _index: 246, title: { 152: {}, 284: {} }, description: {} }, + { _index: 246, title: { 152: {}, 294: {} }, description: {} }, ], [ "system", { _index: 175, - title: { 237: {} }, + title: { 247: {} }, description: { 73: {}, 74: {}, @@ -315174,7 +330389,7 @@

    98: {}, 99: {}, 166: {}, - 285: {}, + 295: {}, }, }, ], @@ -315186,60 +330401,60 @@

    12: {}, 131: {}, 186: {}, - 239: {}, - 240: {}, - 241: {}, - 242: {}, - 243: {}, - 244: {}, - 245: {}, - 246: {}, + 249: {}, + 250: {}, + 251: {}, + 252: {}, + 253: {}, + 254: {}, + 255: {}, + 256: {}, }, description: {}, }, ], - ["take", { _index: 355, title: {}, description: { 276: {} } }], + ["take", { _index: 368, title: {}, description: { 286: {} } }], [ "tempalte_set", - { _index: 341, title: { 264: {} }, description: {} }, + { _index: 354, title: { 274: {} }, description: {} }, ], [ "templat", { - _index: 327, + _index: 340, title: { - 253: {}, - 254: {}, - 255: {}, - 256: {}, - 257: {}, - 258: {}, - 259: {}, - 260: {}, - 261: {}, - 262: {}, 263: {}, 264: {}, + 265: {}, + 266: {}, + 267: {}, + 268: {}, + 269: {}, + 270: {}, + 271: {}, + 272: {}, + 273: {}, + 274: {}, }, - description: { 257: {}, 262: {}, 263: {} }, + description: { 267: {}, 272: {}, 273: {} }, }, ], [ "templatemap", { - _index: 324, + _index: 337, title: { - 247: {}, - 248: {}, - 249: {}, - 250: {}, - 251: {}, - 252: {}, - 265: {}, - 266: {}, - 267: {}, - 268: {}, - 269: {}, + 257: {}, + 258: {}, + 259: {}, + 260: {}, + 261: {}, + 262: {}, + 275: {}, + 276: {}, + 277: {}, + 278: {}, + 279: {}, }, description: {}, }, @@ -315247,36 +330462,36 @@

    [ "text", { - _index: 319, - title: { 238: {}, 264: {}, 302: {} }, + _index: 332, + title: { 248: {}, 274: {}, 312: {} }, description: {}, }, ], [ "textfilt", - { _index: 321, title: {}, description: { 238: {} } }, + { _index: 334, title: {}, description: { 248: {} } }, ], [ "theme", { - _index: 339, + _index: 352, title: { - 264: {}, - 270: {}, - 271: {}, - 272: {}, - 273: {}, 274: {}, - 275: {}, - 276: {}, - 277: {}, + 280: {}, + 281: {}, + 282: {}, + 283: {}, + 284: {}, + 285: {}, + 286: {}, + 287: {}, }, - description: { 271: {}, 275: {}, 276: {} }, + description: { 281: {}, 285: {}, 286: {} }, }, ], [ "themes/{theme_id", - { _index: 357, title: {}, description: { 276: {}, 277: {} } }, + { _index: 370, title: {}, description: { 286: {}, 287: {} } }, ], ["thumbnail", { _index: 41, title: { 9: {} }, description: {} }], [ @@ -315347,17 +330562,17 @@

    177: {}, 185: {}, 207: {}, - 257: {}, - 262: {}, - 276: {}, + 267: {}, + 272: {}, + 286: {}, }, }, ], [ "uninstal", - { _index: 352, title: { 276: {} }, description: {} }, + { _index: 365, title: { 286: {} }, description: {} }, ], - ["unlock", { _index: 375, title: { 294: {} }, description: {} }], + ["unlock", { _index: 388, title: { 304: {} }, description: {} }], [ "unpublish", { @@ -315389,8 +330604,8 @@

    179: {}, 182: {}, 186: {}, - 245: {}, - 246: {}, + 255: {}, + 256: {}, }, }, ], @@ -315419,13 +330634,13 @@

    180: {}, 214: {}, 224: {}, - 243: {}, - 252: {}, - 260: {}, - 269: {}, - 287: {}, - 300: {}, + 253: {}, + 262: {}, + 270: {}, + 279: {}, + 297: {}, 310: {}, + 320: {}, }, description: { 35: {}, @@ -315443,7 +330658,7 @@

    125: {}, 176: {}, 180: {}, - 287: {}, + 297: {}, }, }, ], @@ -315477,83 +330692,83 @@

    197: {}, 198: {}, 230: {}, - 278: {}, - 280: {}, - 281: {}, - 282: {}, - 283: {}, - 284: {}, - 285: {}, - 286: {}, - 287: {}, - 289: {}, + 288: {}, 290: {}, 291: {}, 292: {}, 293: {}, 294: {}, + 295: {}, + 296: {}, + 297: {}, + 299: {}, + 300: {}, + 301: {}, + 302: {}, + 303: {}, + 304: {}, }, description: { 14: {}, 230: {}, - 279: {}, - 280: {}, - 281: {}, - 285: {}, - 286: {}, - 287: {}, - 293: {}, + 289: {}, + 290: {}, + 291: {}, + 295: {}, + 296: {}, + 297: {}, + 303: {}, }, }, ], ["usernam", { _index: 77, title: { 15: {} }, description: {} }], [ "users/export", - { _index: 369, title: {}, description: { 282: {} } }, + { _index: 382, title: {}, description: { 292: {} } }, ], [ "users/import", - { _index: 370, title: {}, description: { 283: {} } }, + { _index: 383, title: {}, description: { 293: {} } }, ], [ "users/synchron", - { _index: 371, title: {}, description: { 284: {} } }, + { _index: 384, title: {}, description: { 294: {} } }, ], [ "users/{user_id", { - _index: 373, + _index: 386, title: {}, - description: { 285: {}, 286: {}, 287: {} }, + description: { 295: {}, 296: {}, 297: {} }, }, ], [ "users/{user_id}/group", - { _index: 266, title: {}, description: { 163: {}, 288: {} } }, + { _index: 266, title: {}, description: { 163: {}, 298: {} } }, ], [ "users/{user_id}/permiss", - { _index: 287, title: {}, description: { 196: {}, 289: {} } }, + { _index: 287, title: {}, description: { 196: {}, 299: {} } }, ], [ "users/{user_id}/permissions/gr", - { _index: 288, title: {}, description: { 197: {}, 290: {} } }, + { _index: 288, title: {}, description: { 197: {}, 300: {} } }, ], [ "users/{user_id}/permissions/revok", - { _index: 289, title: {}, description: { 198: {}, 291: {} } }, + { _index: 289, title: {}, description: { 198: {}, 301: {} } }, ], [ "users/{user_id}/recover_password", - { _index: 374, title: {}, description: { 292: {} } }, + { _index: 387, title: {}, description: { 302: {} } }, ], [ "users/{user_id}/sit", - { _index: 306, title: {}, description: { 230: {}, 293: {} } }, + { _index: 306, title: {}, description: { 230: {}, 303: {} } }, ], [ "users/{user_id}/unlock", - { _index: 377, title: {}, description: { 294: {} } }, + { _index: 390, title: {}, description: { 304: {} } }, ], [ "v2.0", @@ -315564,6 +330779,44 @@

    }, ], ["v3", { _index: 165, title: {}, description: { 70: {} } }], + [ + "v4", + { + _index: 312, + title: { + 232: {}, + 233: {}, + 234: {}, + 235: {}, + 236: {}, + 237: {}, + 238: {}, + 239: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, + 245: {}, + 246: {}, + }, + description: { + 232: {}, + 233: {}, + 234: {}, + 235: {}, + 236: {}, + 237: {}, + 238: {}, + 239: {}, + 241: {}, + 242: {}, + 243: {}, + 244: {}, + 245: {}, + 246: {}, + }, + }, + ], [ "version", { _index: 160, title: { 70: {} }, description: { 70: {} } }, @@ -315580,14 +330833,6 @@

    "view_log", { _index: 273, title: {}, description: { 166: {} } }, ], - [ - "visit", - { - _index: 313, - title: { 233: {}, 235: {} }, - description: { 233: {}, 235: {} }, - }, - ], [ "want", { @@ -315613,9 +330858,9 @@

    185: {}, 188: {}, 196: {}, - 262: {}, - 286: {}, - 289: {}, + 272: {}, + 296: {}, + 299: {}, }, }, ], @@ -315634,20 +330879,20 @@

    [ "widget", { - _index: 378, + _index: 391, title: { - 295: {}, - 296: {}, - 297: {}, - 298: {}, - 299: {}, - 300: {}, - 301: {}, - 302: {}, - 303: {}, - 304: {}, + 305: {}, + 306: {}, + 307: {}, + 308: {}, + 309: {}, + 310: {}, 311: {}, 312: {}, + 313: {}, + 314: {}, + 321: {}, + 322: {}, }, description: {}, }, @@ -315655,18 +330900,18 @@

    [ "widgetset", { - _index: 383, + _index: 396, title: { - 303: {}, - 304: {}, - 305: {}, - 306: {}, - 307: {}, - 308: {}, - 309: {}, - 310: {}, - 311: {}, - 312: {}, + 313: {}, + 314: {}, + 315: {}, + 316: {}, + 317: {}, + 318: {}, + 319: {}, + 320: {}, + 321: {}, + 322: {}, }, description: {}, }, @@ -315680,6 +330925,30 @@

    description: { 60: {}, 124: {}, 179: {} }, }, ], + [ + "year", + { + _index: 323, + title: { 241: {}, 242: {} }, + description: { 241: {}, 242: {} }, + }, + ], + [ + "yearmonth", + { + _index: 326, + title: { 243: {}, 244: {} }, + description: { 243: {}, 244: {} }, + }, + ], + [ + "yearweek", + { + _index: 329, + title: { 245: {}, 246: {} }, + description: { 245: {}, 246: {} }, + }, + ], [ "yyyymmddhhmmss", { From 2d7e13812bf5349a0ab42c10c0691c17ef7a9a62 Mon Sep 17 00:00:00 2001 From: Masahiro Iuchi Date: Thu, 21 Aug 2025 13:30:50 +0900 Subject: [PATCH 4/5] npm install @redocly/cli@latest --- package-lock.json | 796 +++++++++++++++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 539 insertions(+), 259 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7027448..e782143 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "bootstrap": "^5.2.2" }, "devDependencies": { - "@redocly/cli": "^1.34.5", + "@redocly/cli": "^2.0.6", "css-loader": "^6.7.1", "marked": "^4.1.1", "prettier": "^3.5.3", @@ -119,6 +119,132 @@ "node": ">=10.10.0" } }, + "node_modules/@isaacs/balanced-match": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz", + "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/@isaacs/brace-expansion": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz", + "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@isaacs/balanced-match": "^4.0.1" + }, + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-regex": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.0.tgz", + "integrity": "sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@isaacs/cliui/node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "license": "MIT", + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@isaacs/cliui/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, "node_modules/@jest/schemas": { "version": "29.6.3", "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", @@ -286,6 +412,19 @@ "dev": true, "license": "MIT" }, + "node_modules/@noble/hashes": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz", + "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^14.21.3 || >=16" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/@opentelemetry/api": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz", @@ -297,233 +436,198 @@ } }, "node_modules/@opentelemetry/api-logs": { - "version": "0.53.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.53.0.tgz", - "integrity": "sha512-8HArjKx+RaAI8uEIgcORbZIPklyh1YLjPSBus8hjRmvLi6DeFzgOcdZ7KwPabKj8mXF8dX0hyfAyGfycz0DbFw==", + "version": "0.202.0", + "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.202.0.tgz", + "integrity": "sha512-fTBjMqKCfotFWfLzaKyhjLvyEyq5vDKTTFfBmx21btv3gvy8Lq6N5Dh2OzqeuN4DjtpSvNT1uNVfg08eD2Rfxw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@opentelemetry/api": "^1.0.0" + "@opentelemetry/api": "^1.3.0" }, "engines": { - "node": ">=14" + "node": ">=8.0.0" } }, "node_modules/@opentelemetry/context-async-hooks": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/context-async-hooks/-/context-async-hooks-1.26.0.tgz", - "integrity": "sha512-HedpXXYzzbaoutw6DFLWLDket2FwLkLpil4hGCZ1xYEIMTcivdfwEOISgdbLEWyG3HW52gTq2V9mOVJrONgiwg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@opentelemetry/context-async-hooks/-/context-async-hooks-2.0.1.tgz", + "integrity": "sha512-XuY23lSI3d4PEqKA+7SLtAgwqIfc6E/E9eAQWLN1vlpC53ybO3o6jW4BsXo1xvz9lYyyWItfQDDLzezER01mCw==", "dev": true, "license": "Apache-2.0", "engines": { - "node": ">=14" + "node": "^18.19.0 || >=20.6.0" }, "peerDependencies": { "@opentelemetry/api": ">=1.0.0 <1.10.0" } }, "node_modules/@opentelemetry/core": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.26.0.tgz", - "integrity": "sha512-1iKxXXE8415Cdv0yjG3G6hQnB5eVEsJce3QaawX8SjDn0mAS0ZM8fAbZZJD4ajvhC15cePvosSCut404KrIIvQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-2.0.1.tgz", + "integrity": "sha512-MaZk9SJIDgo1peKevlbhP6+IwIiNPNmswNL4AF0WaQJLbHXjr9SrZMgS12+iqr9ToV4ZVosCcc0f8Rg67LXjxw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@opentelemetry/semantic-conventions": "1.27.0" + "@opentelemetry/semantic-conventions": "^1.29.0" }, "engines": { - "node": ">=14" + "node": "^18.19.0 || >=20.6.0" }, "peerDependencies": { "@opentelemetry/api": ">=1.0.0 <1.10.0" } }, "node_modules/@opentelemetry/exporter-trace-otlp-http": { - "version": "0.53.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/exporter-trace-otlp-http/-/exporter-trace-otlp-http-0.53.0.tgz", - "integrity": "sha512-m7F5ZTq+V9mKGWYpX8EnZ7NjoqAU7VemQ1E2HAG+W/u0wpY1x0OmbxAXfGKFHCspdJk8UKlwPGrpcB8nay3P8A==", + "version": "0.202.0", + "resolved": "https://registry.npmjs.org/@opentelemetry/exporter-trace-otlp-http/-/exporter-trace-otlp-http-0.202.0.tgz", + "integrity": "sha512-/hKE8DaFCJuaQqE1IxpgkcjOolUIwgi3TgHElPVKGdGRBSmJMTmN/cr6vWa55pCJIXPyhKvcMrbrya7DZ3VmzA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@opentelemetry/core": "1.26.0", - "@opentelemetry/otlp-exporter-base": "0.53.0", - "@opentelemetry/otlp-transformer": "0.53.0", - "@opentelemetry/resources": "1.26.0", - "@opentelemetry/sdk-trace-base": "1.26.0" + "@opentelemetry/core": "2.0.1", + "@opentelemetry/otlp-exporter-base": "0.202.0", + "@opentelemetry/otlp-transformer": "0.202.0", + "@opentelemetry/resources": "2.0.1", + "@opentelemetry/sdk-trace-base": "2.0.1" }, "engines": { - "node": ">=14" + "node": "^18.19.0 || >=20.6.0" }, "peerDependencies": { - "@opentelemetry/api": "^1.0.0" + "@opentelemetry/api": "^1.3.0" } }, "node_modules/@opentelemetry/otlp-exporter-base": { - "version": "0.53.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-exporter-base/-/otlp-exporter-base-0.53.0.tgz", - "integrity": "sha512-UCWPreGQEhD6FjBaeDuXhiMf6kkBODF0ZQzrk/tuQcaVDJ+dDQ/xhJp192H9yWnKxVpEjFrSSLnpqmX4VwX+eA==", + "version": "0.202.0", + "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-exporter-base/-/otlp-exporter-base-0.202.0.tgz", + "integrity": "sha512-nMEOzel+pUFYuBJg2znGmHJWbmvMbdX5/RhoKNKowguMbURhz0fwik5tUKplLcUtl8wKPL1y9zPnPxeBn65N0Q==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@opentelemetry/core": "1.26.0", - "@opentelemetry/otlp-transformer": "0.53.0" + "@opentelemetry/core": "2.0.1", + "@opentelemetry/otlp-transformer": "0.202.0" }, "engines": { - "node": ">=14" + "node": "^18.19.0 || >=20.6.0" }, "peerDependencies": { - "@opentelemetry/api": "^1.0.0" + "@opentelemetry/api": "^1.3.0" } }, "node_modules/@opentelemetry/otlp-transformer": { - "version": "0.53.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-transformer/-/otlp-transformer-0.53.0.tgz", - "integrity": "sha512-rM0sDA9HD8dluwuBxLetUmoqGJKSAbWenwD65KY9iZhUxdBHRLrIdrABfNDP7aiTjcgK8XFyTn5fhDz7N+W6DA==", + "version": "0.202.0", + "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-transformer/-/otlp-transformer-0.202.0.tgz", + "integrity": "sha512-5XO77QFzs9WkexvJQL9ksxL8oVFb/dfi9NWQSq7Sv0Efr9x3N+nb1iklP1TeVgxqJ7m1xWiC/Uv3wupiQGevMw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@opentelemetry/api-logs": "0.53.0", - "@opentelemetry/core": "1.26.0", - "@opentelemetry/resources": "1.26.0", - "@opentelemetry/sdk-logs": "0.53.0", - "@opentelemetry/sdk-metrics": "1.26.0", - "@opentelemetry/sdk-trace-base": "1.26.0", + "@opentelemetry/api-logs": "0.202.0", + "@opentelemetry/core": "2.0.1", + "@opentelemetry/resources": "2.0.1", + "@opentelemetry/sdk-logs": "0.202.0", + "@opentelemetry/sdk-metrics": "2.0.1", + "@opentelemetry/sdk-trace-base": "2.0.1", "protobufjs": "^7.3.0" }, "engines": { - "node": ">=14" + "node": "^18.19.0 || >=20.6.0" }, "peerDependencies": { "@opentelemetry/api": "^1.3.0" } }, - "node_modules/@opentelemetry/propagator-b3": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/propagator-b3/-/propagator-b3-1.26.0.tgz", - "integrity": "sha512-vvVkQLQ/lGGyEy9GT8uFnI047pajSOVnZI2poJqVGD3nJ+B9sFGdlHNnQKophE3lHfnIH0pw2ubrCTjZCgIj+Q==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/core": "1.26.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": ">=1.0.0 <1.10.0" - } - }, - "node_modules/@opentelemetry/propagator-jaeger": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/propagator-jaeger/-/propagator-jaeger-1.26.0.tgz", - "integrity": "sha512-DelFGkCdaxA1C/QA0Xilszfr0t4YbGd3DjxiCDPh34lfnFr+VkkrjV9S8ZTJvAzfdKERXhfOxIKBoGPJwoSz7Q==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "@opentelemetry/core": "1.26.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@opentelemetry/api": ">=1.0.0 <1.10.0" - } - }, "node_modules/@opentelemetry/resources": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.26.0.tgz", - "integrity": "sha512-CPNYchBE7MBecCSVy0HKpUISEeJOniWqcHaAHpmasZ3j9o6V3AyBzhRc90jdmemq0HOxDr6ylhUbDhBqqPpeNw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-2.0.1.tgz", + "integrity": "sha512-dZOB3R6zvBwDKnHDTB4X1xtMArB/d324VsbiPkX/Yu0Q8T2xceRthoIVFhJdvgVM2QhGVUyX9tzwiNxGtoBJUw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@opentelemetry/core": "1.26.0", - "@opentelemetry/semantic-conventions": "1.27.0" + "@opentelemetry/core": "2.0.1", + "@opentelemetry/semantic-conventions": "^1.29.0" }, "engines": { - "node": ">=14" + "node": "^18.19.0 || >=20.6.0" }, "peerDependencies": { - "@opentelemetry/api": ">=1.0.0 <1.10.0" + "@opentelemetry/api": ">=1.3.0 <1.10.0" } }, "node_modules/@opentelemetry/sdk-logs": { - "version": "0.53.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-logs/-/sdk-logs-0.53.0.tgz", - "integrity": "sha512-dhSisnEgIj/vJZXZV6f6KcTnyLDx/VuQ6l3ejuZpMpPlh9S1qMHiZU9NMmOkVkwwHkMy3G6mEBwdP23vUZVr4g==", + "version": "0.202.0", + "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-logs/-/sdk-logs-0.202.0.tgz", + "integrity": "sha512-pv8QiQLQzk4X909YKm0lnW4hpuQg4zHwJ4XBd5bZiXcd9urvrJNoNVKnxGHPiDVX/GiLFvr5DMYsDBQbZCypRQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@opentelemetry/api-logs": "0.53.0", - "@opentelemetry/core": "1.26.0", - "@opentelemetry/resources": "1.26.0" + "@opentelemetry/api-logs": "0.202.0", + "@opentelemetry/core": "2.0.1", + "@opentelemetry/resources": "2.0.1" }, "engines": { - "node": ">=14" + "node": "^18.19.0 || >=20.6.0" }, "peerDependencies": { "@opentelemetry/api": ">=1.4.0 <1.10.0" } }, "node_modules/@opentelemetry/sdk-metrics": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-metrics/-/sdk-metrics-1.26.0.tgz", - "integrity": "sha512-0SvDXmou/JjzSDOjUmetAAvcKQW6ZrvosU0rkbDGpXvvZN+pQF6JbK/Kd4hNdK4q/22yeruqvukXEJyySTzyTQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-metrics/-/sdk-metrics-2.0.1.tgz", + "integrity": "sha512-wf8OaJoSnujMAHWR3g+/hGvNcsC16rf9s1So4JlMiFaFHiE4HpIA3oUh+uWZQ7CNuK8gVW/pQSkgoa5HkkOl0g==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@opentelemetry/core": "1.26.0", - "@opentelemetry/resources": "1.26.0" + "@opentelemetry/core": "2.0.1", + "@opentelemetry/resources": "2.0.1" }, "engines": { - "node": ">=14" + "node": "^18.19.0 || >=20.6.0" }, "peerDependencies": { - "@opentelemetry/api": ">=1.3.0 <1.10.0" + "@opentelemetry/api": ">=1.9.0 <1.10.0" } }, "node_modules/@opentelemetry/sdk-trace-base": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.26.0.tgz", - "integrity": "sha512-olWQldtvbK4v22ymrKLbIcBi9L2SpMO84sCPY54IVsJhP9fRsxJT194C/AVaAuJzLE30EdhhM1VmvVYR7az+cw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-2.0.1.tgz", + "integrity": "sha512-xYLlvk/xdScGx1aEqvxLwf6sXQLXCjk3/1SQT9X9AoN5rXRhkdvIFShuNNmtTEPRBqcsMbS4p/gJLNI2wXaDuQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@opentelemetry/core": "1.26.0", - "@opentelemetry/resources": "1.26.0", - "@opentelemetry/semantic-conventions": "1.27.0" + "@opentelemetry/core": "2.0.1", + "@opentelemetry/resources": "2.0.1", + "@opentelemetry/semantic-conventions": "^1.29.0" }, "engines": { - "node": ">=14" + "node": "^18.19.0 || >=20.6.0" }, "peerDependencies": { - "@opentelemetry/api": ">=1.0.0 <1.10.0" + "@opentelemetry/api": ">=1.3.0 <1.10.0" } }, "node_modules/@opentelemetry/sdk-trace-node": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-node/-/sdk-trace-node-1.26.0.tgz", - "integrity": "sha512-Fj5IVKrj0yeUwlewCRwzOVcr5avTuNnMHWf7GPc1t6WaT78J6CJyF3saZ/0RkZfdeNO8IcBl/bNcWMVZBMRW8Q==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-node/-/sdk-trace-node-2.0.1.tgz", + "integrity": "sha512-UhdbPF19pMpBtCWYP5lHbTogLWx9N0EBxtdagvkn5YtsAnCBZzL7SjktG+ZmupRgifsHMjwUaCCaVmqGfSADmA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@opentelemetry/context-async-hooks": "1.26.0", - "@opentelemetry/core": "1.26.0", - "@opentelemetry/propagator-b3": "1.26.0", - "@opentelemetry/propagator-jaeger": "1.26.0", - "@opentelemetry/sdk-trace-base": "1.26.0", - "semver": "^7.5.2" + "@opentelemetry/context-async-hooks": "2.0.1", + "@opentelemetry/core": "2.0.1", + "@opentelemetry/sdk-trace-base": "2.0.1" }, "engines": { - "node": ">=14" + "node": "^18.19.0 || >=20.6.0" }, "peerDependencies": { "@opentelemetry/api": ">=1.0.0 <1.10.0" } }, "node_modules/@opentelemetry/semantic-conventions": { - "version": "1.27.0", - "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.27.0.tgz", - "integrity": "sha512-sAay1RrB+ONOem0OZanAR1ZI/k7yDpnOQSQmTMuGImUQb2y8EbSaCJ94FQluM74xoU03vlb2d2U90hZluL6nQg==", + "version": "1.34.0", + "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.34.0.tgz", + "integrity": "sha512-aKcOkyrorBGlajjRdVoJWHTxfxO1vCNHLJVlSDaRHDIdjU+pX8IYQPvPDkYiujKLbRnWU+1TBwEt0QRgSm4SGA==", "dev": true, "license": "Apache-2.0", "engines": { @@ -633,37 +737,37 @@ } }, "node_modules/@redocly/cli": { - "version": "1.34.5", - "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.34.5.tgz", - "integrity": "sha512-5IEwxs7SGP5KEXjBKLU8Ffdz9by/KqNSeBk6YUVQaGxMXK//uYlTJIPntgUXbo1KAGG2d2q2XF8y4iFz6qNeiw==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-2.0.6.tgz", + "integrity": "sha512-Hffc/ts8hArT2KQwrqvtYALoYDUp+kD1mbm2el0iAsD1beI8AwqdHHPPnIQef0vBpsNXijfklT/C/ipPjB5fVw==", "dev": true, "license": "MIT", "dependencies": { - "@opentelemetry/api": "1.9.0", - "@opentelemetry/exporter-trace-otlp-http": "0.53.0", - "@opentelemetry/resources": "1.26.0", - "@opentelemetry/sdk-trace-node": "1.26.0", - "@opentelemetry/semantic-conventions": "1.27.0", - "@redocly/config": "^0.22.0", - "@redocly/openapi-core": "1.34.5", - "@redocly/respect-core": "1.34.5", + "@opentelemetry/exporter-trace-otlp-http": "0.202.0", + "@opentelemetry/resources": "2.0.1", + "@opentelemetry/sdk-trace-node": "2.0.1", + "@opentelemetry/semantic-conventions": "1.34.0", + "@redocly/openapi-core": "2.0.6", + "@redocly/respect-core": "2.0.6", "abort-controller": "^3.0.0", "chokidar": "^3.5.1", "colorette": "^1.2.0", - "core-js": "^3.32.1", + "cookie": "^0.7.2", "dotenv": "16.4.7", "form-data": "^4.0.4", - "get-port-please": "^3.0.1", - "glob": "^7.1.6", + "glob": "^11.0.1", "handlebars": "^4.7.6", + "https-proxy-agent": "^7.0.5", "mobx": "^6.0.4", "pluralize": "^8.0.0", "react": "^17.0.0 || ^18.2.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.2.0 || ^19.0.0", "redoc": "2.5.0", "semver": "^7.5.2", + "set-cookie-parser": "^2.3.5", "simple-websocket": "^9.0.0", "styled-components": "^6.0.7", + "undici": "^6.21.1", "yargs": "17.0.1" }, "bin": { @@ -671,8 +775,56 @@ "redocly": "bin/cli.js" }, "engines": { - "node": ">=18.17.0", - "npm": ">=9.5.0" + "node": ">=22.12.0 || >=20.19.0 <21.0.0", + "npm": ">=10" + } + }, + "node_modules/@redocly/cli/node_modules/@redocly/config": { + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.28.0.tgz", + "integrity": "sha512-IdY4bSX9bbjXkDX91oO1OVwCzB00UNF0ozoygacTpS5Exa3ewYCB/6BcbA0tGCAvKDIwSY9Jor2cWQ/ycQfBTg==", + "dev": true, + "license": "MIT", + "dependencies": { + "json-schema-to-ts": "2.7.2" + } + }, + "node_modules/@redocly/cli/node_modules/@redocly/openapi-core": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-2.0.6.tgz", + "integrity": "sha512-1C/WGrU5focCcPduTPEP22SoziNMk+DGo0iM+c3eb8dolRbASt998u0Qw9EpGkjU/y9ig4brQnIQu63tE6IcWg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@redocly/ajv": "^8.11.2", + "@redocly/config": "^0.28.0", + "ajv-formats": "^2.1.1", + "colorette": "^1.2.0", + "js-levenshtein": "^1.1.6", + "js-yaml": "^4.1.0", + "minimatch": "^10.0.1", + "pluralize": "^8.0.0", + "yaml-ast-parser": "0.0.43" + }, + "engines": { + "node": ">=22.12.0 || >=20.19.0 <21.0.0", + "npm": ">=10" + } + }, + "node_modules/@redocly/cli/node_modules/minimatch": { + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", + "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", + "dev": true, + "license": "ISC", + "dependencies": { + "@isaacs/brace-expansion": "^5.0.0" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/@redocly/config": { @@ -705,37 +857,69 @@ } }, "node_modules/@redocly/respect-core": { - "version": "1.34.5", - "resolved": "https://registry.npmjs.org/@redocly/respect-core/-/respect-core-1.34.5.tgz", - "integrity": "sha512-GheC/g/QFztPe9UA9LamooSplQuy9pe0Yr8XGTqkz0ahivLDl7svoy/LSQNn1QH3XGtLKwFYMfTwFR2TAYyh5Q==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@redocly/respect-core/-/respect-core-2.0.6.tgz", + "integrity": "sha512-nDJGOC+2eRP/MjB5ftdw4736GA7cL1qGwLswlAQtBICWV9BRiAnjvqFienUnpn0nqS5p4f2Ejhwpf4FDhrlDsg==", "dev": true, "license": "MIT", "dependencies": { "@faker-js/faker": "^7.6.0", + "@noble/hashes": "^1.8.0", "@redocly/ajv": "8.11.2", - "@redocly/openapi-core": "1.34.5", + "@redocly/openapi-core": "2.0.6", "better-ajv-errors": "^1.2.0", "colorette": "^2.0.20", - "concat-stream": "^2.0.0", - "cookie": "^0.7.2", - "dotenv": "16.4.7", - "form-data": "^4.0.4", "jest-diff": "^29.3.1", "jest-matcher-utils": "^29.3.1", - "js-yaml": "4.1.0", "json-pointer": "^0.6.2", "jsonpath-plus": "^10.0.6", - "open": "^10.1.0", "openapi-sampler": "^1.6.1", - "outdent": "^0.8.0", - "set-cookie-parser": "^2.3.5", - "undici": "^6.21.1" + "outdent": "^0.8.0" }, "engines": { - "node": ">=18.17.0", - "npm": ">=9.5.0" + "node": ">=22.12.0 || >=20.19.0 <21.0.0", + "npm": ">=10" + } + }, + "node_modules/@redocly/respect-core/node_modules/@redocly/config": { + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.28.0.tgz", + "integrity": "sha512-IdY4bSX9bbjXkDX91oO1OVwCzB00UNF0ozoygacTpS5Exa3ewYCB/6BcbA0tGCAvKDIwSY9Jor2cWQ/ycQfBTg==", + "dev": true, + "license": "MIT", + "dependencies": { + "json-schema-to-ts": "2.7.2" } }, + "node_modules/@redocly/respect-core/node_modules/@redocly/openapi-core": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-2.0.6.tgz", + "integrity": "sha512-1C/WGrU5focCcPduTPEP22SoziNMk+DGo0iM+c3eb8dolRbASt998u0Qw9EpGkjU/y9ig4brQnIQu63tE6IcWg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@redocly/ajv": "^8.11.2", + "@redocly/config": "^0.28.0", + "ajv-formats": "^2.1.1", + "colorette": "^1.2.0", + "js-levenshtein": "^1.1.6", + "js-yaml": "^4.1.0", + "minimatch": "^10.0.1", + "pluralize": "^8.0.0", + "yaml-ast-parser": "0.0.43" + }, + "engines": { + "node": ">=22.12.0 || >=20.19.0 <21.0.0", + "npm": ">=10" + } + }, + "node_modules/@redocly/respect-core/node_modules/@redocly/openapi-core/node_modules/colorette": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", + "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==", + "dev": true, + "license": "MIT" + }, "node_modules/@redocly/respect-core/node_modules/colorette": { "version": "2.0.20", "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", @@ -743,6 +927,22 @@ "dev": true, "license": "MIT" }, + "node_modules/@redocly/respect-core/node_modules/minimatch": { + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", + "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", + "dev": true, + "license": "ISC", + "dependencies": { + "@isaacs/brace-expansion": "^5.0.0" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@sinclair/typebox": { "version": "0.27.8", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", @@ -1860,29 +2060,6 @@ "dev": true, "license": "MIT" }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true, - "license": "MIT" - }, - "node_modules/concat-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz", - "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", - "dev": true, - "engines": [ - "node >= 6.0" - ], - "license": "MIT", - "dependencies": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^3.0.2", - "typedarray": "^0.0.6" - } - }, "node_modules/connect-history-api-fallback": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", @@ -1940,6 +2117,7 @@ "dev": true, "hasInstallScript": true, "license": "MIT", + "peer": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" @@ -2211,6 +2389,13 @@ "node": ">= 0.4" } }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true, + "license": "MIT" + }, "node_modules/ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", @@ -2681,6 +2866,23 @@ "dev": true, "license": "MIT" }, + "node_modules/foreground-child": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", + "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", + "dev": true, + "license": "ISC", + "dependencies": { + "cross-spawn": "^7.0.6", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/form-data": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", @@ -2718,13 +2920,6 @@ "node": ">= 0.6" } }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true, - "license": "ISC" - }, "node_modules/fsevents": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", @@ -2785,13 +2980,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/get-port-please": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/get-port-please/-/get-port-please-3.1.2.tgz", - "integrity": "sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ==", - "dev": true, - "license": "MIT" - }, "node_modules/get-proto": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", @@ -2807,22 +2995,24 @@ } }, "node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz", + "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==", "dev": true, "license": "ISC", "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "foreground-child": "^3.3.1", + "jackspeak": "^4.1.1", + "minimatch": "^10.0.3", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^2.0.0" + }, + "bin": { + "glob": "dist/esm/bin.mjs" }, "engines": { - "node": "*" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -2848,28 +3038,20 @@ "dev": true, "license": "BSD-2-Clause" }, - "node_modules/glob/node_modules/brace-expansion": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", - "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", - "dev": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, "node_modules/glob/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", + "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", "dev": true, "license": "ISC", "dependencies": { - "brace-expansion": "^1.1.7" + "@isaacs/brace-expansion": "^5.0.0" }, "engines": { - "node": "*" + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/gopd": { @@ -3174,18 +3356,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", - "dev": true, - "license": "ISC", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, "node_modules/inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", @@ -3399,6 +3569,22 @@ "node": ">=0.10.0" } }, + "node_modules/jackspeak": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz", + "integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/jest-diff": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", @@ -3529,6 +3715,21 @@ "foreach": "^2.0.4" } }, + "node_modules/json-schema-to-ts": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-2.7.2.tgz", + "integrity": "sha512-R1JfqKqbBR4qE8UyBR56Ms30LL62/nlhoz+1UkfI/VE7p54Awu919FZ6ZUPG8zIa3XB65usPJgr1ONVncUGSaQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.18.3", + "@types/json-schema": "^7.0.9", + "ts-algebra": "^1.2.0" + }, + "engines": { + "node": ">=16" + } + }, "node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", @@ -3639,6 +3840,16 @@ "loose-envify": "cli.js" } }, + "node_modules/lru-cache": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz", + "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==", + "dev": true, + "license": "ISC", + "engines": { + "node": "20 || >=22" + } + }, "node_modules/lunr": { "version": "2.3.9", "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", @@ -3813,6 +4024,16 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, "node_modules/mobx": { "version": "6.13.7", "resolved": "https://registry.npmjs.org/mobx/-/mobx-6.13.7.tgz", @@ -4132,16 +4353,6 @@ "node": ">= 0.8" } }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, - "license": "ISC", - "dependencies": { - "wrappy": "1" - } - }, "node_modules/open": { "version": "10.1.1", "resolved": "https://registry.npmjs.org/open/-/open-10.1.1.tgz", @@ -4237,6 +4448,13 @@ "node": ">=6" } }, + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true, + "license": "BlueOak-1.0.0" + }, "node_modules/parseurl": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", @@ -4264,16 +4482,6 @@ "node": ">=8" } }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/path-key": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", @@ -4291,6 +4499,23 @@ "dev": true, "license": "MIT" }, + "node_modules/path-scurry": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz", + "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^11.0.0", + "minipass": "^7.1.2" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/path-to-regexp": { "version": "0.1.12", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", @@ -4555,9 +4780,9 @@ "license": "MIT" }, "node_modules/protobufjs": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.0.tgz", - "integrity": "sha512-Z2E/kOY1QjoMlCytmexzYfDm/w5fKAiRwpSzGtdnXW1zC88Z2yXazHHrOtwCzn+7wSxyE8PYM4rvVcMphF9sOA==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.4.tgz", + "integrity": "sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==", "dev": true, "hasInstallScript": true, "license": "BSD-3-Clause", @@ -5365,6 +5590,19 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/simple-websocket": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/simple-websocket/-/simple-websocket-9.1.0.tgz", @@ -5519,6 +5757,22 @@ "node": ">=8" } }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", @@ -5532,6 +5786,20 @@ "node": ">=8" } }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/strnum": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz", @@ -5812,6 +6080,13 @@ "tslib": "2" } }, + "node_modules/ts-algebra": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-1.2.2.tgz", + "integrity": "sha512-kloPhf1hq3JbCPOTYoOWDKxebWjNb2o/LKnNfkWhxVVisFFmMJPPdJeGoGmM+iRLyoXAR61e08Pb+vUXINg8aA==", + "dev": true, + "license": "MIT" + }, "node_modules/tslib": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", @@ -5833,13 +6108,6 @@ "node": ">= 0.6" } }, - "node_modules/typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", - "dev": true, - "license": "MIT" - }, "node_modules/uglify-js": { "version": "3.19.3", "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz", @@ -6344,12 +6612,24 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, - "license": "ISC" + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } }, "node_modules/ws": { "version": "7.5.10", diff --git a/package.json b/package.json index 78af81d..7e12131 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/movabletype/mt-docs-data-api-reference#readme", "devDependencies": { - "@redocly/cli": "^1.34.5", + "@redocly/cli": "^2.0.6", "css-loader": "^6.7.1", "marked": "^4.1.1", "prettier": "^3.5.3", From f410d2444980b451bf641cc9ad5731681df182d4 Mon Sep 17 00:00:00 2001 From: Masahiro Iuchi Date: Thu, 21 Aug 2025 13:47:44 +0900 Subject: [PATCH 5/5] Migrate redo.config.yaml --- redoc.config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/redoc.config.yaml b/redoc.config.yaml index 3dac31c..9d7ebe0 100644 --- a/redoc.config.yaml +++ b/redoc.config.yaml @@ -1,3 +1,2 @@ -theme: - openapi: - sortTagsAlphabetically: true +openapi: + sortTagsAlphabetically: true