From 9490cfd6883f8e7e2c310ccff1d50f8a12d94c14 Mon Sep 17 00:00:00 2001 From: yannick-beot-sp <82362286+yannick-beot-sp@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:02:51 +0200 Subject: [PATCH 1/2] Invalid Markdown format for "Update a machine account" endpoint --- idn/v2024/paths/machine-account.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/idn/v2024/paths/machine-account.yaml b/idn/v2024/paths/machine-account.yaml index 34e636cce..2b7b1f66e 100644 --- a/idn/v2024/paths/machine-account.yaml +++ b/idn/v2024/paths/machine-account.yaml @@ -82,10 +82,10 @@ patch: required: true requestBody: required: true - description: >- - A JSON of updated values [JSON - Patch](https://tools.ietf.org/html/rfc6902) standard. + description: |- + A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: + * description * ownerIdentity * subType @@ -141,4 +141,4 @@ patch: "429": $ref: "../responses/429.yaml" "500": - $ref: "../responses/500.yaml" \ No newline at end of file + $ref: "../responses/500.yaml" From 1c1e90bf7788c9b3cae59c7dbea94c26875d978f Mon Sep 17 00:00:00 2001 From: yannick-beot-sp <82362286+yannick-beot-sp@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:05:21 +0200 Subject: [PATCH 2/2] Update machine-account.yaml --- idn/v2025/paths/machine-account.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/idn/v2025/paths/machine-account.yaml b/idn/v2025/paths/machine-account.yaml index 34e636cce..2b7b1f66e 100644 --- a/idn/v2025/paths/machine-account.yaml +++ b/idn/v2025/paths/machine-account.yaml @@ -82,10 +82,10 @@ patch: required: true requestBody: required: true - description: >- - A JSON of updated values [JSON - Patch](https://tools.ietf.org/html/rfc6902) standard. + description: |- + A JSON of updated values [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. The following fields are patchable: + * description * ownerIdentity * subType @@ -141,4 +141,4 @@ patch: "429": $ref: "../responses/429.yaml" "500": - $ref: "../responses/500.yaml" \ No newline at end of file + $ref: "../responses/500.yaml"