Authorizations
Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
curl --request PATCH \
--url https://api.fireworks.ai/v1/accounts/{account_id}/secrets/{secret_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"keyName": "<string>",
"value": "<string>"
}'{
"name": "<string>",
"keyName": "<string>",
"value": "<string>"
}curl --request PATCH \
--url https://api.fireworks.ai/v1/accounts/{account_id}/secrets/{secret_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"keyName": "<string>",
"value": "<string>"
}'{
"name": "<string>",
"keyName": "<string>",
"value": "<string>"
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
Was this page helpful?