Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions code/API_definitions/blockchain-public-address-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,20 +137,20 @@ components:
One-time challenge generated associated to indicated `blockchainPublicAddress`.
ErrorInfo:
type: object
required:
- status
- code
- message
properties:
message:
type: string
description: A human-readable description of what the event represents
status:
type: integer
description: HTTP status code returned along with this error response
description: HTTP response status code
code:
type: string
description: Code given to this error
message:
type: string
description: Detailed error description
required:
- status
- code
- message
description: A human-readable code to describe the error
responses:
Generic400:
description: Problem with the client request
Expand Down
18 changes: 9 additions & 9 deletions code/API_definitions/blockchain-public-address.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,20 +355,20 @@ components:
type: string
ErrorInfo:
type: object
required:
- status
- code
- message
properties:
message:
type: string
description: A human-readable description of what the event represents
status:
type: integer
description: HTTP status code returned along with this error response
description: HTTP response status code
code:
type: string
description: Code given to this error
message:
type: string
description: Detailed error description
required:
- status
- code
- message
description: A human-readable code to describe the error
responses:
InvalidArgumentForBlockchain400:
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: CAMARA Blockchain Public Address API, v0.3.0-rc.1 - Operation bindBlock
# * A phone number and several blockchainPublicAddress in order to be able to perform bindings
#
#
# References to OAS spec schemas refer to schemas specifies in blockchain-public-address.yaml, version 0.3.0-rc.1
# References to OAS spec schemas refer to schemas specifies in blockchain-public-address.yaml

Background: Common bindBlockchainPublicAddress setup
Given the resource "/blockchain-public-address/v0.3rc1/blockchain-public-addresses"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: CAMARA Blockchain Public Address API, v0.3.0-rc.1 - Operation deleteBlo
# * A phone number with several existing bindings to be able to perform unbindings
#
#
# References to OAS spec schemas refer to schemas specifies in blockchain-public-address.yaml, version 0.3.0-rc.1
# References to OAS spec schemas refer to schemas specifies in blockchain-public-address.yaml

Background: Common deleteBlockchainPublicAddress setup
Given the resource "/blockchain-public-address/v0.3rc1/blockchain-public-addresses/{id}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: CAMARA Blockchain Public Address API, v0.3.0-rc.1 - Operation retrieveB
# * A phone number with several existing bindings to be able to perform queries
#
#
# References to OAS spec schemas refer to schemas specifies in blockchain-public-address.yaml, version 0.3.0-rc.1
# References to OAS spec schemas refer to schemas specifies in blockchain-public-address.yaml

Background: Common retrieveBlockchainPublicAddress setup
Given the resource "/blockchain-public-address/v0.3rc1/blockchain-public-addresses/retrieve-blockchains"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: CAMARA Blockchain Public Address Validation API, v0.1.0-rc.1 - Operatio
# * A valid blockchainPublicAddress in order to be able to generate nonces
#
#
# References to OAS spec schemas refer to schemas specifies in blockchain-public-address-validation.yaml, version 0.1.0-rc.1
# References to OAS spec schemas refer to schemas specifies in blockchain-public-address-validation.yaml

Background: Common createBlockchainPublicAddressValidationNonce setup
Given the resource "/blockchain-public-address-validation/v0.1rc1/blockchain-public-addresses"
Expand Down