Blues Notehub
Authorizations
AuthorizationstringRequired
Enter your API key with the Bearer prefix, e.g. "Bearer QB_your_api_key_here"
Path parameters
project_idstringRequiredExample:
Project ID (UUID format)
3e5c0246-c759-48e8-8345-27db13f11ff7device_idstringRequiredExample:
Device ID (UUID format)
dev-abc123Responses
200
Environment variables retrieved successfully
application/json
400
Device is not a Blues Notehub device
application/json
401
Unauthorized - Invalid or missing API key
application/json
404
Device not found
application/json
424
Notehub PAT credential not configured for this organization
application/json
502
Blues Notehub API returned an error
application/json
get
/v2/projects/{project_id}/devices/{device_id}/blues/environment-variablesAuthorizations
AuthorizationstringRequired
Enter your API key with the Bearer prefix, e.g. "Bearer QB_your_api_key_here"
Path parameters
project_idstringRequiredExample:
Project ID (UUID format)
3e5c0246-c759-48e8-8345-27db13f11ff7device_idstringRequiredExample:
Device ID (UUID format)
dev-abc123Body
Responses
200
Environment variables set successfully
application/json
400
Invalid request body or device is not a Blues Notehub device
application/json
401
Unauthorized - Invalid or missing API key
application/json
404
Device not found
application/json
424
Notehub PAT credential not configured for this organization
application/json
502
Blues Notehub API returned an error
application/json
put
/v2/projects/{project_id}/devices/{device_id}/blues/environment-variablesLast updated