diff --git a/docusaurus-docs/docs/platform-configuration.md b/docusaurus-docs/docs/platform-configuration.md index 8e869cf1..2c809dd4 100644 --- a/docusaurus-docs/docs/platform-configuration.md +++ b/docusaurus-docs/docs/platform-configuration.md @@ -20,7 +20,7 @@ Response example: ```json { - "id": "PlatformConfig:019542f5-b3e7-1d02-0000-000000000003", + "id": "Platform:019542f5-b3e7-1d02-0000-000000000003", "umaDomain": "example.com", "webhookEndpoint": "https://api.example.com/webhooks/uma", "supportedCurrencies": [ @@ -93,7 +93,7 @@ Response: ```json { - "id": "PlatformConfig:019542f5-b3e7-1d02-0000-000000000003", + "id": "Platform:019542f5-b3e7-1d02-0000-000000000003", "umaDomain": "mycompany.com", "webhookEndpoint": "https://api.mycompany.com/webhooks/uma", "supportedCurrencies": [ diff --git a/generated/api-docs.md b/generated/api-docs.md index b3197b8a..2f03b1b0 100644 --- a/generated/api-docs.md +++ b/generated/api-docs.md @@ -83,7 +83,7 @@ Retrieve the current platform configuration ```json { - "id": "PlatformConfig:019542f5-b3e7-1d02-0000-000000000003", + "id": "Platform:019542f5-b3e7-1d02-0000-000000000003", "umaDomain": "platform.uma.domain", "webhookEndpoint": "https://api.mycompany.com/webhooks/uma", "supportedCurrencies": [ @@ -275,7 +275,7 @@ Update the platform configuration settings ```json { - "id": "PlatformConfig:019542f5-b3e7-1d02-0000-000000000003", + "id": "Platform:019542f5-b3e7-1d02-0000-000000000003", "umaDomain": "platform.uma.domain", "webhookEndpoint": "https://api.mycompany.com/webhooks/uma", "supportedCurrencies": [ @@ -4585,7 +4585,7 @@ Name of a type of field containing info about a platform's user or counterparty ```json { - "id": "PlatformConfig:019542f5-b3e7-1d02-0000-000000000003", + "id": "Platform:019542f5-b3e7-1d02-0000-000000000003", "umaDomain": "platform.uma.domain", "webhookEndpoint": "https://api.mycompany.com/webhooks/uma", "supportedCurrencies": [ diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 49ff8b84..a0e62c50 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -3549,7 +3549,7 @@ components: type: string description: System-generated unique identifier readOnly: true - example: PlatformConfig:019542f5-b3e7-1d02-0000-000000000003 + example: Platform:019542f5-b3e7-1d02-0000-000000000003 umaDomain: type: string description: UMA domain for this platform diff --git a/mintlify/remittances/developer-guides/platform-configuration.mdx b/mintlify/remittances/developer-guides/platform-configuration.mdx index 963ee52c..ca3979ea 100644 --- a/mintlify/remittances/developer-guides/platform-configuration.mdx +++ b/mintlify/remittances/developer-guides/platform-configuration.mdx @@ -21,7 +21,7 @@ Response example: ```json { - "id": "PlatformConfig:019542f5-b3e7-1d02-0000-000000000003", + "id": "Platform:019542f5-b3e7-1d02-0000-000000000003", "umaDomain": "example.com", "webhookEndpoint": "https://api.example.com/webhooks/uma", "supportedCurrencies": [ @@ -94,7 +94,7 @@ Response: ```json { - "id": "PlatformConfig:019542f5-b3e7-1d02-0000-000000000003", + "id": "Platform:019542f5-b3e7-1d02-0000-000000000003", "umaDomain": "mycompany.com", "webhookEndpoint": "https://api.mycompany.com/webhooks/uma", "supportedCurrencies": [ diff --git a/openapi.yaml b/openapi.yaml index 49ff8b84..a0e62c50 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3549,7 +3549,7 @@ components: type: string description: System-generated unique identifier readOnly: true - example: PlatformConfig:019542f5-b3e7-1d02-0000-000000000003 + example: Platform:019542f5-b3e7-1d02-0000-000000000003 umaDomain: type: string description: UMA domain for this platform diff --git a/openapi/components/schemas/config/PlatformConfig.yaml b/openapi/components/schemas/config/PlatformConfig.yaml index 8502cc33..8f899fce 100644 --- a/openapi/components/schemas/config/PlatformConfig.yaml +++ b/openapi/components/schemas/config/PlatformConfig.yaml @@ -4,7 +4,7 @@ properties: type: string description: System-generated unique identifier readOnly: true - example: PlatformConfig:019542f5-b3e7-1d02-0000-000000000003 + example: Platform:019542f5-b3e7-1d02-0000-000000000003 umaDomain: type: string description: UMA domain for this platform