Write Key Value

This API endpoint is used to write or update the value of a key in a specific bucket within the NexusRunDB database.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
  • 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.
Path Params
string
required

This is the unique database id you provided while creating database.

string
required

This is short name for the database location. This will be shown when new database is created at portal.

string
required

Specifies bucketid where the key id is stored.

string
required

Specifies the key to read from bucket. Max length for keyid is 250 bytes and forward slash ( / ) is not allowed.

Headers
string

You need to pass either "Basic 'accesskey:accesssecret'" (base 64 encoded) or "Bearer {token}" authorization header.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json