Skip to content

Commit 94a5b73

Browse files
author
github-actions
committed
Update OpenAPI schemas
1 parent 38e717f commit 94a5b73

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

core-api/core-api.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9202,7 +9202,7 @@
92029202
"get": {
92039203
"summary": "Get a knowledge base article",
92049204
"operationId": "get-a-knowledge-base-article",
9205-
"description": "Fetches a knowledge base article.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9205+
"description": "Fetches a knowledge base article.",
92069206
"tags": [
92079207
"Knowledge Base Articles"
92089208
],
@@ -9227,7 +9227,7 @@
92279227
"delete": {
92289228
"summary": "Delete an article",
92299229
"operationId": "delete-an-article",
9230-
"description": "Deletes an article and all its content and translations.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9230+
"description": "Deletes an article and all its content and translations.",
92319231
"tags": [
92329232
"Knowledge Base Articles"
92339233
],
@@ -9254,7 +9254,7 @@
92549254
"get": {
92559255
"summary": "Get knowledge base article with content in default locale",
92569256
"operationId": "get-knowledge-base-article-with-content-in-default-locale",
9257-
"description": "Fetches a knowledge base article with content in the default locale.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9257+
"description": "Fetches a knowledge base article with content in the default locale.",
92589258
"tags": [
92599259
"Knowledge Base Articles"
92609260
],
@@ -9279,7 +9279,7 @@
92799279
"patch": {
92809280
"summary": "Update article content in default locale.",
92819281
"operationId": "update-article-content-in-default-locale",
9282-
"description": "Updates an article's content in the default locale\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9282+
"description": "Updates an article's content in the default locale",
92839283
"tags": [
92849284
"Knowledge Base Articles"
92859285
],
@@ -9319,7 +9319,7 @@
93199319
"get": {
93209320
"summary": "Download attachment from an article",
93219321
"operationId": "download-attachment-from-an-article",
9322-
"description": "Downloads the attachment from an article.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9322+
"description": "Downloads the attachment from an article.",
93239323
"tags": [
93249324
"Knowledge Base Articles"
93259325
],
@@ -9355,7 +9355,7 @@
93559355
"get": {
93569356
"summary": "Get knowledge base article with content in specified locale",
93579357
"operationId": "get-knowledge-base-article-with-content-in-specified-locale",
9358-
"description": "Fetches a knowledge base article with content for a given locale.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9358+
"description": "Fetches a knowledge base article with content for a given locale.",
93599359
"tags": [
93609360
"Knowledge Base Articles"
93619361
],
@@ -9390,7 +9390,7 @@
93909390
"patch": {
93919391
"summary": "Update article content in specified locale",
93929392
"operationId": "update-article-content-in-specified-locale",
9393-
"description": "Updates an article's content for a given locale.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9393+
"description": "Updates an article's content for a given locale.",
93949394
"tags": [
93959395
"Knowledge Base Articles"
93969396
],
@@ -9440,7 +9440,7 @@
94409440
"get": {
94419441
"summary": "Get a knowledge base category",
94429442
"operationId": "get-a-knowledge-base-category",
9443-
"description": "Fetches a knowledge base category.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9443+
"description": "Fetches a knowledge base category.",
94449444
"tags": [
94459445
"Knowledge Base Categories"
94469446
],
@@ -9465,7 +9465,7 @@
94659465
"delete": {
94669466
"summary": "Delete a knowledge base category",
94679467
"operationId": "delete-a-knowledge-base-category",
9468-
"description": "Deletes a knowledge base category.\n\n> ⚠️ Warning\n>\n> When a category is deleted, all articles in the category are also deleted.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9468+
"description": "Deletes a knowledge base category.\n\n> ⚠️ Warning\n>\n> When a category is deleted, all articles in the category are also deleted.\n",
94699469
"tags": [
94709470
"Knowledge Base Categories"
94719471
],
@@ -9492,7 +9492,7 @@
94929492
"get": {
94939493
"summary": "List articles in a category",
94949494
"operationId": "list-articles-in-a-category",
9495-
"description": "List articles in a category.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9495+
"description": "List articles in a category.",
94969496
"tags": [
94979497
"Knowledge Base Articles"
94989498
],
@@ -9525,7 +9525,7 @@
95259525
"get": {
95269526
"summary": "Get knowledge base category content in default locale",
95279527
"operationId": "get-knowledge-base-category-content-in-default-locale",
9528-
"description": "Fetches a knowledge base category with content in the default locale.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9528+
"description": "Fetches a knowledge base category with content in the default locale.",
95299529
"tags": [
95309530
"Knowledge Base Categories"
95319531
],
@@ -9550,7 +9550,7 @@
95509550
"patch": {
95519551
"summary": "Update knowledge base category in default locale",
95529552
"operationId": "update-knowledge-base-category-in-default-locale",
9553-
"description": "Updates a knowledge base category in the default locale. Will republish the knowledge base if the knowledge base is currently published.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9553+
"description": "Updates a knowledge base category in the default locale. Will republish the knowledge base if the knowledge base is currently published.",
95549554
"tags": [
95559555
"Knowledge Base Categories"
95569556
],
@@ -9586,7 +9586,7 @@
95869586
"get": {
95879587
"summary": "Get knowledge base category with content in specified locale",
95889588
"operationId": "get-knowledge-base-category-with-content-in-specified-locale",
9589-
"description": "Fetches a knowledge base category with content for a given locale.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9589+
"description": "Fetches a knowledge base category with content for a given locale.",
95909590
"tags": [
95919591
"Knowledge Base Categories"
95929592
],
@@ -9621,7 +9621,7 @@
96219621
"patch": {
96229622
"summary": "Update knowledge base category in specified locale",
96239623
"operationId": "update-knowledge-base-category-in-specified-locale",
9624-
"description": "Updates a knowledge base category for a given locale. Will republish the knowledge base if the knowledge base is currently published.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9624+
"description": "Updates a knowledge base category for a given locale. Will republish the knowledge base if the knowledge base is currently published.",
96259625
"tags": [
96269626
"Knowledge Base Categories"
96279627
],
@@ -9667,7 +9667,7 @@
96679667
"get": {
96689668
"summary": "List knowledge bases",
96699669
"operationId": "list-knowledge-bases",
9670-
"description": "List the knowledge bases of the company.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9670+
"description": "List the knowledge bases of the company.",
96719671
"tags": [
96729672
"Knowledge Bases"
96739673
],
@@ -9680,7 +9680,7 @@
96809680
"post": {
96819681
"summary": "Create a knowledge base",
96829682
"operationId": "create-a-knowledge-base",
9683-
"description": "Creates a knowledge base.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9683+
"description": "Creates a knowledge base.",
96849684
"tags": [
96859685
"Knowledge Bases"
96869686
],
@@ -9707,7 +9707,7 @@
97079707
"get": {
97089708
"summary": "Get a knowledge base",
97099709
"operationId": "get-a-knowledge-base",
9710-
"description": "Fetches a knowledge base.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9710+
"description": "Fetches a knowledge base.",
97119711
"tags": [
97129712
"Knowledge Bases"
97139713
],
@@ -9734,7 +9734,7 @@
97349734
"get": {
97359735
"summary": "List articles in a knowledge base",
97369736
"operationId": "list-articles-in-a-knowledge-base",
9737-
"description": "List articles in a knowledge base\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9737+
"description": "List articles in a knowledge base",
97389738
"tags": [
97399739
"Knowledge Base Articles"
97409740
],
@@ -9765,7 +9765,7 @@
97659765
"post": {
97669766
"summary": "Create article in a knowledge base in default locale",
97679767
"operationId": "create-article-in-a-knowledge-base-in-default-locale",
9768-
"description": "Creates an article in a knowledge base in the default locale.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9768+
"description": "Creates an article in a knowledge base in the default locale.",
97699769
"tags": [
97709770
"Knowledge Bases"
97719771
],
@@ -9806,7 +9806,7 @@
98069806
"get": {
98079807
"summary": "List categories in a knowledge base",
98089808
"operationId": "list-categories-in-a-knowledge-base",
9809-
"description": "List categories in a knowledge base.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9809+
"description": "List categories in a knowledge base.",
98109810
"tags": [
98119811
"Knowledge Base Categories"
98129812
],
@@ -9837,7 +9837,7 @@
98379837
"post": {
98389838
"summary": "Create knowledge base category in default locale",
98399839
"operationId": "create-knowledge-base-category-in-default-locale",
9840-
"description": "Creates a knowledge base category in the default locale.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9840+
"description": "Creates a knowledge base category in the default locale.",
98419841
"tags": [
98429842
"Knowledge Bases"
98439843
],
@@ -9876,7 +9876,7 @@
98769876
"get": {
98779877
"summary": "Get a knowledge base with content in default locale",
98789878
"operationId": "get-a-knowledge-base-with-content-in-default-locale",
9879-
"description": "Fetches a knowledge base with its content in the default locale.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9879+
"description": "Fetches a knowledge base with its content in the default locale.",
98809880
"tags": [
98819881
"Knowledge Bases"
98829882
],
@@ -9901,7 +9901,7 @@
99019901
"patch": {
99029902
"summary": "Update knowledge base in default locale",
99039903
"operationId": "update-knowledge-base-in-default-locale",
9904-
"description": "Updates a knowledge base in the default locale. Will republish the knowledge base if the knowledge base is currently published.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9904+
"description": "Updates a knowledge base in the default locale. Will republish the knowledge base if the knowledge base is currently published.",
99059905
"tags": [
99069906
"Knowledge Bases"
99079907
],
@@ -9940,7 +9940,7 @@
99409940
"post": {
99419941
"summary": "Create article in a knowledge base in specified locale",
99429942
"operationId": "create-article-in-a-knowledge-base-in-specified-locale",
9943-
"description": "Create an article for a given locale in a knowledge base.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9943+
"description": "Create an article for a given locale in a knowledge base.",
99449944
"tags": [
99459945
"Knowledge Bases"
99469946
],
@@ -9991,7 +9991,7 @@
99919991
"post": {
99929992
"summary": "Create knowledge base category in specified locale",
99939993
"operationId": "create-knowledge-base-category-in-specified-locale",
9994-
"description": "Creates a knowledge base category for a given locale.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
9994+
"description": "Creates a knowledge base category for a given locale.",
99959995
"tags": [
99969996
"Knowledge Bases"
99979997
],
@@ -10040,7 +10040,7 @@
1004010040
"get": {
1004110041
"summary": "Get a knowledge base with content in specified locale",
1004210042
"operationId": "get-a-knowledge-base-with-content-in-specified-locale",
10043-
"description": "Fetches a knowledge base with its content for a given locale.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
10043+
"description": "Fetches a knowledge base with its content for a given locale.",
1004410044
"tags": [
1004510045
"Knowledge Bases"
1004610046
],
@@ -10075,7 +10075,7 @@
1007510075
"patch": {
1007610076
"summary": "Update knowledge base in specified locale",
1007710077
"operationId": "update-knowledge-base-in-specified-locale",
10078-
"description": "Updates a knowledge base for a given locale. Will republish the knowledge base if the knowledge base is currently published.\n\n**Note**: You must use an API token to authenticate. OAuth is not supported at this time.\n",
10078+
"description": "Updates a knowledge base for a given locale. Will republish the knowledge base if the knowledge base is currently published.",
1007910079
"tags": [
1008010080
"Knowledge Bases"
1008110081
],

0 commit comments

Comments
 (0)