StartEditContactFlow

更新时间:
复制 MD 格式

Start editing a contact flow and generate a draft version.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

InstanceId

string

Yes

The instance ID.

ccc-test

ContactFlowId

string

Yes

The contact flow ID.

798e83a9-5140-4039-afa1-761ca4cca2df

Response elements

Element

Type

Description

Example

object

HttpStatusCode

integer

The HTTP status code.

200

Code

string

The response code.

OK

Message

string

The response message.

Data

string

The data, which is the contact flow draft ID.

b3114362-9062-46c7-82dc-ae55ac168b2e

RequestId

string

The request ID.

BC2733CE-C470-564A-8C11-9DC02468823A

Examples

Success response

JSON format

{
  "HttpStatusCode": 200,
  "Code": "OK",
  "Message": "无",
  "Data": "b3114362-9062-46c7-82dc-ae55ac168b2e",
  "RequestId": "BC2733CE-C470-564A-8C11-9DC02468823A"
}

Error codes

HTTP status code

Error code

Error message

Description

404 NotExists.InstanceId The specified instance %s does not exist.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.