Skip to content

Commit

Permalink
More detailed graffiti API descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Nov 10, 2023
1 parent e1c7031 commit f7ea96f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apis/graffiti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ post:
operationId: setGraffiti
summary: Set Graffiti
description: |
Set the graffiti for an individual validator.
Set the graffiti for an individual validator. This graffiti will be used instead
of the process-wide default by the validator when proposing blocks.
security:
- bearerAuth: []
tags:
Expand Down Expand Up @@ -87,7 +88,8 @@ delete:
operationId: deleteGraffiti
summary: Delete Configured Graffiti
description: |
Delete the configured graffiti for the specified public key.
Delete the configured graffiti for the specified public key. The process-wide default
will be used by the validator when proposing blocks.
security:
- bearerAuth: []
tags:
Expand Down

0 comments on commit f7ea96f

Please sign in to comment.