diff --git a/AsbCloudWebApi/Rest/WellContact.http b/AsbCloudWebApi/Rest/WellContact.http index 94d784a3..de71f59f 100644 --- a/AsbCloudWebApi/Rest/WellContact.http +++ b/AsbCloudWebApi/Rest/WellContact.http @@ -8,7 +8,7 @@ @contactTypeId = 1 ### получение списка типов контактов -GET {{baseUrl}}/api/well/{{idWell}}/WellContact/types +GET {{baseUrl}}/api/well/{{idWell}}/WellContact/type Content-Type: {{contentType}} accept: */* Authorization: {{auth}}