diff --git a/docs/api/application-api/grant-consent.api.mdx b/docs/api/application-api/grant-consent.api.mdx
index 7bec6d3..1103bb0 100644
--- a/docs/api/application-api/grant-consent.api.mdx
+++ b/docs/api/application-api/grant-consent.api.mdx
@@ -1,11 +1,11 @@
---
id: grant-consent
title: "Grant Consent"
-description: "Grant consent to a subject on behalf of a user."
+description: "Grant consent to a subject on behalf of a user. Get the result from EvaluateConsent. Note that"
sidebar_label: "Grant Consent"
hide_title: true
hide_table_of_contents: true
-api: {"tags":["Me"],"description":"Grant consent to a subject on behalf of a user.","operationId":"GrantConsent","parameters":[{"name":"tapio-application-id","in":"header","description":"Use to specify a tapio application ID, in case your Entra ID client application is assigned to more than one tapio application.","schema":{"type":"string","format":"uuid","description":"Use to specify a tapio application ID, in case your Entra ID client application is assigned to more than one tapio application.","title":"ApplicationIdHeader"}},{"name":"api-version","in":"header","description":"Use to specify the version of the API you want to use. Currently, only \"v1\" is supported.","required":true,"schema":{"type":"string","enum":["v1"],"description":"Use to specify the version of the API you want to use. Currently, only \"v1\" is supported.","title":"ApiVersionHeader"}}],"requestBody":{"description":"Grant consent body.","content":{"application/json-patch+json":{"schema":{"type":"object","properties":{"consentSubjectId":{"type":"string","description":"Consent subject ID.","format":"uuid"},"text":{"type":"string","description":"The text the user has seen while consenting.","nullable":true}},"additionalProperties":false,"description":"Grant consent request.","title":"GrantConsentRequest"}},"application/json":{"schema":{"type":"object","properties":{"consentSubjectId":{"type":"string","description":"Consent subject ID.","format":"uuid"},"text":{"type":"string","description":"The text the user has seen while consenting.","nullable":true}},"additionalProperties":false,"description":"Grant consent request.","title":"GrantConsentRequest"}},"text/json":{"schema":{"type":"object","properties":{"consentSubjectId":{"type":"string","description":"Consent subject ID.","format":"uuid"},"text":{"type":"string","description":"The text the user has seen while consenting.","nullable":true}},"additionalProperties":false,"description":"Grant consent request.","title":"GrantConsentRequest"}},"application/*+json":{"schema":{"type":"object","properties":{"consentSubjectId":{"type":"string","description":"Consent subject ID.","format":"uuid"},"text":{"type":"string","description":"The text the user has seen while consenting.","nullable":true}},"additionalProperties":false,"description":"Grant consent request.","title":"GrantConsentRequest"}}}},"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"Subject ID.","format":"uuid"},"displayName":{"type":"string","description":"Display name of the subject.","nullable":true},"content":{"type":"object","additionalProperties":{"type":"array","items":"circular(JToken)","title":"JToken"},"description":"Localized content of the subject to be displayed to the user.","nullable":true}},"additionalProperties":false,"description":"Consent subject response.","title":"ConsentSubjectResponse"},"description":"Data.","nullable":true}},"additionalProperties":false,"description":"Collection response.","title":"ConsentSubjectResponseCollectionResponse"}},"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"Subject ID.","format":"uuid"},"displayName":{"type":"string","description":"Display name of the subject.","nullable":true},"content":{"type":"object","additionalProperties":{"type":"array","items":"circular(JToken)","title":"JToken"},"description":"Localized content of the subject to be displayed to the user.","nullable":true}},"additionalProperties":false,"description":"Consent subject response.","title":"ConsentSubjectResponse"},"description":"Data.","nullable":true}},"additionalProperties":false,"description":"Collection response.","title":"ConsentSubjectResponseCollectionResponse"}},"text/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"Subject ID.","format":"uuid"},"displayName":{"type":"string","description":"Display name of the subject.","nullable":true},"content":{"type":"object","additionalProperties":{"type":"array","items":"circular(JToken)","title":"JToken"},"description":"Localized content of the subject to be displayed to the user.","nullable":true}},"additionalProperties":false,"description":"Consent subject response.","title":"ConsentSubjectResponse"},"description":"Data.","nullable":true}},"additionalProperties":false,"description":"Collection response.","title":"ConsentSubjectResponseCollectionResponse"}}}},"400":{"description":"Bad Request","content":{"text/plain":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"text/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"text/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}}}},"403":{"description":"Forbidden","content":{"text/plain":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"text/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}}}},"404":{"description":"Not Found","content":{"text/plain":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"text/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}}}},"412":{"description":"Precondition Failed","content":{"text/plain":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"text/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}}}}},"method":"post","path":"/me/grantConsent","servers":[{"url":"https://api.tapio.one/application"}],"security":[{"oauth2":[]}],"securitySchemes":{"oauth2":{"type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.mytapio.one/32896ed7-d559-401b-85cf-167143d61be0/B2C_1A_Tapio_Signin/oauth2/v2.0/authorize","scopes":{"openid":"openid","https://tapiousers.onmicrosoft.com/7ee7f1b0-d030-4d20-9691-9752bdb44315/Consent.ReadWrite":"read and write consent"}}}}},"jsonRequestBodyExample":{"consentSubjectId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","text":"string"},"info":{"title":"Application API","description":"tapio's Application API enables third party applications to interact with tapio on behalf of their users.","termsOfService":"https://tapio.one/en/tapio-terms-of-use","contact":{"name":"tapio GmbH","url":"https://tapio.one","email":"developer@tapio.one"},"version":"1"},"postman":{"name":"Grant Consent","description":{"content":"Grant consent to a subject on behalf of a user.","type":"text/plain"},"url":{"path":["me","grantConsent"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":{"content":"Use to specify a tapio application ID, in case your Entra ID client application is assigned to more than one tapio application.","type":"text/plain"},"key":"tapio-application-id","value":""},{"disabled":false,"description":{"content":"(Required) Use to specify the version of the API you want to use. Currently, only \"v1\" is supported.","type":"text/plain"},"key":"api-version","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}}}}
+api: {"tags":["Me"],"description":"Grant consent to a subject on behalf of a user. Get the result from EvaluateConsent. Note that\r\n this route is eventually consistent. So EvaluateConsent might take some time to take over the granting of the consent.","operationId":"GrantConsent","parameters":[{"name":"tapio-application-id","in":"header","description":"Use to specify a tapio application ID, in case your Entra ID client application is assigned to more than one tapio application.","schema":{"type":"string","format":"uuid","description":"Use to specify a tapio application ID, in case your Entra ID client application is assigned to more than one tapio application.","title":"ApplicationIdHeader"}},{"name":"api-version","in":"header","description":"Use to specify the version of the API you want to use. Currently, only \"v1\" is supported.","required":true,"schema":{"type":"string","enum":["v1"],"description":"Use to specify the version of the API you want to use. Currently, only \"v1\" is supported.","title":"ApiVersionHeader"}}],"requestBody":{"description":"Grant consent body.","content":{"application/json-patch+json":{"schema":{"type":"object","properties":{"consentSubjectId":{"type":"string","description":"Consent subject ID.","format":"uuid"},"text":{"type":"string","description":"The text the user has seen while consenting.","nullable":true}},"additionalProperties":false,"description":"Grant consent request.","title":"GrantConsentRequest"}},"application/json":{"schema":{"type":"object","properties":{"consentSubjectId":{"type":"string","description":"Consent subject ID.","format":"uuid"},"text":{"type":"string","description":"The text the user has seen while consenting.","nullable":true}},"additionalProperties":false,"description":"Grant consent request.","title":"GrantConsentRequest"}},"text/json":{"schema":{"type":"object","properties":{"consentSubjectId":{"type":"string","description":"Consent subject ID.","format":"uuid"},"text":{"type":"string","description":"The text the user has seen while consenting.","nullable":true}},"additionalProperties":false,"description":"Grant consent request.","title":"GrantConsentRequest"}},"application/*+json":{"schema":{"type":"object","properties":{"consentSubjectId":{"type":"string","description":"Consent subject ID.","format":"uuid"},"text":{"type":"string","description":"The text the user has seen while consenting.","nullable":true}},"additionalProperties":false,"description":"Grant consent request.","title":"GrantConsentRequest"}}}},"responses":{"200":{"description":"OK","content":{"text/plain":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"Subject ID.","format":"uuid"},"displayName":{"type":"string","description":"Display name of the subject.","nullable":true},"content":{"type":"object","additionalProperties":{"type":"array","items":"circular(JToken)","title":"JToken"},"description":"Localized content of the subject to be displayed to the user.","nullable":true}},"additionalProperties":false,"description":"Consent subject response.","title":"ConsentSubjectResponse"},"description":"Data.","nullable":true}},"additionalProperties":false,"description":"Collection response.","title":"ConsentSubjectResponseCollectionResponse"}},"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"Subject ID.","format":"uuid"},"displayName":{"type":"string","description":"Display name of the subject.","nullable":true},"content":{"type":"object","additionalProperties":{"type":"array","items":"circular(JToken)","title":"JToken"},"description":"Localized content of the subject to be displayed to the user.","nullable":true}},"additionalProperties":false,"description":"Consent subject response.","title":"ConsentSubjectResponse"},"description":"Data.","nullable":true}},"additionalProperties":false,"description":"Collection response.","title":"ConsentSubjectResponseCollectionResponse"}},"text/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"Subject ID.","format":"uuid"},"displayName":{"type":"string","description":"Display name of the subject.","nullable":true},"content":{"type":"object","additionalProperties":{"type":"array","items":"circular(JToken)","title":"JToken"},"description":"Localized content of the subject to be displayed to the user.","nullable":true}},"additionalProperties":false,"description":"Consent subject response.","title":"ConsentSubjectResponse"},"description":"Data.","nullable":true}},"additionalProperties":false,"description":"Collection response.","title":"ConsentSubjectResponseCollectionResponse"}}}},"400":{"description":"Bad Request","content":{"text/plain":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"text/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}}}},"401":{"description":"Unauthorized","content":{"text/plain":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"text/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}}}},"403":{"description":"Forbidden","content":{"text/plain":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"text/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}}}},"404":{"description":"Not Found","content":{"text/plain":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"text/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}}}},"412":{"description":"Precondition Failed","content":{"text/plain":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}},"text/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Error message.","nullable":true},"details":{"type":"array","items":{"type":"string"},"description":"Error details.","nullable":true}},"additionalProperties":false,"description":"Error response.","title":"ErrorResponse"}}}}},"method":"post","path":"/me/grantConsent","servers":[{"url":"https://api.tapio.one/application"}],"security":[{"oauth2":[]}],"securitySchemes":{"oauth2":{"type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.mytapio.one/32896ed7-d559-401b-85cf-167143d61be0/B2C_1A_Tapio_Signin/oauth2/v2.0/authorize","scopes":{"openid":"openid","https://tapiousers.onmicrosoft.com/7ee7f1b0-d030-4d20-9691-9752bdb44315/Consent.ReadWrite":"read and write consent"}}}}},"jsonRequestBodyExample":{"consentSubjectId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","text":"string"},"info":{"title":"Application API","description":"tapio's Application API enables third party applications to interact with tapio on behalf of their users.","termsOfService":"https://tapio.one/en/tapio-terms-of-use","contact":{"name":"tapio GmbH","url":"https://tapio.one","email":"developer@tapio.one"},"version":"1"},"postman":{"name":"Grant Consent","description":{"content":"Grant consent to a subject on behalf of a user. Get the result from EvaluateConsent. Note that\r\n this route is eventually consistent. So EvaluateConsent might take some time to take over the granting of the consent.","type":"text/plain"},"url":{"path":["me","grantConsent"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":{"content":"Use to specify a tapio application ID, in case your Entra ID client application is assigned to more than one tapio application.","type":"text/plain"},"key":"tapio-application-id","value":""},{"disabled":false,"description":{"content":"(Required) Use to specify the version of the API you want to use. Currently, only \"v1\" is supported.","type":"text/plain"},"key":"api-version","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"\"\"","options":{"raw":{"language":"json"}}}}}
sidebar_class_name: "post api-method"
info_path: api/application-api/application-api
custom_edit_url: null
@@ -24,7 +24,8 @@ import TabItem from "@theme/TabItem";
-Grant consent to a subject on behalf of a user.
+Grant consent to a subject on behalf of a user. Get the result from EvaluateConsent. Note that
+ this route is eventually consistent. So EvaluateConsent might take some time to take over the granting of the consent.
Header Parameters
Request Body
diff --git a/docs/api/gds/get-application-token-profile.api.mdx b/docs/api/gds/get-application-token-profile.api.mdx
index bd66aba..3934ab3 100644
--- a/docs/api/gds/get-application-token-profile.api.mdx
+++ b/docs/api/gds/get-application-token-profile.api.mdx
@@ -58,7 +58,7 @@ Licenses
Equipment groups
-
Array [
]
]
Schema
subscriptions object[] nullable
]
Schema
subscriptions object[] nullable
List of subscription information
@@ -86,7 +86,7 @@ Licenses
Equipment groups
-
Array [
]
]
Schema
subscriptions object[] nullable
]
Schema
subscriptions object[] nullable
List of subscription information
@@ -114,7 +114,7 @@ Licenses
Equipment groups
-
Array [
]
]
+
Array [
]
]
ETag matches
diff --git a/docs/api/gds/get-subscription-overview.api.mdx b/docs/api/gds/get-subscription-overview.api.mdx
index aae34d7..5590ac8 100644
--- a/docs/api/gds/get-subscription-overview.api.mdx
+++ b/docs/api/gds/get-subscription-overview.api.mdx
@@ -58,7 +58,7 @@ Licenses
Equipment groups
-
Array [
]
]
Schema
subscriptions object[] nullable
]
Schema
subscriptions object[] nullable
List of subscription information
@@ -86,7 +86,7 @@ Licenses
Equipment groups
-
Array [
]
]
Schema
subscriptions object[] nullable
]
Schema
subscriptions object[] nullable
List of subscription information
@@ -114,7 +114,7 @@ Licenses
Equipment groups
-
Array [
]
]
+
Array [
]
]
ETag matches
diff --git a/docs/api/gds/get-user-profile.api.mdx b/docs/api/gds/get-user-profile.api.mdx
index 803b53e..0842990 100644
--- a/docs/api/gds/get-user-profile.api.mdx
+++ b/docs/api/gds/get-user-profile.api.mdx
@@ -68,7 +68,7 @@ Licenses
Equipment groups
-
Array [
]
]
Schema
subscriptions object[] nullable
]
Schema
subscriptions object[] nullable
List of user profiles
@@ -96,7 +96,7 @@ Licenses
Equipment groups
-
Array [
]
]
Schema
subscriptions object[] nullable
]
Schema
subscriptions object[] nullable
List of user profiles
@@ -124,7 +124,7 @@ Licenses
Equipment groups
-
Array [
]
]
+
Array [
]
]
Bad request
diff --git a/docs/api/gds/onboard-cloud-connector.api.mdx b/docs/api/gds/onboard-cloud-connector.api.mdx
index 6867e37..3fa3539 100644
--- a/docs/api/gds/onboard-cloud-connector.api.mdx
+++ b/docs/api/gds/onboard-cloud-connector.api.mdx
@@ -46,7 +46,7 @@ Onboarding information of the cloud connector
Successful
-
+
Bad request
diff --git a/src/api/ApplicationApi.json b/src/api/ApplicationApi.json
index 1e73e7c..fc47970 100644
--- a/src/api/ApplicationApi.json
+++ b/src/api/ApplicationApi.json
@@ -142,7 +142,7 @@
"Me"
],
"summary": "Grant Consent",
- "description": "Grant consent to a subject on behalf of a user.",
+ "description": "Grant consent to a subject on behalf of a user. Get the result from EvaluateConsent. Note that\r\n this route is eventually consistent. So EvaluateConsent might take some time to take over the granting of the consent.",
"operationId": "GrantConsent",
"parameters": [
{