doc: MarkReceivedVersionInput clarification (#484)

* MarkReceivedVersionInput clarification

* Reformat
This commit is contained in:
Jedd Morgan
2026-01-27 16:52:30 +00:00
committed by GitHub
parent 7181f50dda
commit 49d4b7d44d
@@ -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