updateMany - Set element value
POST {{ASTRA_DB_API_ENDPOINT}}/api/json/v1/{{ASTRA_DB_KEYSPACE}}/{{ASTRA_DB_COLLECTION}}
Request Body
{"updateMany"=>{"filter"=>{"status"=>"active"}, "update"=>{"$set"=>{"status"=>"inactive"}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Token | string | ||
Content-Type | string |