Skip to content

Commit

Permalink
fix more curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
busma13 committed Aug 26, 2024
1 parent 084f6a8 commit 09e5a9e
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 48 deletions.
4 changes: 2 additions & 2 deletions docs/management-apis/endpoints-txt.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ zipfile 0.0.1 e7f338d0b0fe679698d781ef71b332915d020570 2017-05-30T18:19:18.
otherzip 1.0.1 d94hy8d0b0fe679698d781ef71b332915d020570 2017-05-29T18:19:18.638Z Some description
```

## GET /txt/assets/{assetName}
## GET /txt/assets/\{assetName\}

Returns a text table of all assets by the given name, sorted by the most recent at the top.

Expand Down Expand Up @@ -308,7 +308,7 @@ zipfile 1.0.1 e7f338d0b0fe679698d781ef71b332915d020570 2017-05-30T18:19:18.
zipfile 0.3.1 e7f338d0b0fe679698d781ef71b332915d020570 2017-05-28T18:19:18.638Z Some description
```

## GET /txt/assets/{assetName}/{version}
## GET /txt/assets/\{assetName\}/\{version\}

Returns a text table of all assets by a given name and version, sorted by the most recent at the top.

Expand Down
Loading

0 comments on commit 09e5a9e

Please sign in to comment.