We use cookies to make your experience better! Cookies help us remember your preferences, improve our website, and show relevant content. You can accept
all cookies, adjust your settings, or say no to non-essential ones, it's up to you!
-d"{\"preset\":{\"component_id\":62,\"name\":\"Teaser with headline and image\",\"preset\":{\"headline\":\"This is a default value for the preset!\",\"image\":\"//a.storyblok.com/f/606/...\"}}}"
$payload= ["preset"=> ["component_id"=>62,"name"=>"Teaser with headline and image","preset"=> ["headline"=>"This is a default value for the preset!","image"=>"//a.storyblok.com/f/606/..."]]];
.body({"preset":{"component_id":62,"name":"Teaser with headline and image","preset":{"headline":"This is a default value for the preset!","image":"//a.storyblok.com/f/606/..."}}})
.asString();
var client =new RestClient("https://mapi.storyblok.com/v1/spaces/288868932106293/presets/1814");
request.AddParameter("application/json", "{\"preset\":{\"component_id\":62,\"name\":\"Teaser with headline and image\",\"preset\":{\"headline\":\"This is a default value for the preset!\",\"image\":\"//a.storyblok.com/f/606/...\"}}}", ParameterType.RequestBody);
payload = {"preset":{"component_id":62,"name":"Teaser with headline and image","preset":{"headline":"This is a default value for the preset!","image":"//a.storyblok.com/f/606/..."}}}
payload= {"preset" => {"component_id" => 62,"name" => "Teaser with headline and image","preset" => {"headline" => "This is a default value for the preset!","image" => "//a.storyblok.com/f/606/..."}}}