identity.yaml
1 get: 2 operationId: getNetworkIdentity 3 tags: 4 - Node 5 summary: Get node network identity 6 description: Retrieves data about the node's network presence 7 responses: 8 "200": 9 description: Request successful 10 content: 11 application/json: 12 schema: 13 title: GetNetworkIdentityResponse 14 type: object 15 properties: 16 data: 17 $ref: "../../beacon-node-oapi.yaml#/components/schemas/NetworkIdentity" 18 "500": 19 $ref: '../../beacon-node-oapi.yaml#/components/responses/InternalError'