Skip to content

Commit

Permalink
fix(specs): usage api (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3624

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Kai Welke <kai.welke@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
3 people committed Sep 2, 2024
1 parent 1ebb213 commit d2bb2ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/Api/InsightsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public function customPut($path, $parameters = null, $body = null, $requestOptio
}

/**
* Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
* Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user profile` in the Personalization API.
*
* @param string $userToken User token for which to delete all associated events. (required)
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/QuerySuggestionsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public function customPut($path, $parameters = null, $body = null, $requestOptio
}

/**
* Deletes a Query Suggestions configuration. Deleting only removes the configuration and stops updates to the Query Suggestions index. To delete the Query Suggestions index itself, use the Search API and the [Delete an index](/specs/search#tag/Indices/operation/deleteIndex) operation.
* Deletes a Query Suggestions configuration. Deleting only removes the configuration and stops updates to the Query Suggestions index. To delete the Query Suggestions index itself, use the Search API and the `Delete an index` operation.
*
* Required API Key ACLs:
* - editSettings
Expand Down
Loading

0 comments on commit d2bb2ec

Please sign in to comment.