API Documentation
- Analysis
- Bilingual File
- Connector
- Conversations
- Job
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- Term Base
- Translation
- Translation Memory
- User
- Webhook
- Workflow changes
Webhook
Edit webhook
PUT
/
api2
/
v2
/
webhooks
/
{webHookUid}
Edit webhook
Copy
Ask AI
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v2/webhooks/{webHookUid} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"url": "<string>",
"events": [
"JOB_STATUS_CHANGED"
],
"secretToken": "<string>",
"secretTokenType": "X_MEMSOURCE_TOKEN",
"hidden": true,
"status": "ENABLED"
}'
Copy
Ask AI
{
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"url": "<string>",
"events": [
"JOB_STATUS_CHANGED"
],
"secretToken": "<string>",
"secretTokenType": "X_MEMSOURCE_TOKEN",
"hidden": true,
"status": "ENABLED",
"failedAttempts": 123,
"created": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"lastModified": "2023-11-07T05:31:56Z",
"lastModifiedBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
}
Path Parameters
Body
application/json
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Edit webhook
Copy
Ask AI
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v2/webhooks/{webHookUid} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"url": "<string>",
"events": [
"JOB_STATUS_CHANGED"
],
"secretToken": "<string>",
"secretTokenType": "X_MEMSOURCE_TOKEN",
"hidden": true,
"status": "ENABLED"
}'
Copy
Ask AI
{
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"url": "<string>",
"events": [
"JOB_STATUS_CHANGED"
],
"secretToken": "<string>",
"secretTokenType": "X_MEMSOURCE_TOKEN",
"hidden": true,
"status": "ENABLED",
"failedAttempts": 123,
"created": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"lastModified": "2023-11-07T05:31:56Z",
"lastModifiedBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
}
Assistant
Responses are generated using AI and may contain mistakes.