Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev/1.3.17 forward ports #1886

Merged
merged 14 commits into from
Dec 5, 2024
Prev Previous commit
Next Next commit
Fixes schema comment
  • Loading branch information
bctcvai committed Nov 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 0eb412a7a9855daeb5a9cb3a29eba9b951e2dbc7
2 changes: 1 addition & 1 deletion api/main/schema/components/media.py
Original file line number Diff line number Diff line change
@@ -179,7 +179,7 @@
"type": "string",
},
"reference_only": {
"description": "Do not import the media resources into Tator. This causes the image to be accessed at the supplied URL upon access in the UI. Valid for images only.",
"description": "Do not import the media resources into Tator. This causes the image to be accessed at the supplied URL upon access in the UI. Attempts loading the image from the URL, but fall back to other records if the URL is not accessible.",
"type": "integer",
"default": 0,
"maximum": 1,