Skip to content

Commit

Permalink
change link data to url
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigozhou committed Aug 22, 2024
1 parent a7f2a24 commit 16292c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions openapi/openapiv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5733,9 +5733,8 @@
"apinexusv1Link": {
"type": "object",
"properties": {
"data": {
"url": {
"type": "string",
"format": "byte",
"description": "See https://github.com/nexus-rpc/api/blob/main/SPEC.md#links."
},
"type": {
Expand Down
2 changes: 1 addition & 1 deletion temporal/api/nexus/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ message UnsuccessfulOperationError {

message Link {
// See https://github.com/nexus-rpc/api/blob/main/SPEC.md#links.
bytes data = 1;
string url = 1;
string type = 2;
}

Expand Down

0 comments on commit 16292c6

Please sign in to comment.