Skip to content

Commit

Permalink
idem
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Sep 18, 2024
1 parent 64ca670 commit ffa7d21
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ POST /_security/api_key
----
POST _connector/_secret
{
"value": <encoded_api_key>
"value": encoded_api_key
}
----
// TEST[skip:need to retrieve ids from the response]
Expand All @@ -52,10 +52,10 @@ POST _connector/_secret
+
[source, console,subs="+attributes"]
----
PUT /_connector/<connector_id>/_api_key_id
PUT /_connector/my_connector_id>/_api_key_id
{
"api_key_id": "<API key id>",
"api_key_secret_id": "<secret id>"
"api_key_id": "API key_id",
"api_key_secret_id": "secret_id"
}
----
// TEST[skip:need to retrieve ids from the response]

0 comments on commit ffa7d21

Please sign in to comment.