Skip to content

Commit

Permalink
Fix formatting dereference blog
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Aug 28, 2024
1 parent 658903f commit 10973ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _posts/2024-05-14-registry-dereference.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ curl --location 'http://localhost:8080/apis/registry/v2/groups/default/artifacts
```

The citizen address:
```curl --location 'http://localhost:8080/apis/registry/v2/groups/default/artifacts/' \

```
curl --location 'http://localhost:8080/apis/registry/v2/groups/default/artifacts/' \
--header 'X-Registry-ArtifactId: address' \
--header 'Content-Type: application/json; artifactType=JSON' \
--data '{
Expand Down Expand Up @@ -278,6 +280,7 @@ is the fifth line of the address.",
```

And, finally, the citizen schema itself with references to qualification, city, identifier and address

```
curl --location 'http://localhost:8080/apis/registry/v2/groups/default/artifacts/' \
--header 'X-Registry-ArtifactId: citizen' \
Expand Down

0 comments on commit 10973ca

Please sign in to comment.