Skip to content

Commit

Permalink
Update the endpoint name
Browse files Browse the repository at this point in the history
  • Loading branch information
djp3 committed Jul 25, 2024
1 parent 429c72d commit 8432e87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openapi3_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@
- "version"
- "warnings"
- "errors"
"/risk_profile/{address}":
"/risk_attributes/{address}":
"get":
"summary": "Risk Attribution"
"description": "Risk profiling for cryptocurrency addresses"
"summary": "Risk Attributions"
"description": "Risk data attributions for cryptocurrency addresses"
"parameters":
-
"name": "address"
"in": "path"
"required": true
"description": "The cryptocurrency address to profile"
"description": "The cryptocurrency address"
"schema":
"type": "string"
"example": "bc1qfcl8a4ck7uu3phgg5fj6g9servp6f85j3frcd3"
Expand Down

0 comments on commit 8432e87

Please sign in to comment.