We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET /metamodels
GET /metamodels/:id
id
POST /metamodels
{ "name": "", "description": "", "entity_types: [], }
PUT /documents/:id
{ "metamodel": metamodel_id }
The text was updated successfully, but these errors were encountered:
magicknot
No branches or pull requests
List meta models
GET /metamodels
returns a list of all meta models available.List a single meta model
GET /metamodels/:id
returns the meta model identified byid
.Create a new meta model
POST /metamodels
creates a new meta model. A JSON body must be passed:Assign a meta model to a document
PUT /documents/:id
adds a new meta model to a document. A JSON body must be passed:The text was updated successfully, but these errors were encountered: