Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
spediciniPTC committed Mar 22, 2024
1 parent bb63c31 commit 644503e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/api-adv/featureaccess/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
}
}'
</code></pre></li><li><a href=https://cad.onshape.com/glassworks/explorer/#/PartStudio/updateFeatures>Update Multiple Features</a><pre tabindex=0><code> curl -X &#39;POST&#39; \
&#39;https://cad.onshape.com/api/v6/partstudios/d/{did}/w/{wid}/e/{eid}/features/featureid/{fid}&#39; \
&#39;https://cad.onshape.com/api/v6/partstudios/d/{did}/w/{wid}/e/{eid}/features/updates&#39; \
-H &#39;Accept: application/json;charset=UTF-8; qs=0.09&#39; \
-H &#39;Authorization: Basic CREDENTIALS&#39; \
-H &#39;Content-Type: application/json;charset=UTF-8; qs=0.09&#39; \
-d &#39;{
&#34;btType&#34;: &#34;BTFeatureDefinitionCall-1406&#34;,
&#34;btType&#34;: &#34;BTUpdateFeaturesCall-1748&#34;,
&#34;features&#34;: [
{
&#34;btType&#34;: &#34;BTMFeature-134&#34;,
Expand Down
4 changes: 2 additions & 2 deletions docs/api-adv/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -770,12 +770,12 @@ https://&lt;strong>cad&lt;/strong>.onshape.com &amp;gt; https://&lt;strong>compa
&lt;/code>&lt;/pre>&lt;/li>
&lt;li>&lt;a href="https://cad.onshape.com/glassworks/explorer/#/PartStudio/updateFeatures">Update Multiple Features&lt;/a>
&lt;pre tabindex="0">&lt;code> curl -X &amp;#39;POST&amp;#39; \
&amp;#39;https://cad.onshape.com/api/v6/partstudios/d/{did}/w/{wid}/e/{eid}/features/featureid/{fid}&amp;#39; \
&amp;#39;https://cad.onshape.com/api/v6/partstudios/d/{did}/w/{wid}/e/{eid}/features/updates&amp;#39; \
-H &amp;#39;Accept: application/json;charset=UTF-8; qs=0.09&amp;#39; \
-H &amp;#39;Authorization: Basic CREDENTIALS&amp;#39; \
-H &amp;#39;Content-Type: application/json;charset=UTF-8; qs=0.09&amp;#39; \
-d &amp;#39;{
&amp;#34;btType&amp;#34;: &amp;#34;BTFeatureDefinitionCall-1406&amp;#34;,
&amp;#34;btType&amp;#34;: &amp;#34;BTUpdateFeaturesCall-1748&amp;#34;,
&amp;#34;features&amp;#34;: [
{
&amp;#34;btType&amp;#34;: &amp;#34;BTMFeature-134&amp;#34;,
Expand Down
4 changes: 2 additions & 2 deletions docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2212,12 +2212,12 @@ https://&lt;strong>cad&lt;/strong>.onshape.com &amp;gt; https://&lt;strong>compa
&lt;/code>&lt;/pre>&lt;/li>
&lt;li>&lt;a href="https://cad.onshape.com/glassworks/explorer/#/PartStudio/updateFeatures">Update Multiple Features&lt;/a>
&lt;pre tabindex="0">&lt;code> curl -X &amp;#39;POST&amp;#39; \
&amp;#39;https://cad.onshape.com/api/v6/partstudios/d/{did}/w/{wid}/e/{eid}/features/featureid/{fid}&amp;#39; \
&amp;#39;https://cad.onshape.com/api/v6/partstudios/d/{did}/w/{wid}/e/{eid}/features/updates&amp;#39; \
-H &amp;#39;Accept: application/json;charset=UTF-8; qs=0.09&amp;#39; \
-H &amp;#39;Authorization: Basic CREDENTIALS&amp;#39; \
-H &amp;#39;Content-Type: application/json;charset=UTF-8; qs=0.09&amp;#39; \
-d &amp;#39;{
&amp;#34;btType&amp;#34;: &amp;#34;BTFeatureDefinitionCall-1406&amp;#34;,
&amp;#34;btType&amp;#34;: &amp;#34;BTUpdateFeaturesCall-1748&amp;#34;,
&amp;#34;features&amp;#34;: [
{
&amp;#34;btType&amp;#34;: &amp;#34;BTMFeature-134&amp;#34;,
Expand Down

0 comments on commit 644503e

Please sign in to comment.