Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/KvV2WriteRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Data** | Pointer to **map[string]interface{}** | The contents of the data map will be stored and returned on read. | [optional]
**Data** | **map[string]interface{}** | The contents of the data map will be stored and returned on read. |
**Options** | Pointer to **map[string]interface{}** | Options for writing a KV entry. Set the \"cas\" value to use a Check-And-Set operation. If not set the write will be allowed. If set to 0 a write will only be allowed if the key doesn’t exist. If the index is non-zero the write will only be allowed if the key’s current version matches the version specified in the cas parameter. | [optional]
**Version** | Pointer to **int32** | If provided during a read, the value at the version number will be returned | [optional]

Expand Down
5 changes: 4 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -36917,7 +36917,10 @@
"type": "integer",
"description": "If provided during a read, the value at the version number will be returned"
}
}
},
"required": [
"data"
]
},
"KvV2WriteResponse": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion schema/model_kv_v2_write_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.