v1

latestOpenAPI 3.0.02026-08-061280285.2 KB
Other APIs

Update a custom activity.

post/api/external/custom-activity/update

Headers

RF-Api-Keystring

Request body

activity_idinteger

The id of the activity to be updated.

activity_textstring

The text describing the activity.

activity_timestring

The time of the activity in ISO format.

activity_type_idinteger

The id of the activity type.

activity_user_idinteger

The id of the user who performed the activity.

Example request

{
  "activity_text": "This is a test activity.",
  "activity_time": "2021-05-01T10:30:00+0000"
}

Response

Auto generated using Swagger Inspector