Next (New User) Previous (Publishing a Scene)

Sharing Scene

Definition

PUT https://clara.io/api/scenes/{uuid}/share/{username}

URL Parameters

  • uuid: the scene ID.
  • username: the name of the user you wish to share the scene with.

Example Request

curl "https://clara.io/api/scenes/59f6f456-cdb4-4c77-a578-4de894bc53c5/share/dave" \
    -u username:c3be3060-fe81-467b-aa62-0ee42eea9c8b\
    -X PUT

Next (New User) Previous (Publishing a Scene)