Skip to content

Commit

Permalink
Update REST API docs (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
swarna1101 authored Mar 4, 2024
1 parent b95a591 commit 2d2729c
Show file tree
Hide file tree
Showing 5 changed files with 1,522 additions and 262 deletions.
8 changes: 6 additions & 2 deletions docs/apis/REST/openapispec/attestation-client-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,11 @@
"contact": {}
},
"tags": [],
"servers": [],
"servers": [
{
"url": "https://attestation-coston.flare.network"
}
],
"components": {
"schemas": {
"VotingRoundResult": {
Expand Down Expand Up @@ -317,4 +321,4 @@
}
}
}
}
}
8 changes: 4 additions & 4 deletions docs/apis/REST/openapispec/btc-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@
"tags": [],
"servers": [
{
"url": "https://attestation-coston.aflabs.net"
"url": "https://attestation-coston.flare.network"
}
],
"components": {
Expand All @@ -990,7 +990,7 @@
"properties": {
"abiEncodedRequest": {
"type": "string",
"description": "Abi encoded request object see this for more info: https://gitlab.com/flarenetwork/state-connector-protocol/-/blob/main/attestation-objects/request-encoding-decoding.md"
"description": "Abi encoded request object see this for more info: https://github.com/flare-foundation/songbird-state-connector-protocol/blob/main/specs/attestations/encoding-decoding.md"
}
},
"required": [
Expand Down Expand Up @@ -1166,7 +1166,7 @@
},
"abiEncodedRequest": {
"type": "string",
"description": "Abi encoded request object see this for more info: https://gitlab.com/flarenetwork/state-connector-protocol/-/blob/main/attestation-objects/request-encoding-decoding.md"
"description": "Abi encoded request object see this for more info: https://github.com/flare-foundation/songbird-state-connector-protocol/blob/main/specs/attestations/encoding-decoding.md"
}
},
"required": [
Expand Down Expand Up @@ -1837,4 +1837,4 @@
}
}
}
}
}
Loading

0 comments on commit 2d2729c

Please sign in to comment.