Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docusaurus-docs/docs/platform-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down
6 changes: 3 additions & 3 deletions generated/api-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/components/schemas/config/PlatformConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down