File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,19 @@ GET https://api.spacexdata.com/launches/cap=C106
4848```
4949Get detailed capsule information by serial #
5050``` http
51- https://api.spacexdata.com/parts/cap=C106
51+ GET https://api.spacexdata.com/parts/cap=C106
5252```
5353Get detailed info on all capsules
5454``` http
55- https://api.spacexdata.com/parts/caps
55+ GET https://api.spacexdata.com/parts/caps
5656```
5757Get detailed core information by serial #
5858``` http
59- https://api.spacexdata.com/parts/core=B1021
59+ GET https://api.spacexdata.com/parts/core=B1021
6060```
6161Get detailed info on all cores
6262``` http
63- https://api.spacexdata.com/parts/cores
63+ GET https://api.spacexdata.com/parts/cores
6464```
6565Get past launches by year
6666``` http
You can’t perform that action at this time.
0 commit comments