Update a specific Function resource
A wrapper that represents a Serverless JavaScript function and groups the different and groups the different Versions of this code.
Update a specific Function resource.
Path parameters
-
The SID of the Service to update the Function resource from.
-
The SID of the Function resource to update.
Body
-
A descriptive string that you create to describe the Function resource. It can be a maximum of 255 characters.
POST /v1/Services/{ServiceSid}/Functions/{Sid}
curl \
-X POST https://serverless.twilio.com/v1/Services/{ServiceSid}/Functions/{Sid} \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'FriendlyName=string'
Request example
{
"FriendlyName": "string"
}
Request examples
{
"FriendlyName": "string"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"friendly_name": "string",
"links": {},
"service_sid": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"friendly_name": "string",
"links": {},
"service_sid": "string",
"sid": "string",
"url": "https://example.com"
}