Path parameters
-
Which item to be processed
Minimum value is
0
.
PATCH
/pledgedrive/{id}
curl \
-X PATCH https://YOURSITE.infoodle.com/apiv2/pledgedrive/99 \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name":"2025 Building Campaigns"}'
Request examples
{
"name": "2025 Building Campaigns"
}
Response examples (200)
{
"id": 4325342
}
Response examples (401)
{
"error": "Unauthorised"
}
Response examples (403)
{
"error": "Invalid Permission"
}
Response examples (404)
{
"error": "Not Found"
}