Skip to content

Commit ad82c68

Browse files
authored
Fix public URL example (#32)
AB#9685
1 parent a3f1dfc commit ad82c68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

datatrails-common-api/assets/v2/assets/miscmessages.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ message PublicAssetURLResponse {
4040
description:
4141
"A url that can be used to access the public asset."
4242
}
43-
example:'{ "publicurl": "https://app.datatrails.ai/archivist/publicassets/add30235-1424-4fda-840a-d5ef82c4c96f"}'
43+
example:'{ "publicurl": "https://app.datatrails.ai/archivist/v2/publicassets/add30235-1424-4fda-840a-d5ef82c4c96f"}'
4444
};
4545
string publicurl = 1;
4646
}
@@ -52,7 +52,7 @@ message PublicEventURLResponse {
5252
description:
5353
"A url that can be used to access the public event."
5454
}
55-
example:'{ "publicurl": "https://app.datatrails.ai/archivist/publicassets/add30235-1424-4fda-840a-d5ef82c4c96f/events/11bf5b37-e0b8-42e0-8dcf-dc8c4aefc000"}'
55+
example:'{ "publicurl": "https://app.datatrails.ai/archivist/v2/publicassets/add30235-1424-4fda-840a-d5ef82c4c96f/events/11bf5b37-e0b8-42e0-8dcf-dc8c4aefc000"}'
5656
};
5757
string publicurl = 1;
58-
}
58+
}

0 commit comments

Comments
 (0)