Skip to content

Commit

Permalink
Renamed endpoint summary
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshmiLavanyaKasturi authored and smcclellan committed Aug 2, 2023
1 parent 8fedf86 commit ff7192d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/routes/inscriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const IndexRoutes: FastifyPluginCallback<Record<never, never>, Server, TypeBoxTy
{
schema: {
operationId: 'getInscriptions',
summary: 'Inscriptions',
summary: 'List of Inscriptions',
description: 'Retrieves a list of inscriptions with options to filter and sort results',
tags: ['Inscriptions'],
querystring: Type.Object({
Expand Down Expand Up @@ -190,7 +190,7 @@ const ShowRoutes: FastifyPluginCallback<Record<never, never>, Server, TypeBoxTyp
{
schema: {
operationId: 'getInscription',
summary: 'Inscription',
summary: 'Specific Inscription',
description: 'Retrieves a single inscription',
tags: ['Inscriptions'],
params: Type.Object({
Expand Down

0 comments on commit ff7192d

Please sign in to comment.