Developer Key Account Bindings
Developer key account bindings API for binding a developer key to a context and specifying a workflow state for that relationship.
A DeveloperKeyAccountBinding object looks like:
DeveloperKeyAccountBindingsController#create_or_update
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_bindings
Scope: url:POST|/api/v1/accounts/:account_id/developer_keys/:developer_key_id/developer_key_account_bindings
Create a new Developer Key Account Binding. The developer key specified in the request URL must be available in the requested account or the requeted account’s account chain. If the binding already exists for the specified account/key combination it will be updated.
Request Parameters:
workflow_state
string
The workflow state for the binding. Must be one of “on”, “off”, or “allow”. Defaults to “off”.
Returns a DeveloperKeyAccountBinding object.
This documentation is generated directly from the Canvas LMS source code, available on Github.
Last updated
Was this helpful?