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