Was this helpful?
/api-descriptions
GET
POST
PUT
DELETE
curl -L \ --request POST \ --url 'https://lamapi3.azurewebsites.net/api-descriptions' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{"url":"text","authCredentialId":1,"workspaceId":1,"name":"text","description":"text","methodType":"GET"}'
{ "id": 1, "url": "text", "authCredentials": { "id": 1, "name": "text", "authType": "text" }, "name": "text", "description": "text", "methodType": "GET" }
curl -L \ --request PUT \ --url 'https://lamapi3.azurewebsites.net/api-descriptions' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{"apiDescriptionId":1,"methodType":"GET"}'
/api-descriptions/{id}
curl -L \ --url 'https://lamapi3.azurewebsites.net/api-descriptions/{id}' \ --header 'Authorization: Bearer JWT'
curl -L \ --request DELETE \ --url 'https://lamapi3.azurewebsites.net/api-descriptions/{id}' \ --header 'Authorization: Bearer JWT'
No body