diff --git a/docs/about/naming_rest_api_migration.odt b/docs/about/naming_rest_api_migration.odt
new file mode 100644
index 0000000000000000000000000000000000000000..a6a01549d718cb26ecf3a764827f5fa1572a4ced
Binary files /dev/null and b/docs/about/naming_rest_api_migration.odt differ
diff --git a/docs/about/naming_rest_api_migration.pdf b/docs/about/naming_rest_api_migration.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..ea0e9975f1e0ed624a6121c34a4d576fef43ac06
Binary files /dev/null and b/docs/about/naming_rest_api_migration.pdf differ
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index c8497c3ae1bb78c1032086435d5fc30f8b32c720..e1a4e4a3e45bfee52df662055c7ca9180d64a35d 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -58,7 +58,8 @@ openapi.info.description=\
   Here are some useful links \n \
   - [Naming](https://confluence.esss.lu.se/display/SW/Naming+Tool%2C+Cable+DB%2C+CCDB%2C+IOC+Factory%2C+RBAC) in ICS Software toolchain \n \
   - [Introduction to Naming REST API](/pdfs/naming_rest_api_brief_introduction.pdf) + [Lifecycle](/images/naming_backend_lifecycle.png) + [Cheat Sheet](/pdfs/naming_rest_api_cheat_sheet.pdf) \n \
-  - [How to use](/pdfs/naming_rest_api_excel_guide.pdf) Excel templates for [names](/templates/NameElementCommand.xlsx) + [structures](/templates/StructureElementCommand.xlsx) \n\n \
+  - [How to use](/pdfs/naming_rest_api_excel_guide.pdf) Excel templates for [names](/templates/NameElementCommand.xlsx) + [structures](/templates/StructureElementCommand.xlsx) \n \
+  - [Migration of Naming REST API](/pdfs/naming_rest_api_migration.pdf) \n\n \
   Note \n \
   - Observe which fields to use for operations client to server. \n \
   - Obsolete values are not shown unless history is requested. \n \
diff --git a/src/main/resources/static/pdfs/naming_rest_api_migration.pdf b/src/main/resources/static/pdfs/naming_rest_api_migration.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..ea0e9975f1e0ed624a6121c34a4d576fef43ac06
Binary files /dev/null and b/src/main/resources/static/pdfs/naming_rest_api_migration.pdf differ
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties
index 3e087d2859bebe6a4a5aa0499de700fe78560987..70ee616dbfd31fafb04d9f4bcdf2473f6104aef8 100644
--- a/src/test/resources/application.properties
+++ b/src/test/resources/application.properties
@@ -54,11 +54,13 @@ openapi.info.contact.email=Icsscontrolsystemsupport@ess.eu
 openapi.info.contact.name=Support
 openapi.info.contact.url=https://jira.esss.lu.se/projects/NT/issues
 openapi.info.description=\
-  Perform Naming tasks Create Read Update Delete + Approve Cancel Reject \n\n \
+  Handle Naming of ESS wide physical and logical devices according to ESS Naming Convention \n\n \
+  ![Naming data and access](/images/naming_backend_data_access.png "Naming data and access") \n\n \
   Here are some useful links \n \
   - [Naming](https://confluence.esss.lu.se/display/SW/Naming+Tool%2C+Cable+DB%2C+CCDB%2C+IOC+Factory%2C+RBAC) in ICS Software toolchain \n \
   - [Introduction to Naming REST API](/pdfs/naming_rest_api_brief_introduction.pdf) + [Lifecycle](/images/naming_backend_lifecycle.png) + [Cheat Sheet](/pdfs/naming_rest_api_cheat_sheet.pdf) \n \
-  - [How to use](/pdfs/naming_rest_api_excel_guide.pdf) Excel templates for [names](/templates/NameElementCommand.xlsx) + [structures](/templates/StructureElementCommand.xlsx) \n\n \
+  - [How to use](/pdfs/naming_rest_api_excel_guide.pdf) Excel templates for [names](/templates/NameElementCommand.xlsx) + [structures](/templates/StructureElementCommand.xlsx) \n \
+  - [Migration of Naming REST API](/pdfs/naming_rest_api_migration.pdf) \n\n \
   Note \n \
   - Observe which fields to use for operations client to server. \n \
   - Obsolete values are not shown unless history is requested. \n \