diff --git a/deployment/postman/MVD.postman_collection.json b/deployment/postman/MVD.postman_collection.json
index 5a90c39e88d4d52499f4862e07394034d66d337e..e0f64987c742a657a8bd785cf0211ee471e8e3d0 100644
--- a/deployment/postman/MVD.postman_collection.json
+++ b/deployment/postman/MVD.postman_collection.json
@@ -1,9 +1,9 @@
 {
 	"info": {
-		"_postman_id": "1d81d8db-ffb2-417b-83ca-50da1b42a5df",
+		"_postman_id": "d7d568f5-e178-4d6c-b74b-434a8f7530a6",
 		"name": "MVD+IATP",
 		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
-		"_exporter_id": "23917208"
+		"_exporter_id": "647585"
 	},
 	"item": [
 		{
@@ -2056,7 +2056,7 @@
 								"method": "GET",
 								"header": [],
 								"url": {
-									"raw": "{{CS_URL}}/api/identity/v1alpha/participants/{{PARTICIPANT_ID}}/credentials",
+									"raw": "{{CS_URL}}/api/identity/v1alpha/participants/{{PARTICIPANT_ID}}/credentials/CREDENTIAL-ID",
 									"host": [
 										"{{CS_URL}}"
 									],
@@ -2066,7 +2066,8 @@
 										"v1alpha",
 										"participants",
 										"{{PARTICIPANT_ID}}",
-										"credentials"
+										"credentials",
+										"CREDENTIAL-ID"
 									]
 								}
 							},
diff --git a/launchers/identity-hub/build.gradle.kts b/launchers/identity-hub/build.gradle.kts
index c691e2543db6358996aa069ed0629aa0a573d80f..39a4c44f3c1d73134723b719196cb37081a0443e 100644
--- a/launchers/identity-hub/build.gradle.kts
+++ b/launchers/identity-hub/build.gradle.kts
@@ -31,7 +31,7 @@ dependencies {
         runtimeOnly(libs.edc.bom.identithub.sql)
         runtimeOnly(libs.edc.sts.accountservice.remote)
         println("This runtime compiles with a remote STS, Hashicorp Vault and PostgreSQL. You will need properly configured STS, Postgres and HCV instances.")
-    }else{
+    } else {
         runtimeOnly(libs.edc.bom.identithub.sts)
     }