diff --git a/docs/openapi_libcore.html b/docs/openapi_libcore.html
index 7b861be..f07e94e 100644
--- a/docs/openapi_libcore.html
+++ b/docs/openapi_libcore.html
@@ -1180,7 +1180,7 @@
jQuery.extend({highlight:function(e,t,n,r){if(e.nodeType===3){var i=e.data.match(t);if(i){var s=document.createElement(n||"span");s.className=r||"highlight";var o=e.splitText(i.index);o.splitText(i[0].length);var u=o.cloneNode(true);s.appendChild(u);o.parentNode.replaceChild(s,o);return 1}}else if(e.nodeType===1&&e.childNodes&&!/(script|style)/i.test(e.tagName)&&!(e.tagName===n.toUpperCase()&&e.className===r)){for(var a=0;a
diff --git a/docs/openapidriver.html b/docs/openapidriver.html
index b41a95b..8d40391 100644
--- a/docs/openapidriver.html
+++ b/docs/openapidriver.html
@@ -1180,7 +1180,7 @@
jQuery.extend({highlight:function(e,t,n,r){if(e.nodeType===3){var i=e.data.match(t);if(i){var s=document.createElement(n||"span");s.className=r||"highlight";var o=e.splitText(i.index);o.splitText(i[0].length);var u=o.cloneNode(true);s.appendChild(u);o.parentNode.replaceChild(s,o);return 1}}else if(e.nodeType===1&&e.childNodes&&!/(script|style)/i.test(e.tagName)&&!(e.tagName===n.toUpperCase()&&e.className===r)){for(var a=0;a
diff --git a/src/OpenApiDriver/openapidriver.libspec b/src/OpenApiDriver/openapidriver.libspec
index 3fe0c14..db8f664 100644
--- a/src/OpenApiDriver/openapidriver.libspec
+++ b/src/OpenApiDriver/openapidriver.libspec
@@ -1,6 +1,6 @@
-
-0.1.1
+
+0.1.2
<p>Visit the <a href="https://github.com/MarketSquare/robotframework-openapidriver">library page</a> for an introduction and examples.</p>
diff --git a/src/OpenApiLibCore/openapi_libcore.libspec b/src/OpenApiLibCore/openapi_libcore.libspec
index dd59857..7b9f669 100644
--- a/src/OpenApiLibCore/openapi_libcore.libspec
+++ b/src/OpenApiLibCore/openapi_libcore.libspec
@@ -1,12 +1,12 @@
-
-0.1.1
+
+0.1.2
<p>Main class providing the keywords and core logic to interact with an OpenAPI server.</p>
<p>Visit the <a href="https://github.com/MarketSquare/robotframework-openapi-libcore">library page</a> for an introduction.</p>
-
+
source
@@ -144,7 +144,7 @@
-
+
url
@@ -174,7 +174,7 @@
<p>> Note: provided username / password or auth objects take precedence over token based security</p>
Perform a request using the security token or authentication set in the library.
-
+
url
@@ -188,7 +188,7 @@
<p>Ensure that the (right-most) <span class="name">id</span> of the resource referenced by the <span class="name">url</span> is used by the resource defined by the <span class="name">resource_relation</span>.</p>
Ensure that the (right-most) `id` of the resource referenced by the `url` is used by the resource defined by the `resource_relation`.
-
+
url
@@ -198,7 +198,7 @@
<p>Perform a GET request on the <span class="name">url</span> and return the list of resource <span class="name">ids</span> from the response.</p>
Perform a GET request on the `url` and return the list of resource `ids` from the response.
-
+
url
@@ -221,7 +221,7 @@
<p>> Note: applicable UniquePropertyValueConstraint and IdReference Relations are considered before changes to <span class="name">json_data</span> are made.</p>
Return `json_data` based on the `dto` on the `request_data` that will cause the provided `status_code` for the `method` operation on the `url`.
-
+
status_code
@@ -235,7 +235,7 @@
<p>Returns a version of <span class="name">params, headers</span> as present on <span class="name">request_data</span> that has been modified to cause the provided <span class="name">status_code</span>.</p>
Returns a version of `params, headers` as present on `request_data` that has been modified to cause the provided `status_code`.
-
+
valid_url
@@ -246,7 +246,7 @@
<p>Raises ValueError if the valid_url cannot be invalidated.</p>
Return an url with all the path parameters in the `valid_url` replaced by a random UUID.
-
+
schema
@@ -265,7 +265,7 @@
<p>Generate a valid (json-compatible) dict for all the <span class="name">dto_class</span> properties.</p>
Generate a valid (json-compatible) dict for all the `dto_class` properties.
-
+
url
@@ -287,7 +287,7 @@
<p>Return <span class="name">json_data</span> based on the <span class="name">UniquePropertyValueConstraint</span> that must be returned by the <span class="name">get_relations</span> implementation on the <span class="name">dto</span> for the given <span class="name">conflict_status_code</span>.</p>
Return `json_data` based on the `UniquePropertyValueConstraint` that must be returned by the `get_relations` implementation on the `dto` for the given `conflict_status_code`.
-
+
url
@@ -297,7 +297,7 @@
<p>Return the endpoint as found in the <span class="name">paths</span> section based on the given <span class="name">url</span>.</p>
Return the endpoint as found in the `paths` section based on the given `url`.
-
+
endpoint
@@ -311,7 +311,7 @@
<p>Return an object with valid request data for body, headers and query params.</p>
Return an object with valid request data for body, headers and query params.
-
+
endpoint
@@ -326,7 +326,7 @@
<p>To prevent resource conflicts with other test cases, a new resource is created (POST) if possible.</p>
Support keyword that returns the `id` for an existing resource at `endpoint`.
-
+
endpoint
@@ -342,7 +342,7 @@
<p>> Note: if valid ids cannot be retrieved within the scope of the API, the <span class="name">PathPropertiesConstraint</span> Relation can be used. More information can be found <a href="https://marketsquare.github.io/robotframework-openapi-libcore/advanced_use.html">here</a>.</p>
This keyword returns a valid url for the given `endpoint` and `method`.
-
+
origin