DevicesUpdate device
Devices

Update device

Update device information.

curl -X PUT "https://api.flameup.ai/api/v1/workspaces/example_string/devices/123e4567-e89b-12d3-a456-426614174000" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -d '{
  "app_version": "example_string",
  "os_version": "example_string"
}'
{}
PUT
/workspaces/{workspaceId}/devices/{deviceId}
PUT
Security Scheme
Bearer Token
Bearer Tokenstring
Required

Your Flameup API key (passed as Bearer token)

Your Flameup API key (passed as Bearer token)
Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Authentication

BearerAuth
header
Authorizationstring
Required

Bearer token. Your Flameup API key (passed as Bearer token)

Path Parameters

Responses

Device updated

Was this page helpful?
Built with Documentation.AI

Last updated today