Skip to content

Commit b5974d4

Browse files
committed
fix: broken link
1 parent 001bff9 commit b5974d4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/content/docs/machine-to-machine-applications/m2m-application-setup/add-metadata-to-an-m2m-application-with-properties.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ relatedArticles:
1212
You can use **Properties** in Kinde to add structured metadata to a Machine-to-Machine (M2M) application. These properties can store configuration or contextual data like `region`, `tier`, or `model_version`.
1313

1414
This is useful for:
15+
1516
- Customizing tokens
1617
- Driving logic in downstream systems
1718
- Managing AI agent behavior
1819

19-
If you're looking to include properties inside tokens, see [Customize the contents of an M2M token](/machine-to-machine-applications/m2m-token-customization/).
20+
If you're looking to include properties inside tokens, see [Customize the contents of an M2M token](/machine-to-machine-applications/m2m-application-setup/m2m-token-customization/).
2021

2122
## Step 1 - Define your property
2223

@@ -41,11 +42,11 @@ Once saved, this property is now available across all M2M applications.
4142

4243
For example:
4344

44-
| Property | Value |
45-
|----------------|-----------|
46-
| region | eu |
47-
| model_version | v2 |
48-
| tier | pro |
45+
| Property | Value |
46+
| ------------- | ----- |
47+
| region | eu |
48+
| model_version | v2 |
49+
| tier | pro |
4950

5051
These values are stored with the app but are not included in tokens unless explicitly enabled.
5152

@@ -59,7 +60,7 @@ These flags will be embedded in the token under the `application_properties` cla
5960

6061
```json
6162
{
62-
"application_properties": {
63+
"application_properties": {
6364
"region": {
6465
"v": "eu"
6566
},

0 commit comments

Comments
 (0)