Template Sharing

Update Template Sharing

Enable or disable public sharing and duplication for a studio template

post/studio/templates/{templateId}/share

Path parameters

templateIdinteger required

The unique ID of the studio template

Request body

enabledboolean

Turn public sharing on or off

allow_duplicationboolean

Let visitors save a copy of the template to their own workspace. Requires a paid plan. Off by default.

Response

Successful response

object required

Changes

Changed in 1 of the 7 revisions of this API.6

    • added the media type application/json for the response with the status 401

      response-media-type-added

    • added the media type application/json for the response with the status 429

      response-media-type-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added