Logo
OCI NoSQL Playground API Documentation

Write a single row into the table.

PUT {{b

Curl
curl -X PUT 'https://nosql.region.oci.oraclecloud.com/20190828/tables/:tableNameOrId/rows' -H 'if-match: false' -H 'opc-request-id: $randomUUID' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"compartmentId":"compartment_ocid","identityCacheSize":82616397,"isExactMatch":false,"isGetReturnRow":false,"isTtlUseTableDefault":true,"option":"IF_PRESENT","timeoutInMs":5000,"ttl":96696908}'

ENDPOINTS