Skip to content

Commit

Permalink
[WTEL-4604]:
Browse files Browse the repository at this point in the history
- contacts.phones: id not required
  • Loading branch information
Dtsnko committed May 31, 2024
1 parent f36ef27 commit 897a062
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions swagger/contacts.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1918,14 +1918,6 @@
"type": "string"
},
"collectionFormat": "multi"
},
{
"name": "id",
"description": "Association Record unique ID.",
"in": "query",
"required": true,
"type": "string",
"format": "int64"
}
],
"tags": [
Expand Down
8 changes: 0 additions & 8 deletions webitel-go/contacts/phones.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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) = {
Expand Down

0 comments on commit 897a062

Please sign in to comment.