Skip to content

Commit eedfca5

Browse files
committed
fix: update API description and summary to reflect query parameters usage
1 parent cbbf384 commit eedfca5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Http/Actions/MetaBox/MetaBoxGetByRequestModelAction.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ public function __construct(MetaBoxService $metaBoxService, SlugService $slugSer
4747
Get(
4848
path: "/meta-boxes",
4949
operationId: "metaBoxGetByRequestModel",
50-
description: "Get the meta data by slug and model.
50+
description: "Get the meta data by query parameters.
5151
52-
This API will get the meta SEO data by slug and model.
52+
This API will get the meta SEO data by query parameters.
5353
The model can be one of the following: post, page, category, tag, etc.
5454
",
55-
summary: "Get meta data by slug and model",
55+
summary: "Get meta data by query parameters",
5656
tags: ["MetaBox"],
5757
parameters: [
5858
new Parameter(

0 commit comments

Comments
 (0)