Key-Value Store
Upsert a Key
Inserts a new key to the table or updates the existing one.
post/kvservice.putkey/{tableName}
Request body
Response
OK. Returns "data" : null when successfully inserted/updated.
Changes
No recorded changes to this endpoint across all 2 revisions of this API.