Authorizations
Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
Body
application/json
Response
200 - application/json
A successful response.
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": "sk-1234567890abcdef"
}'{
"name": "<string>",
"keyName": "<string>",
"value": "sk-1234567890abcdef"
}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": "sk-1234567890abcdef"
}'{
"name": "<string>",
"keyName": "<string>",
"value": "sk-1234567890abcdef"
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
A successful response.
Was this page helpful?