From 49d4b7d44d254972277f0d0ae1eeee47dfb4ac2f Mon Sep 17 00:00:00 2001 From: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:52:30 +0000 Subject: [PATCH] doc: MarkReceivedVersionInput clarification (#484) * MarkReceivedVersionInput clarification * Reformat --- src/specklepy/core/api/inputs/version_inputs.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/specklepy/core/api/inputs/version_inputs.py b/src/specklepy/core/api/inputs/version_inputs.py index d5ab7e5..8bc2b03 100644 --- a/src/specklepy/core/api/inputs/version_inputs.py +++ b/src/specklepy/core/api/inputs/version_inputs.py @@ -34,4 +34,8 @@ class MarkReceivedVersionInput(GraphQLBaseModel): version_id: str project_id: str source_application: str + """ + IMPORTANT: this is meant to be the slug of the application that has done the + receiving, not to be confused with `Version.sourceApplication` + """ message: Optional[str] = None