Skip to content

Commit 697b471

Browse files
committed
Use GET route
1 parent 58a6173 commit 697b471

File tree

1 file changed

+1
-2
lines changed
  • validator/client/src/main/java/tech/pegasys/teku/validator/client/restapi/apis

1 file changed

+1
-2
lines changed

validator/client/src/main/java/tech/pegasys/teku/validator/client/restapi/apis/DeleteGraffiti.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@
2424
import tech.pegasys.teku.infrastructure.restapi.endpoints.RestApiRequest;
2525

2626
public class DeleteGraffiti extends RestApiEndpoint {
27-
public static final String ROUTE = "/eth/v1/validator/{pubkey}/graffiti";
2827

2928
public DeleteGraffiti() {
3029
super(
31-
EndpointMetadata.delete(ROUTE)
30+
EndpointMetadata.delete(GetGraffiti.ROUTE)
3231
.operationId("deleteGraffiti")
3332
.summary("Delete Configured Graffiti")
3433
.description("Delete the configured graffiti for the specified public key.")

0 commit comments

Comments
 (0)