Skip to content

Commit

Permalink
docs: update meshStack API docs from latest develop build
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] authored and uleMeshcloud committed Apr 10, 2024
1 parent 16f8048 commit 2c926ef
Show file tree
Hide file tree
Showing 19 changed files with 506 additions and 506 deletions.
2 changes: 1 addition & 1 deletion website/static/api/api_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ <h3 id="_index">Index</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-04-03 13:07:08 UTC
Last updated 2024-04-10 11:10:59 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion website/static/api/common_data_formats.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ <h3 id="tags">Tags</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-04-03 13:07:08 UTC
Last updated 2024-04-10 11:10:59 UTC
</div>
</div>
</body>
Expand Down
150 changes: 75 additions & 75 deletions website/static/api/index.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions website/static/api/mesh_buildingblock.html
Original file line number Diff line number Diff line change
Expand Up @@ -596,12 +596,12 @@ <h5 id="_list_meshbuildingblocks">List meshBuildingBlocks</h5>
"apiVersion" : "v1",
"kind" : "meshBuildingBlock",
"metadata" : {
"uuid" : "b331334e-f3c6-48ed-8c2c-486fb1636664",
"definitionUuid" : "fa1bf9c0-c772-4044-8dac-4c4dcd1e1ca4",
"uuid" : "100efc6a-4a5e-4a15-ba58-fa569d503a0e",
"definitionUuid" : "078a1b87-1bc1-4a0f-8656-03abbffcd0bf",
"definitionVersion" : 1,
"tenantIdentifier" : "my-workspace.my-project.my-platform.my-location",
"forcePurge" : false,
"createdOn" : "2024-04-03T13:11:38.692533Z"
"createdOn" : "2024-04-10T11:16:19.528701Z"
},
"spec" : {
"displayName" : "parent block",
Expand All @@ -614,7 +614,7 @@ <h5 id="_list_meshbuildingblocks">List meshBuildingBlocks</h5>
},
"_links" : {
"self" : {
"href" : "https://mesh-backend-url/api/meshobjects/meshbuildingblocks/b331334e-f3c6-48ed-8c2c-486fb1636664"
"href" : "https://mesh-backend-url/api/meshobjects/meshbuildingblocks/100efc6a-4a5e-4a15-ba58-fa569d503a0e"
},
"meshtenant" : {
"href" : "https://mesh-backend-url/api/meshobjects/meshtenants/my-workspace.my-project.my-platform.my-location"
Expand All @@ -624,12 +624,12 @@ <h5 id="_list_meshbuildingblocks">List meshBuildingBlocks</h5>
"apiVersion" : "v1",
"kind" : "meshBuildingBlock",
"metadata" : {
"uuid" : "59c96eb8-db51-41bb-84c7-44a8db59568f",
"definitionUuid" : "48ee94c9-5498-4152-a2f9-c9982dcebe12",
"uuid" : "a0ee5c0f-300f-478b-93fd-f6f28d5d06fb",
"definitionUuid" : "ff8560d2-be43-4b97-a178-598fe02717af",
"definitionVersion" : 1,
"tenantIdentifier" : "my-workspace.my-project.my-platform.my-location",
"forcePurge" : false,
"createdOn" : "2024-04-03T13:11:38.701609Z"
"createdOn" : "2024-04-10T11:16:19.538112Z"
},
"spec" : {
"displayName" : "child block",
Expand All @@ -639,8 +639,8 @@ <h5 id="_list_meshbuildingblocks">List meshBuildingBlocks</h5>
"valueType" : "STRING"
} ],
"parentBuildingBlocks" : [ {
"buildingBlockUuid" : "b331334e-f3c6-48ed-8c2c-486fb1636664",
"definitionUuid" : "fa1bf9c0-c772-4044-8dac-4c4dcd1e1ca4"
"buildingBlockUuid" : "100efc6a-4a5e-4a15-ba58-fa569d503a0e",
"definitionUuid" : "078a1b87-1bc1-4a0f-8656-03abbffcd0bf"
} ]
},
"status" : {
Expand All @@ -653,7 +653,7 @@ <h5 id="_list_meshbuildingblocks">List meshBuildingBlocks</h5>
},
"_links" : {
"self" : {
"href" : "https://mesh-backend-url/api/meshobjects/meshbuildingblocks/59c96eb8-db51-41bb-84c7-44a8db59568f"
"href" : "https://mesh-backend-url/api/meshobjects/meshbuildingblocks/a0ee5c0f-300f-478b-93fd-f6f28d5d06fb"
},
"meshtenant" : {
"href" : "https://mesh-backend-url/api/meshobjects/meshtenants/my-workspace.my-project.my-platform.my-location"
Expand Down Expand Up @@ -703,7 +703,7 @@ <h5 id="_get_meshbuildingblock">Get meshBuildingBlock</h5>
<div class="listingblock">
<div class="title">Example Request</div>
<div class="content">
<pre class="highlight nowrap"><code class="language-http" data-lang="http">GET /api/meshobjects/meshbuildingblocks/59c96eb8-db51-41bb-84c7-44a8db59568f HTTP/1.1
<pre class="highlight nowrap"><code class="language-http" data-lang="http">GET /api/meshobjects/meshbuildingblocks/a0ee5c0f-300f-478b-93fd-f6f28d5d06fb HTTP/1.1
Authorization: Basic dmFsaWRfdXNlcm5hbWU6dmFsaWRfcGFzc3dvcmQ=
Accept: application/vnd.meshcloud.api.meshbuildingblock.v1.hal+json
Host: mesh-backend-url</code></pre>
Expand All @@ -712,7 +712,7 @@ <h5 id="_get_meshbuildingblock">Get meshBuildingBlock</h5>
<div class="listingblock">
<div class="title">Example Curl Request</div>
<div class="content">
<pre class="highlight"><code class="language-bash" data-lang="bash">$ curl 'https://mesh-backend-url/api/meshobjects/meshbuildingblocks/59c96eb8-db51-41bb-84c7-44a8db59568f' -i -u 'valid_username:valid_password' -X GET \
<pre class="highlight"><code class="language-bash" data-lang="bash">$ curl 'https://mesh-backend-url/api/meshobjects/meshbuildingblocks/a0ee5c0f-300f-478b-93fd-f6f28d5d06fb' -i -u 'valid_username:valid_password' -X GET \
-H 'Accept: application/vnd.meshcloud.api.meshbuildingblock.v1.hal+json'</code></pre>
</div>
</div>
Expand Down Expand Up @@ -908,12 +908,12 @@ <h5 id="_get_meshbuildingblock">Get meshBuildingBlock</h5>
"apiVersion" : "v1",
"kind" : "meshBuildingBlock",
"metadata" : {
"uuid" : "59c96eb8-db51-41bb-84c7-44a8db59568f",
"definitionUuid" : "48ee94c9-5498-4152-a2f9-c9982dcebe12",
"uuid" : "a0ee5c0f-300f-478b-93fd-f6f28d5d06fb",
"definitionUuid" : "ff8560d2-be43-4b97-a178-598fe02717af",
"definitionVersion" : 1,
"tenantIdentifier" : "my-workspace.my-project.my-platform.my-location",
"forcePurge" : false,
"createdOn" : "2024-04-03T13:11:38.701609Z"
"createdOn" : "2024-04-10T11:16:19.538112Z"
},
"spec" : {
"displayName" : "child block",
Expand All @@ -923,8 +923,8 @@ <h5 id="_get_meshbuildingblock">Get meshBuildingBlock</h5>
"valueType" : "STRING"
} ],
"parentBuildingBlocks" : [ {
"buildingBlockUuid" : "b331334e-f3c6-48ed-8c2c-486fb1636664",
"definitionUuid" : "fa1bf9c0-c772-4044-8dac-4c4dcd1e1ca4"
"buildingBlockUuid" : "100efc6a-4a5e-4a15-ba58-fa569d503a0e",
"definitionUuid" : "078a1b87-1bc1-4a0f-8656-03abbffcd0bf"
} ]
},
"status" : {
Expand All @@ -937,7 +937,7 @@ <h5 id="_get_meshbuildingblock">Get meshBuildingBlock</h5>
},
"_links" : {
"self" : {
"href" : "https://mesh-backend-url/api/meshobjects/meshbuildingblocks/59c96eb8-db51-41bb-84c7-44a8db59568f"
"href" : "https://mesh-backend-url/api/meshobjects/meshbuildingblocks/a0ee5c0f-300f-478b-93fd-f6f28d5d06fb"
},
"meshtenant" : {
"href" : "https://mesh-backend-url/api/meshobjects/meshtenants/my-workspace.my-project.my-platform.my-location"
Expand All @@ -951,7 +951,7 @@ <h5 id="_get_meshbuildingblock">Get meshBuildingBlock</h5>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-04-03 13:07:08 UTC
Last updated 2024-04-10 11:10:59 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions website/static/api/mesh_object_collection.html
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ <h4 id="_deletemeshobjectcollection">deleteMeshObjectCollection</h4>
{
"error" : "MeshBadRequestException",
"message" : "MeshObjectCollection not-empty-collection cannot be deleted, because it is not empty",
"errorId" : "OwCqHPzE7Q"
"errorId" : "JAC7uXjBvN"
}</code></pre>
</div>
</div>
Expand All @@ -687,7 +687,7 @@ <h4 id="_deletemeshobjectcollection">deleteMeshObjectCollection</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-04-03 13:07:08 UTC
Last updated 2024-04-10 11:10:59 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion website/static/api/mesh_object_declarative_import.html
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ <h5 id="_meshexchangerate">meshExchangeRate</h5>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-04-03 13:07:08 UTC
Last updated 2024-04-10 11:10:59 UTC
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit 2c926ef

Please sign in to comment.