* Deprecated all operations.

* Fix changed operationId.
This commit is contained in:
Ludvig Falck 2023-04-14 19:40:19 +02:00 коммит произвёл GitHub
Родитель b8e1faa4a4
Коммит a1cd10045b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 27 добавлений и 18 удалений

Просмотреть файл

@ -35,8 +35,9 @@
"/csvtojson": {
"post": {
"operationId": "CsvToJson",
"summary": "CSV to JSON",
"description": "Convert CSV to JSON.",
"deprecated": true,
"summary": "CSV to JSON (deprecated)",
"description": "Convert CSV to JSON (deprecated).",
"parameters": [
{
"name": "delimiter",
@ -101,8 +102,9 @@
"/fixedwidthtojson": {
"post": {
"operationId": "FixedWidthToJson",
"summary": "Fixed width to JSON",
"description": "Convert fixed width text to JSON.",
"deprecated": true,
"summary": "Fixed width to JSON (deprecated)",
"description": "Convert fixed width text to JSON (deprecated).",
"parameters": [
{
"name": "fieldWidths",
@ -154,8 +156,9 @@
"/sortjson": {
"post": {
"operationId": "SortJson",
"summary": "Sort JSON",
"description": "Sort JSON.",
"deprecated": true,
"summary": "Sort JSON (deprecated)",
"description": "Sort JSON (deprecated).",
"parameters": [
{
"name": "direction",
@ -207,8 +210,9 @@
"/pgpencrypt": {
"post": {
"operationId": "PGPEncrypt",
"summary": "PGP encrypt",
"description": "Encrypt data with PGP.",
"deprecated": true,
"summary": "PGP encrypt (deprecated)",
"description": "Encrypt data with PGP (deprecated).",
"parameters": [
{
"name": "publicKey",
@ -247,8 +251,9 @@
"/pgpdecrypt": {
"post": {
"operationId": "PGPDecrypt",
"summary": "PGP decrypt",
"description": "Decrypt data encrypted with PGP.",
"deprecated": true,
"summary": "PGP decrypt (deprecated)",
"description": "Decrypt data encrypted with PGP (deprecated).",
"parameters": [
{
"name": "privateKey",
@ -296,8 +301,9 @@
"/pgpgeneratekeys": {
"get": {
"operationId": "PGPGenerateKeys",
"summary": "PGP generate keys",
"description": "Generate a PGP public and private key.",
"deprecated": true,
"summary": "PGP generate keys (deprecated)",
"description": "Generate a PGP public and private key (deprecated).",
"parameters": [
{
"name": "passPhrase",
@ -334,8 +340,9 @@
"/convertencoding": {
"post": {
"operationId": "ConvertEncoding",
"summary": "Convert encoding",
"description": "Convert from one encoding to another.",
"deprecated": true,
"summary": "Convert encoding (deprecated)",
"description": "Convert from one encoding to another (deprecated).",
"parameters": [
{
"name": "inputEncoding",
@ -416,8 +423,9 @@
"/compress": {
"post": {
"operationId": "Compress",
"summary": "Compress data",
"description": "Compress data using GZip, Brotli, or Deflate.",
"deprecated": true,
"summary": "Compress data (deprecated)",
"description": "Compress data using GZip, Brotli, or Deflate (deprecated).",
"parameters": [
{
"name": "compressionType",
@ -462,8 +470,9 @@
"/decompress": {
"post": {
"operationId": "Decompress",
"summary": "Decompress data",
"description": "Decompress data compressed with Gzip, Brotli, or Deflate.",
"deprecated": true,
"summary": "Decompress data (deprecated)",
"description": "Decompress data compressed with Gzip, Brotli, or Deflate (deprecated).",
"parameters": [
{
"name": "compressionType",