patch

/v4/internal/key-value-stores/{key}

Update a config (BackOffice only)

Path parameters

keystring
required

Request body

object
descriptionstring
publicReadboolean
sizeLimitnumber

Responses

200
Response for status 200
Schema
object
idstring
required
keystring
required
descriptionstring | null
required
accessModestring
required
typestring
required
sizeLimitnumber
required
publicReadboolean
required
ownerAddressstring
required
createdAtstring
required
updatedAtstring
required
Example
{
  "id": "string",
  "key": "string",
  "description": "string",
  "accessMode": "string",
  "type": "string",
  "sizeLimit": 0,
  "publicRead": false,
  "ownerAddress": "string",
  "createdAt": "string",
  "updatedAt": "string"
}
patch
https://api.merkl.xyz/v4/internal/key-value-stores/{key}
Merkl API
curl -X PATCH "https://api.merkl.xyz/v4/internal/key-value-stores/{key}"
Fill the required path parameter key to send.Live request — this will call https://api.merkl.xyz/ for real.