post https://{serverid}.nexusrun.com/databases/{databaseid}/buckets//keys/
This API endpoint is used to write or update the value of a key in a specific bucket within the NexusRunDB database.
- The Master access key or any access keys with "read_write_key" permissions (or tokens generated for these access keys) have the ability to write new key values in the NexusRunDB database. These authorized users can create or update the values of keys within the designated bucket.
- If there is a key with the same key ID already existing in the bucket, invoking this API endpoint will overwrite the existing key with the new value provided. This means that the previous value associated with the key will be replaced by the new value specified in the API call.
- The maximum length for a key ID is 250 bytes, and the forward slash ( / ) character is not allowed in the key ID. When creating or updating a key in a NexusRunDB database, ensure that the key ID adheres to these specifications.
- Unicode characters are permitted in the key ID.