Skip to content

Commit d062a99

Browse files
authored
Update recursion.md with consistant syntax (ordinals#3585)
1 parent 1fd7aef commit d062a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/inscriptions/recursion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The recursive endpoints are:
4040
- `/r/blocktime`: UNIX time stamp of latest block.
4141
- `/r/children/<INSCRIPTION_ID>`: the first 100 child inscription ids.
4242
- `/r/children/<INSCRIPTION_ID>/<PAGE>`: the set of 100 child inscription ids on `<PAGE>`.
43-
- `/r/inscription/:inscription_id`: information about an inscription
43+
- `/r/inscription/<INSCRIPTION_ID>`: information about an inscription
4444
- `/r/metadata/<INSCRIPTION_ID>`: JSON string containing the hex-encoded CBOR metadata.
4545
- `/r/sat/<SAT_NUMBER>`: the first 100 inscription ids on a sat.
4646
- `/r/sat/<SAT_NUMBER>/<PAGE>`: the set of 100 inscription ids on `<PAGE>`.

0 commit comments

Comments
 (0)