Conversation
2749a98 to
926ae10
Compare
andrewsomething
left a comment
There was a problem hiding this comment.
Looking good! I did leave a few comments in-line. Let me know if you have any questions about them.
926ae10 to
b6b3fd4
Compare
c018d9c to
982efa0
Compare
a841e85 to
f7e4198
Compare
andrewsomething
left a comment
There was a problem hiding this comment.
Looks great! 🙌 A couple tiny changes needed for the update response bodies.
Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>
c2cbd59 to
79b0cb6
Compare
7bcedff to
4175ea0
Compare
Co-authored-by: Dan Brian <daniel.brian@gmail.com>
4175ea0 to
daaf925
Compare
6054cfe to
8fb926e
Compare
d07afb7 to
9ed48ba
Compare
9ed48ba to
0d3cea1
Compare
| @@ -0,0 +1,75 @@ | |||
| operationId: spacesKey_create | |||
|
|
|||
| summary: "[Beta] Create a New Spaces Access Key" | |||
There was a problem hiding this comment.
| summary: "[Beta] Create a New Spaces Access Key" | |
| summary: "Create a New Spaces Access Key" |
This is now being released directly to GA. We should remove the beta tags here and elsewhere.
| @@ -0,0 +1,40 @@ | |||
| operationId: spacesKey_delete | |||
|
|
|||
| summary: "[Beta] Delete a Spaces Access Key" | |||
There was a problem hiding this comment.
| summary: "[Beta] Delete a Spaces Access Key" | |
| summary: "Delete a Spaces Access Key" |
| @@ -0,0 +1,40 @@ | |||
| operationId: spacesKey_delete | |||
|
|
|||
| summary: "[Beta] Get a Spaces Access Key" | |||
There was a problem hiding this comment.
| summary: "[Beta] Get a Spaces Access Key" | |
| summary: "Get a Spaces Access Key" |
| @@ -0,0 +1,41 @@ | |||
| operationId: spacesKey_list | |||
|
|
|||
| summary: "[Beta] List Spaces Access Keys" | |||
There was a problem hiding this comment.
| summary: "[Beta] List Spaces Access Keys" | |
| summary: "List Spaces Access Keys" |
| @@ -0,0 +1,50 @@ | |||
| operationId: spacesKey_patch | |||
|
|
|||
| summary: "[Beta] Update Spaces Access Keys" | |||
There was a problem hiding this comment.
| summary: "[Beta] Update Spaces Access Keys" | |
| summary: "Update Spaces Access Keys" |
| @@ -0,0 +1,40 @@ | |||
| operationId: spacesKey_delete | |||
There was a problem hiding this comment.
| operationId: spacesKey_delete | |
| operationId: spacesKey_get |
The operation name must be unique and should reflect the purpose of the endpoint. It is used to generate client method names. This is the cause of the lint error in CI.
|
Closing in favor of #993 |
OBJECT-6022
This adds information about the Spaces Key API to the OpenAPI spec.
I can add a
[Beta]tag somewhere if needed as users would need to be on the flipper to access this!