Update Database Schema Draft
Saves the working-copy draft of a database schema.
JWT Bearer Authorization
The CodeMash API version used to fetch data from the API. If not specified, the last version will be used. E.g.: v3
Schema id whose draft to replace, from get_database_schemas.
Saves the working-copy draft of a database schema
CorrelationId for each request
Specify culture code when your response from the API should be localised. E.g.: en
TimeZone
Target environment for this request (e.g. TEST, STAGING). Optional β when omitted the request runs against PROD. Can be passed in a header as norbix-env.
ID of your project. Can be passed in a header as norbix-project-id.
Raw JSON string matching the Norbix data meta-schema (https://norbix.ai/schemas/meta/v1.json) for the draft's data schema.
Raw JSON string matching the Norbix UI/visual meta-schema (https://norbix.ai/schemas/ui/v1.json) for the draft's record form.
OK
OK
In the dashboard
Use it from code
Last updated