diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2023-04-04 10:06:22 +0200 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2023-04-04 10:34:47 +0200 |
commit | 44499d09ab2842ecad245ac73de523790a5d64eb (patch) | |
tree | 99c7e7e7518a080e12baa0e7cb09c80af6c54cad /docs | |
parent | 5e7e5f2c0cdd4e5554f4d8629403b7c554b3a0aa (diff) |
Regenerated documentation, code formatting
Updated the spoless maven plugin version and re-run the code formatting.
Re-generate the API documentation.
No changes.
Issue-ID: CCSDK-3883
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: I95e88ebbd144b37bc1f7ca3b722bfc748e5ae801
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 |