You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/SwarmCommon.yaml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1303,28 +1303,28 @@ components:
1303
1303
description: "ACT history Unix timestamp"
1304
1304
1305
1305
SwarmPubsubPeer:
1306
-
in: header
1307
-
name: swarm-pubsub-peer
1306
+
in: query
1307
+
name: peer
1308
1308
schema:
1309
1309
type: string
1310
1310
required: true
1311
1311
description: "Multiaddress of the broker peer to connect to for pubsub"
1312
1312
1313
1313
SwarmPubsubGsocEthAddress:
1314
-
in: header
1315
-
name: swarm-pubsub-gsoc-eth-address
1314
+
in: query
1315
+
name: gsoc-eth-address
1316
1316
schema:
1317
1317
$ref: "#/components/schemas/HexString"
1318
1318
required: false
1319
-
description: "GSOC owner Ethereum address (20 bytes, hex-encoded) for publisher role. Required together with swarm-pubsub-gsoc-topic to upgrade to publisher."
1319
+
description: "GSOC owner Ethereum address (20 bytes, hex-encoded) for publisher role. Required together with gsoc-topic to upgrade to publisher."
1320
1320
1321
1321
SwarmPubsubGsocTopic:
1322
-
in: header
1323
-
name: swarm-pubsub-gsoc-topic
1322
+
in: query
1323
+
name: gsoc-topic
1324
1324
schema:
1325
1325
$ref: "#/components/schemas/HexString"
1326
1326
required: false
1327
-
description: "GSOC topic identifier (hex) for publisher role. Required together with swarm-pubsub-gsoc-eth-address to upgrade to publisher."
1327
+
description: "GSOC topic identifier (hex) for publisher role. Required together with gsoc-eth-address to upgrade to publisher."
0 commit comments