UNPKG

@itentialopensource/adapter-kentik_v5

Version:

This adapter integrates with system described as: kentikV5Api.

1,950 lines 63 kB
{ "openapi": "3.1.0", "info": { "title": "", "version": "1.0.0" }, "paths": { "/query/sql": { "post": { "tags": [ "QueryMethods" ], "operationId": "runQuery", "description": "The parameters and request body are for method: runQuery. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/query/url": { "post": { "tags": [ "QueryMethods" ], "operationId": "queryUrl", "description": "The parameters and request body are for method: queryUrl. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/query/topxdata": { "post": { "tags": [ "QueryMethods" ], "operationId": "topxdata", "description": "The parameters and request body are for method: topxdata. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/query/topxchart": { "post": { "tags": [ "QueryMethods" ], "operationId": "topxchart", "description": "The parameters and request body are for method: topxchart. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/users": { "get": { "tags": [ "User" ], "operationId": "findUsers", "description": "The parameters and request body are for method: findUsers. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/user/{userId}": { "get": { "tags": [ "User" ], "operationId": "findUser", "description": "The parameters and request body are for method: findUser. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "userId", "in": "path", "required": true, "schema": { "title": "userId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "put": { "tags": [ "User" ], "operationId": "updateUser", "description": "The parameters and request body are for method: updateUser. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "userId", "in": "path", "required": true, "schema": { "title": "userId", "type": "number" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "delete": { "tags": [ "User" ], "operationId": "deleteUser", "description": "The parameters and request body are for method: deleteUser. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "userId", "in": "path", "required": true, "schema": { "title": "userId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/user": { "post": { "tags": [ "User" ], "operationId": "createUser", "description": "The parameters and request body are for method: createUser. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/devices": { "get": { "tags": [ "Device" ], "operationId": "findDevices", "description": "The parameters and request body are for method: findDevices. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/device/{deviceId}": { "get": { "tags": [ "Device" ], "operationId": "findDevice", "description": "The parameters and request body are for method: findDevice. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "deviceId", "in": "path", "required": true, "schema": { "title": "deviceId", "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "put": { "tags": [ "Device" ], "operationId": "updateDevice", "description": "The parameters and request body are for method: updateDevice. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "deviceId", "in": "path", "required": true, "schema": { "title": "deviceId", "type": "number" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "delete": { "tags": [ "Device" ], "operationId": "deleteDevice", "description": "The parameters and request body are for method: deleteDevice. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "deviceId", "in": "path", "required": true, "schema": { "title": "deviceId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/device": { "post": { "tags": [ "Device" ], "operationId": "createDevice", "description": "The parameters and request body are for method: createDevice. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/devices/{deviceId}/labels": { "put": { "tags": [ "Device" ], "operationId": "deviceApplyLabels", "description": "The parameters and request body are for method: deviceApplyLabels. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "deviceId", "in": "path", "required": true, "schema": { "title": "deviceId", "type": "number" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/device/{deviceId}/interfaces": { "get": { "tags": [ "Device" ], "operationId": "findInterfaces", "description": "The parameters and request body are for method: findInterfaces. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "deviceId", "in": "path", "required": true, "schema": { "title": "deviceId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/device/{deviceId}/interface/{interfaceId}": { "get": { "tags": [ "Device" ], "operationId": "findInterface", "description": "The parameters and request body are for method: findInterface. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "deviceId", "in": "path", "required": true, "schema": { "title": "deviceId", "type": "number" } }, { "name": "interfaceId", "in": "path", "required": true, "schema": { "title": "interfaceId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "put": { "tags": [ "Device" ], "operationId": "updateInterface", "description": "The parameters and request body are for method: updateInterface. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "deviceId", "in": "path", "required": true, "schema": { "title": "deviceId", "type": "number" } }, { "name": "interfaceId", "in": "path", "required": true, "schema": { "title": "interfaceId", "type": "number" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "delete": { "tags": [ "Device" ], "operationId": "deleteInterface", "description": "The parameters and request body are for method: deleteInterface. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "deviceId", "in": "path", "required": true, "schema": { "title": "deviceId", "type": "number" } }, { "name": "interfaceId", "in": "path", "required": true, "schema": { "title": "interfaceId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/device/{deviceId}/interface": { "post": { "tags": [ "Device" ], "operationId": "createInterface", "description": "The parameters and request body are for method: createInterface. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "deviceId", "in": "path", "required": true, "schema": { "title": "deviceId", "type": "number" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/deviceLabels": { "get": { "tags": [ "DeviceLabel" ], "operationId": "findDeviceLabels", "description": "The parameters and request body are for method: findDeviceLabels. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "post": { "tags": [ "DeviceLabel" ], "operationId": "createDeviceLabel", "description": "The parameters and request body are for method: createDeviceLabel. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/deviceLabels/{deviceLabelId}": { "get": { "tags": [ "DeviceLabel" ], "operationId": "findDeviceLabel", "description": "The parameters and request body are for method: findDeviceLabel. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "deviceLabelId", "in": "path", "required": true, "schema": { "title": "deviceLabelId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "put": { "tags": [ "DeviceLabel" ], "operationId": "updateDeviceLabel", "description": "The parameters and request body are for method: updateDeviceLabel. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "deviceLabelId", "in": "path", "required": true, "schema": { "title": "deviceLabelId", "type": "number" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "delete": { "tags": [ "DeviceLabel" ], "operationId": "deleteDeviceLabel", "description": "The parameters and request body are for method: deleteDeviceLabel. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "deviceLabelId", "in": "path", "required": true, "schema": { "title": "deviceLabelId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/plans": { "get": { "tags": [ "Plan" ], "operationId": "findPlans", "description": "The parameters and request body are for method: findPlans. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/sites": { "get": { "tags": [ "Site" ], "operationId": "findSites", "description": "The parameters and request body are for method: findSites. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/site/{siteId}": { "get": { "tags": [ "Site" ], "operationId": "findSite", "description": "The parameters and request body are for method: findSite. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "siteId", "in": "path", "required": true, "schema": { "title": "siteId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "put": { "tags": [ "Site" ], "operationId": "updateSite", "description": "The parameters and request body are for method: updateSite. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "siteId", "in": "path", "required": true, "schema": { "title": "siteId", "type": "number" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "delete": { "tags": [ "Site" ], "operationId": "deleteSite", "description": "The parameters and request body are for method: deleteSite. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "siteId", "in": "path", "required": true, "schema": { "title": "siteId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/site": { "post": { "tags": [ "Site" ], "operationId": "createSite", "description": "The parameters and request body are for method: createSite. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/tags": { "get": { "tags": [ "Tag" ], "operationId": "findTags", "description": "The parameters and request body are for method: findTags. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/tag/{tagId}": { "get": { "tags": [ "Tag" ], "operationId": "findTag", "description": "The parameters and request body are for method: findTag. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "tagId", "in": "path", "required": true, "schema": { "title": "tagId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "put": { "tags": [ "Tag" ], "operationId": "updateTag", "description": "The parameters and request body are for method: updateTag. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "tagId", "in": "path", "required": true, "schema": { "title": "tagId", "type": "number" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "delete": { "tags": [ "Tag" ], "operationId": "deleteTag", "description": "The parameters and request body are for method: deleteTag. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "tagId", "in": "path", "required": true, "schema": { "title": "tagId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/tag": { "post": { "tags": [ "Tag" ], "operationId": "createTag", "description": "The parameters and request body are for method: createTag. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/customdimensions": { "get": { "tags": [ "CustomDimension" ], "operationId": "findCustomDimensions", "description": "The parameters and request body are for method: findCustomDimensions. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/customdimension/{dimensionId}": { "get": { "tags": [ "CustomDimension" ], "operationId": "findCustomDimension", "description": "The parameters and request body are for method: findCustomDimension. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "dimensionId", "in": "path", "required": true, "schema": { "title": "dimensionId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "put": { "tags": [ "CustomDimension" ], "operationId": "updateCustomDimension", "description": "The parameters and request body are for method: updateCustomDimension. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "dimensionId", "in": "path", "required": true, "schema": { "title": "dimensionId", "type": "number" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "delete": { "tags": [ "CustomDimension" ], "operationId": "deleteCustomDimension", "description": "The parameters and request body are for method: deleteCustomDimension. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "dimensionId", "in": "path", "required": true, "schema": { "title": "dimensionId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/customdimension": { "post": { "tags": [ "CustomDimension" ], "operationId": "createCustomDimension", "description": "The parameters and request body are for method: createCustomDimension. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/customdimension/{dimensionId}/populator/": { "post": { "tags": [ "CustomDimension" ], "operationId": "createPopulator", "description": "The parameters and request body are for method: createPopulator. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "dimensionId", "in": "path", "required": true, "schema": { "title": "dimensionId", "type": "number" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/customdimension/{dimensionId}/populator/{populatorId}": { "put": { "tags": [ "CustomDimension" ], "operationId": "updatePopulator", "description": "The parameters and request body are for method: updatePopulator. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "dimensionId", "in": "path", "required": true, "schema": { "title": "dimensionId", "type": "number" } }, { "name": "populatorId", "in": "path", "required": true, "schema": { "title": "populatorId", "type": "number" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "delete": { "tags": [ "CustomDimension" ], "operationId": "deletePopulator", "description": "The parameters and request body are for method: deletePopulator. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "dimensionId", "in": "path", "required": true, "schema": { "title": "dimensionId", "type": "number" } }, { "name": "populatorId", "in": "path", "required": true, "schema": { "title": "populatorId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/customApplications": { "get": { "tags": [ "CustomApplication" ], "operationId": "findCustomApplications", "description": "The parameters and request body are for method: findCustomApplications. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "post": { "tags": [ "CustomApplication" ], "operationId": "createCustomApplication", "description": "The parameters and request body are for method: createCustomApplication. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } } }, "/customApplications/{applicationId}": { "put": { "tags": [ "CustomApplication" ], "operationId": "updateCustomApplication", "description": "The parameters and request body are for method: updateCustomApplication. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "applicationId", "in": "path", "required": true, "schema": { "title": "applicationId", "type": "number" } } ], "requestBody": { "description": "indeterminate body object", "content": { "application/json": { "schema": { "type": "object" } } } } }, "delete": { "tags": [ "CustomApplication" ], "operationId": "deleteCustomApplication", "description": "The parameters and request body are for method: deleteCustomApplication. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "applicationId", "in": "path", "required": true, "schema": { "title": "applicationId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/saved-filters/custom": { "get": { "tags": [ "Savedfilter" ], "operationId": "findSavedFilters", "description": "The parameters and request body are for method: findSavedFilters. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } } }, "/saved-filter/custom/{savedfilterId}": { "get": { "tags": [ "Savedfilter" ], "operationId": "findSavedFilter", "description": "The parameters and request body are for method: findSavedFilter. Same endpoint also used in methods:", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "title": "result", "type": "object" } } } } }, "parameters": [ { "name": "savedfilterId", "in": "path", "required": true, "schema": { "title": "savedfilterId", "type": "number" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object" }, "example": {} } } } }, "put": { "tags": [ "Savedfilter" ], "operationId": "updateSav