Developer Key Account Bindings
A DeveloperKeyAccountBinding object looks like:
{
// The Canvas ID of the binding
"id": 1,
// The global Canvas ID of the account in the binding
"account_id": 10000000000001,
// The global Canvas ID of the developer key in the binding
"developer_key_id": 10000000000008,
// The workflow state of the binding. Will be one of 'on', 'off', or 'allow.'
"workflow_state": on,
// True if the requested context owns the binding
"account_owns_binding": true
}POST /api/v1/accounts/:account_id/developer_keys/:developer_key_id/developer_key_account_bindings
POST /api/v1/accounts/:account_id/developer_keys/:developer_key_id/developer_key_account_bindingsRequest Parameters:
Parameter
Type
Description
Last updated
Was this helpful?