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
Currently it is not possible to retrieve / upload CAP defined mediatypes in the generated swagger ui. This would be a useful feature.
The text was updated successfully, but these errors were encountered:
Sounds interesting. Can you give an example?
Sorry, something went wrong.
entity Documents { key name : String(64) description : String(1024) data : LargeBinary @Core.ContentDisposition.Type: 'inline' @Core.MediaType : 'application/json' @Core.ContentDisposition.Filename: 'data.json' }
Creating an entity with this MediaTypes works like this
POST /Documents
PUT /Documents('myDocumentId')/data
Reading the data: GET /Documents('myDocumentId')/data Response:
GET /Documents('myDocumentId')/data
No branches or pull requests
Currently it is not possible to retrieve / upload CAP defined mediatypes in the generated swagger ui. This would be a useful feature.
The text was updated successfully, but these errors were encountered: