Set one key for a job

Sets the value of a single key stored by your Addon against the given job. Creates the key if it does not exist, or replaces the existing value.

The request is rejected with a 413 response if the update would take the total storage for the job over the 64KB limit.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

UUID of the job to store data against.

string
required

Key name. 1-128 characters using a-z, 0-9, underscore or hyphen. Keys are case-insensitive and stored lowercase.

Body Params
string
required

The value to store. Any JSON value (string, number, boolean, object or array). Cannot be null — use DELETE to remove a key.

Responses

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