docs/SecretStoreApi.md in fastly-8.0.1 vs docs/SecretStoreApi.md in fastly-8.1.0

- old
+ new

@@ -171,12 +171,13 @@ ### Examples ```ruby api_instance = Fastly::SecretStoreApi.new opts = { - cursor: 'cursor_example', # String | Cursor value from a previous response to retrieve the next page. To request the first page, this should be empty. + cursor: 'cursor_example', # String | Cursor value from the `next_cursor` field of a previous response, used to retrieve the next page. To request the first page, this should be empty. limit: 'limit_example', # String | Number of results per page. The maximum is 200. + name: 'name_example', # String | Returns a one-element array containing the details for the named secret store. } begin # Get all secret stores result = api_instance.get_secret_stores(opts) @@ -188,11 +189,12 @@ ### Options | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **cursor** | **String** | Cursor value from a previous response to retrieve the next page. To request the first page, this should be empty. | [optional] | +| **cursor** | **String** | Cursor value from the `next_cursor` field of a previous response, used to retrieve the next page. To request the first page, this should be empty. | [optional] | | **limit** | **String** | Number of results per page. The maximum is 200. | [optional][default to '100'] | +| **name** | **String** | Returns a one-element array containing the details for the named secret store. | [optional] | ### Return type [**InlineResponse2005**](InlineResponse2005.md)