diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/offeredapis/openapitoolgen/offeredapis/pms-api/index.html | 2 | ||||
-rw-r--r-- | docs/offeredapis/swagger/pms-api.json | 2 | ||||
-rw-r--r-- | docs/offeredapis/swagger/pms-api.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/offeredapis/openapitoolgen/offeredapis/pms-api/index.html b/docs/offeredapis/openapitoolgen/offeredapis/pms-api/index.html index be7b8819..c8f97a81 100644 --- a/docs/offeredapis/openapitoolgen/offeredapis/pms-api/index.html +++ b/docs/offeredapis/openapitoolgen/offeredapis/pms-api/index.html @@ -921,7 +921,7 @@ ul.nav-tabs { }, "service_id" : { "type" : "string", - "description" : "the identity of the service owning the policy. This can be used to group the policies (it is possible to get all policies associated to a service). Note that the service does not need to be registerred." + "description" : "the identity of the service owning the policy. This can be used to group the policies (it is possible to get all policies associated to a service). Note that the service does not need to be registered." }, "policy_data" : { "type" : "object", diff --git a/docs/offeredapis/swagger/pms-api.json b/docs/offeredapis/swagger/pms-api.json index d16cfe2f..7574032c 100644 --- a/docs/offeredapis/swagger/pms-api.json +++ b/docs/offeredapis/swagger/pms-api.json @@ -185,7 +185,7 @@ "example": false }, "service_id": { - "description": "the identity of the service owning the policy. This can be used to group the policies (it is possible to get all policies associated to a service). Note that the service does not need to be registerred.", + "description": "the identity of the service owning the policy. This can be used to group the policies (it is possible to get all policies associated to a service). Note that the service does not need to be registered.", "type": "string" }, "policy_data": { diff --git a/docs/offeredapis/swagger/pms-api.yaml b/docs/offeredapis/swagger/pms-api.yaml index d3b720db..0cd28d07 100644 --- a/docs/offeredapis/swagger/pms-api.yaml +++ b/docs/offeredapis/swagger/pms-api.yaml @@ -1154,7 +1154,7 @@ components: service_id: description: the identity of the service owning the policy. This can be used to group the policies (it is possible to get all policies associated - to a service). Note that the service does not need to be registerred. + to a service). Note that the service does not need to be registered. type: string policy_data: description: the configuration of the policy |