-
Notifications
You must be signed in to change notification settings - Fork 1
Endpoint : Create entity
Richard Osmar Leon Ingaruca edited this page Aug 22, 2018
·
1 revision
https://realtime-api-builder.herokuapp.com/v1
/{entityName}
entityName could be anything imagined by you like /avenger /job /alien ...
POST
Name | Value |
---|---|
Content-Type | application/json |
Body json could be anything imagined by you:
{
"avengerName": "Tony Stark",
"money": "10000000",
"userName": "[email protected]",
}
{
"status": "200",
"message": "success"
}