File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2645
2645
"consumes" : [
2646
2646
" application/json"
2647
2647
],
2648
- "description" : " Delete PGP key. API implementation is to-be-done (TBD). " ,
2648
+ "description" : " Delete PGP key." ,
2649
2649
"operationId" : " DeleteKey" ,
2650
2650
"parameters" : [
2651
2651
{
2656
2656
"type" : " string"
2657
2657
},
2658
2658
{
2659
- "description" : " Pgp (TBD) parameters" ,
2659
+ "description" : " Pgp parameters" ,
2660
2660
"in" : " body" ,
2661
2661
"name" : " DeleteKeyReq" ,
2662
2662
"required" : true ,
2713
2713
],
2714
2714
"summary" : " DeleteKey" ,
2715
2715
"tags" : [
2716
- " Pgp (TBD) "
2716
+ " Pgp"
2717
2717
],
2718
2718
"x-code-samples" : [
2719
2719
{
2738
2738
"consumes" : [
2739
2739
" application/json"
2740
2740
],
2741
- "description" : " List PGP keys. API implementation is to-be-done (TBD). " ,
2741
+ "description" : " List PGP keys." ,
2742
2742
"operationId" : " ListKeys" ,
2743
2743
"parameters" : [
2744
2744
{
2797
2797
],
2798
2798
"summary" : " ListKeys" ,
2799
2799
"tags" : [
2800
- " Pgp (TBD) "
2800
+ " Pgp"
2801
2801
],
2802
2802
"x-code-samples" : [
2803
2803
{
2822
2822
"consumes" : [
2823
2823
" application/json"
2824
2824
],
2825
- "description" : " Upload PGP key. API implementation is to-be-done (TBD). " ,
2825
+ "description" : " Upload PGP key." ,
2826
2826
"operationId" : " UploadKey" ,
2827
2827
"parameters" : [
2828
2828
{
2890
2890
],
2891
2891
"summary" : " UploadKey" ,
2892
2892
"tags" : [
2893
- " Pgp (TBD) "
2893
+ " Pgp"
2894
2894
],
2895
2895
"x-code-samples" : [
2896
2896
{
You can’t perform that action at this time.
0 commit comments