Was this helpful?
GET /api-descriptions/{id} HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Accept: */*
OK
{ "id": 1, "url": "text", "methodType": "GET", "authCredentials": { "id": 1, "name": "text", "authType": "text" }, "name": "text", "description": "text" }
DELETE /api-descriptions/{id} HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Accept: */*
No content
GET
POST
PUT
DELETE
POST /api-descriptions HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 105 { "url": "text", "methodType": "GET", "authCredentialId": 1, "workspaceId": 1, "name": "text", "description": "text" }
PUT /api-descriptions HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 110 { "apiDescriptionId": 1, "url": "text", "methodType": "GET", "authCredentialId": 1, "name": "text", "description": "text" }