Skip to main content
PATCH
/
628eb36246e9daa3bc54b58e
Update features
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/628eb36246e9daa3bc54b58e \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": 100,
  "duration": 1,
  "durationType": "week",
  "name": "Shop analytica"
}
'

Body

application/json
amount
number
Example:

100

duration
number
Example:

1

durationType
string
Example:

"week"

name
string
Example:

"Shop analytica"

Response

200 - undefined