Set Hive Record
  • 20 Jun 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Set Hive Record

  • Dark
    Light

Article summary

Post
/hive/{hive_name}/{oid}/{record_name}/data

Set the hive record data.

Security
HTTP
Type bearer
Path parameters
hive_name
stringRequired

type of record to get

oid
stringRequired

organization id

record_name
stringRequired

record name

Query parameters
etag
string

the etag to use to conditionally set the record

Body parameters
object
data
string

JSON encoded string of the record data

usr_mtd
string

JSON encoded string of the record metadata

Responses
200

successful operation

401

Access token is missing or invalid


Was this article helpful?