Skip to content

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

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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