octri_set_sdk_settings
Save SDK Studio settings by passing the complete settings object and the revision you read. Stale revisions are rejected, preventing overwrites of newer changes.
Instructions
Write SDK Studio settings. Pass a full settings object (read it first with octri_get_sdk_settings and modify), plus the revision you read. A stale revision is rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Optional release version. | |
| revision | Yes | Revision from octri_get_sdk_settings. | |
| settings | Yes | Complete sdkSettings object. Replaces the stored one. | |
| changelog | No | ||
| project_id | No | Project id. Optional, falls back to the CLI's selected project. |