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

- old
+ new

@@ -146,11 +146,11 @@ ```ruby api_instance = Fastly::SecretStoreItemApi.new opts = { store_id: 'store_id_example', # String | - 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. } begin # List secrets within a store. @@ -164,10 +164,10 @@ ### Options | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **store_id** | **String** | | | -| **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'] | ### Return type [**InlineResponse2006**](InlineResponse2006.md)