From ff208a5152b3ba674c66a3f372b1e80d9f345107 Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Wed, 23 Oct 2024 12:22:14 +0100 Subject: [PATCH] Update request-api-key swagger. --- swagger.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/swagger.yaml b/swagger.yaml index ce9617b3..e5e20d54 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -264,12 +264,6 @@ paths: ``` I am signing this message to prove that I control address
``` - - * If `
` is a gnosis safe multisig: - * `` should be the transaction that created the `
`. - * The transaction should emit a `ProxyCreation` event. [Example](https://basescan.org/tx/0xa61a5d1e4deaf4f4c42ede0ad412e4ca02f5b3d38ebff61f56e8e8d16153d4e6) - - * `` can be produced by any current owner of the multisig requestBody: content: application/json: @@ -881,7 +875,7 @@ components: pattern: ^[a-f0-9]{32}$ Signature: type: string - pattern: ^0x[a-f0-9]{130}$ + pattern: ^0x([a-f0-9]{130})+$ TxHash: type: string pattern: ^0x[a-f0-9]{64}$ @@ -977,15 +971,13 @@ components: $ref: '#/components/schemas/Address' signature: $ref: '#/components/schemas/Signature' - gnosis_safe_setup_tx_hash: - allOf: - - $ref: '#/components/schemas/TxHash' - nullable: true RequestApiKeyResponse: type: object properties: api_key: $ref: '#/components/schemas/MD5' + name: + type: string SubmitAlgorithmRequest: type: object properties: