From 9034fa89ada895966c55354147ab70ae759e2dd5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 29 Sep 2024 07:01:45 +0000 Subject: [PATCH] Update - /preview --- preview/index.html | 4 ++-- preview/satisfactory-api-spec.json | 2 +- preview/satisfactory-api-spec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/preview/index.html b/preview/index.html index 098caf1..34dd90a 100644 --- a/preview/index.html +++ b/preview/index.html @@ -398,7 +398,7 @@ 55.627 l 55.6165,55.627 -231.245496,231.24803 c -127.185,127.1864 -231.5279,231.248 -231.873,231.248 -0.3451,0 -104.688, -104.0616 -231.873,-231.248 z - " fill="currentColor">

Satisfactory Game Server HTTPS API specification (0.2.1-preview-11)

Download OpenAPI specification:Download

License: MIT

Satisfactory Game Server HTTPS API specification (0.1.1-preview-29)

Download OpenAPI specification:Download

License: MIT

Satisfactory Game Server HTTPS API specification

Health Check

Performs a health check on the Dedicated Server API. Allows passing additional data between Modded Dedicated Server and Modded Game Client. This function requires no Authentication.

@@ -742,7 +742,7 @@ " class="sc-epnzzT sc-eMwmJz drsioI dWZUhK sc-drVZOg jtjIAv">

Forbidden

Request samples

Content type
application/json
{
  • "function": "DownloadSaveGame",
  • "data": {
    }
}

Response samples

Content type
application/json
{
  • "errorCode": "string",
  • "errorMessage": "string",
  • "errorData": { }
}