LuauExecutionSessionTask

  • 资源路径
  • /cloud/v2/universes/{universe}/places/{place}/luau-execution-session-tasks
  • /cloud/v2/universes/{universe}/places/{place}/versions/{version}/luau-execution-session-tasks
  • /cloud/v2/universes/{universe}/places/{place}/luau-execution-sessions/{luau-execution-session}/tasks
  • /cloud/v2/universes/{universe}/places/{place}/versions/{version}/luau-execution-sessions/{luau-execution-session}/tasks

属性

pathstring
createTimestring
仅输出
updateTimestring
仅输出
userstring
仅输出
stateEnum<string>
仅输出
scriptstring
不可改变

请为result选择其中一项:

errorobject
outputobject
基本网址

https://apis.roblox.com/cloud
LuauExecutionSessionTask 资源

{
"path": "universes/123/places/123/luau-execution-session-tasks/123e4567-e89b-12d3-a456-426655440000",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"user": "string",
"state": "STATE_UNSPECIFIED",
"script": "string",
"error": {
"code": "ERROR_CODE_UNSPECIFIED",
"message": "string"
}
}

LuauExecutionSessionTask

Create Luau Execution Session Task
Beta

POST /cloud/v2/universes/{universe}/places/{place}/luau-execution-session-tasks
范围
universe.place.luau-execution-session:write
请求路径参数
universestring
必填
placestring
必填
请求正文LuauExecutionSessionTask
POST /cloud/v2/universes/{universe}/places/{place}/luau-execution-session-tasks

curl -L -X POST 'https://apis.roblox.com/cloud/v2/universes/{universe}/places/{place}/luau-execution-session-tasks' \
-H 'x-api-key: {your-api-key}' \
--data '{ \
"script": "string", \
"error": { \
"code": "ERROR_CODE_UNSPECIFIED", \
"message": "string" \
} \
}'
答复

{
"path": "universes/123/places/123/luau-execution-session-tasks/123e4567-e89b-12d3-a456-426655440000",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"user": "string",
"state": "STATE_UNSPECIFIED",
"script": "string",
"error": {
"code": "ERROR_CODE_UNSPECIFIED",
"message": "string"
}
}