Skip to content

[BUG] DeleteSceneItem protocol syntax for scene name is incorrect #3

@surrealseven

Description

@surrealseven

The DeleteSceneItem method adds the optional sceneName value as "scene-name" in the json object. According to the protocol, this should be "scene". I've verified this by constructing the request myself and sending it manually.

Change
jObject.Add("scene-name", (JToken)sceneName);
to
jObject.Add("scene", (JToken)sceneName);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions