edubase_post_integration
Create a new API or LMS (LTI 1.0/1.1 or 1.3) integration. Provide title, type, and platform to receive an integration ID for retrieving keys.
Instructions
Create a new API or LMS (LTI 1.0/1.1 or 1.3) integration. Returns the integration identification string, get its keys with edubase_get_integration_keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lti | No | LTI version, required for LMS integrations | |
| type | No | type of the integration (default: api) | |
| title | Yes | title of the integration | |
| platform | No | LMS platform URL, only necessary for LMS integrations! | |
| description | No | optional short description | |
| organization | No | organization identification string to assign the integration to, only an organization of the API application owner can be used, always the organization of the user for organizational members |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| integration | Yes |