Skip to content

Commit

Permalink
Revert "Fix security tokens"
Browse files Browse the repository at this point in the history
This reverts commit a246a7a.
  • Loading branch information
melissag-ensemble committed Mar 15, 2024
1 parent a246a7a commit ecb1b02
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 22 deletions.
6 changes: 2 additions & 4 deletions static/generative_expand.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
],
"security": [
{
"X-Api-Key": []
},
{
"AccessToken": []
"X-ApiKey": [],
"Access token": []
}
],
"paths": {
Expand Down
6 changes: 2 additions & 4 deletions static/generative_fill.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
],
"security": [
{
"X-Api-Key": []
},
{
"AccessToken": []
"X-ApiKey": [],
"Access token": []
}
],
"paths": {
Expand Down
6 changes: 2 additions & 4 deletions static/image_generation.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
],
"security": [
{
"X-Api-Key": []
},
{
"AccessToken": []
"X-ApiKey": [],
"Access token": []
}
],
"paths": {
Expand Down
10 changes: 4 additions & 6 deletions static/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@
}
],
"security": [
{
"X-Api-Key": []
},
{
"AccessToken": []
}
{
"X-ApiKey": [],
"Access token": []
}
],
"paths": {
"/v2/images/generate": {
Expand Down
6 changes: 2 additions & 4 deletions static/upload_image.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
],
"security": [
{
"X-Api-Key": []
},
{
"AccessToken": []
"X-ApiKey": [],
"Access token": []
}
],
"paths": {
Expand Down

0 comments on commit ecb1b02

Please sign in to comment.