elsa-core/samples/aspnet/Elsa.Samples.AspNet.DynamicActivityProvider/sample-requests.http
2024-02-02 20:01:14 +02:00

18 lines
340 B
HTTP

### Create a new user
POST https://localhost:5001/workflows/users
Content-Type: application/json
Accept: application/json
{
"name": "Bob",
"job": "Postman"
}
### Get all users
GET https://localhost:5001/workflows/users/all
Accept: application/json
### Get a user
GET https://localhost:5001/workflows/users/2
Accept: application/json