diff --git a/swagger/contacts.swagger.json b/swagger/contacts.swagger.json index 0973b3b..20cebc6 100644 --- a/swagger/contacts.swagger.json +++ b/swagger/contacts.swagger.json @@ -1918,14 +1918,6 @@ "type": "string" }, "collectionFormat": "multi" - }, - { - "name": "id", - "description": "Association Record unique ID.", - "in": "query", - "required": true, - "type": "string", - "format": "int64" } ], "tags": [ diff --git a/webitel-go/contacts/phones.proto b/webitel-go/contacts/phones.proto index 28f518a..a46d323 100644 --- a/webitel-go/contacts/phones.proto +++ b/webitel-go/contacts/phones.proto @@ -242,14 +242,6 @@ message LocatePhoneRequest { // Reference Contact unique ID. string contact_id = 2; - - // Association Record unique ID. - string id = 3 - [(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { - format: "int64" - // pattern: "^[1-9](\\d){0,19}$" - required: ["id"] - }]; string etag = 4 [(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {