Skip to content

Commit 5d8b80c

Browse files
committed
Automated API spec update
1 parent c7299b5 commit 5d8b80c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

wsapi_v2.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -2645,7 +2645,7 @@
26452645
"consumes": [
26462646
"application/json"
26472647
],
2648-
"description": "Delete PGP key. API implementation is to-be-done (TBD).",
2648+
"description": "Delete PGP key.",
26492649
"operationId": "DeleteKey",
26502650
"parameters": [
26512651
{
@@ -2656,7 +2656,7 @@
26562656
"type": "string"
26572657
},
26582658
{
2659-
"description": "Pgp (TBD) parameters",
2659+
"description": "Pgp parameters",
26602660
"in": "body",
26612661
"name": "DeleteKeyReq",
26622662
"required": true,
@@ -2713,7 +2713,7 @@
27132713
],
27142714
"summary": "DeleteKey",
27152715
"tags": [
2716-
"Pgp (TBD)"
2716+
"Pgp"
27172717
],
27182718
"x-code-samples": [
27192719
{
@@ -2738,7 +2738,7 @@
27382738
"consumes": [
27392739
"application/json"
27402740
],
2741-
"description": "List PGP keys. API implementation is to-be-done (TBD).",
2741+
"description": "List PGP keys.",
27422742
"operationId": "ListKeys",
27432743
"parameters": [
27442744
{
@@ -2797,7 +2797,7 @@
27972797
],
27982798
"summary": "ListKeys",
27992799
"tags": [
2800-
"Pgp (TBD)"
2800+
"Pgp"
28012801
],
28022802
"x-code-samples": [
28032803
{
@@ -2822,7 +2822,7 @@
28222822
"consumes": [
28232823
"application/json"
28242824
],
2825-
"description": "Upload PGP key. API implementation is to-be-done (TBD).",
2825+
"description": "Upload PGP key.",
28262826
"operationId": "UploadKey",
28272827
"parameters": [
28282828
{
@@ -2890,7 +2890,7 @@
28902890
],
28912891
"summary": "UploadKey",
28922892
"tags": [
2893-
"Pgp (TBD)"
2893+
"Pgp"
28942894
],
28952895
"x-code-samples": [
28962896
{

0 commit comments

Comments
 (0)