Skip to content
Discussion options

You must be logged in to vote

Hi @xclaim494 , As mentioned above we add primary keys in the REST URL like

and the fields which need to be added go as request body like

Try running the DAB engine in Development mode and look for /swagger document. This will give you the idea on what URLs would be executed and with what parameters.

For example: Please refer to this https://learn.microsoft.com/en-us/azure/data-api-builder/rest#put
Here the primary key for Table Book is column ID which is 2001 and the other fields like title and pages go in the body when executing the POST or PUT command.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sezal98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants