Skip to main content
POST
/
admin
/
program
/
settings
Attach settings to a program
curl --request POST \
  --url https://api.helpyousponsor.com/v1/admin/program/settings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "clinet_id": "<string>",
  "id": 123,
  "settings_id": 123
}'
{
  "message": "Successfully Added Settings To Program"
}

Authorizations

Authorization
string
header
required

Body

application/json
clinet_id
string
id
integer
settings_id
integer

Response

message
string
Example: