v1

latestOpenAPI 3.0.42026-08-068161,1253.1 MB
Luau Execution

Create Luau Execution Session Task Binary Input

Create a new LuauExecutionSessionTaskBinaryInput.

post/cloud/v2/universes/{universe_id}/luau-execution-session-task-binary-inputs

Path parameters

universe_idstring required

The universe ID.

Request body

pathstring

The resource path of the luau execution session task binary input.

Format: universes/{universe_id}/luau-execution-session-task-binary-inputs/{luau_execution_session_task_binary_input_id}

sizeinteger

The size of the binary input object to be uploaded.

The maximum allowed size is 100 MiB.

uploadUristring

Upload the binary input object using this URI.

Example request

{
  "path": "universes/123/luau-execution-session-task-binary-inputs/123e4567-e89b-12d3-a456-426655440000"
}

Response

OK

pathstring

The resource path of the luau execution session task binary input.

Format: universes/{universe_id}/luau-execution-session-task-binary-inputs/{luau_execution_session_task_binary_input_id}

sizeinteger

The size of the binary input object to be uploaded.

The maximum allowed size is 100 MiB.

uploadUristring

Upload the binary input object using this URI.

Example response

{
  "path": "universes/123/luau-execution-session-task-binary-inputs/123e4567-e89b-12d3-a456-426655440000"
}