File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Subscription/Controller Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public function __construct(
4848 methods: ['POST ' , 'PUT ' ]
4949 )]
5050 #[OA \Post(
51- path: '/subscriber /attribute-values/{subscriberId}/{definitionId} ' ,
51+ path: '/subscribers /attribute-values/{subscriberId}/{definitionId} ' ,
5252 description: '🚧 **Status: Beta** – This method is under development. Avoid using in production. ' .
5353 'Returns created/updated subscriber attribute. ' ,
5454 summary: 'Create/update a subscriber attribute. ' ,
@@ -134,7 +134,7 @@ public function createOrUpdate(
134134 methods: ['DELETE ' ]
135135 )]
136136 #[OA \Delete(
137- path: '/subscriber /attribute-values/{subscriberId}/{definitionId} ' ,
137+ path: '/subscribers /attribute-values/{subscriberId}/{definitionId} ' ,
138138 description: '🚧 **Status: Beta** – This method is under development. Avoid using in production. ' .
139139 'Deletes a single subscriber attribute. ' ,
140140 summary: 'Deletes an attribute. ' ,
You can’t perform that action at this time.
0 commit comments