You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/web/import/page.mdx
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ Game metadata is provided by a series of backend 'metadata providers'. Drop unif
180
180
<Row>
181
181
<Col>
182
182
183
-
This endpoint searches all metadata providers for a query.
183
+
This endpoint imports a game, optionally with metadata.
184
184
185
185
186
186
### Request parameters
@@ -338,10 +338,10 @@ Versions, in Drop, require a lot of metadata to be imported correctly, due to th
338
338
339
339
<Properties>
340
340
<Propertyname="id"type="string">
341
-
The game ID of the unimported version.
341
+
The game ID of the unimported version to fetch preload information for.
342
342
</Property>
343
343
<Propertyname="version"type="string">
344
-
The version name of the unimported version.
344
+
The version name of the unimported version to fetch preload information for. The version name is the name of the folder or .zip file on disk.
345
345
</Property>
346
346
</Properties>
347
347
@@ -414,13 +414,13 @@ Versions, in Drop, require a lot of metadata to be imported correctly, due to th
414
414
415
415
<Properties>
416
416
<Propertyname="id"type="string">
417
-
The game ID of the unimported version.
417
+
The game ID of the unimported version, to import.
418
418
</Property>
419
419
<Propertyname="version"type="string">
420
-
The version name of the unimported version.
420
+
The version name of the unimported version, to import. See above comment (preload) about what it is.
421
421
</Property>
422
422
<Propertyname="platform"type="string">
423
-
The platform this version is for. Must be, currently, either "Windows", "Linux", or "macOS". You can mess up the capitalisation.
423
+
The platform this version is for. Must be, currently, either "Windows", "Linux", or "macOS". The value is technically capitalisation insensitive, but use proper capitalisation where possible.
424
424
</Property>
425
425
<Propertyname="delta"type="boolean">
426
426
Whether or not this version is a 'delta' version. Read more about delta versions on the main docs: [Version deltas & ordering](https://docs.droposs.org/docs/library#version-deltas--ordering)
@@ -514,10 +514,10 @@ Versions, in Drop, require a lot of metadata to be imported correctly, due to th
514
514
The version name of the unimported version.
515
515
</Property>
516
516
<Propertyname="platform"type="string">
517
-
The platform this version is for. Must be, currently, either "Windows", "Linux", or "macOS". You can mess up the capitalisation.
517
+
The platform this version is for. Must be, currently, either "Windows", "Linux", or "macOS". Capitalisation is technically insensitive, but use proper capitalisation where possible.
518
518
</Property>
519
519
<Propertyname="delta"type="boolean">
520
-
Whether or not this version is a 'delta' version. Read more about delta versions on the main docs: [Version deltas & ordering](https://docs.droposs.org/docs/library#version-deltas--ordering)
520
+
Whether or not this version is a 'delta' version. See above note on how delta versions work.
521
521
</Property>
522
522
<Propertyname="onlySetup"type="boolean">
523
523
Set as `true` for this example.
@@ -532,15 +532,15 @@ Versions, in Drop, require a lot of metadata to be imported correctly, due to th
532
532
A command to set up the game. Users will be able to run it multiple times, the installer should repair the installation.
533
533
</Property>
534
534
<Propertyname="setupArgs"type="string">
535
-
Optional, additional arguments to pass to the setup executable.
535
+
Optional, additional arguments to pass to the setup executable. Likely more important for setup-only versions.
536
536
</Property>
537
537
<Propertyname="umuId"type="string">
538
-
Optional, override the UMU ID for this game. Read more on the [UMU database](https://github.com/Open-Wine-Components/umu-database).
538
+
Optional, override the UMU ID for this game. See above for documentation on UMU IDs.
539
539
</Property>
540
540
</Properties>
541
541
542
542
### Response
543
-
For the response and how to use task IDs, see [Tasks](/web/tasks). You need the `import:version:read`ACL to connect.
543
+
See above on the returned task ID and required ACL.
0 commit comments