Modifying a Custom Parsing Rule
Function
Used to modify a configured parsing rule.
URI
PUT /v1/{project_id}/applications/{application_id}/uni-search/rule-regex/{id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Definition: Project ID. For details about how to obtain the project ID, see Obtaining a Project ID. Constraints: N/A Value range: The value can contain 1 to 64 characters. Only digits, letters, hyphens (-), and underscores (_) are allowed. The value must start with a letter. Default value: N/A |
application_id |
Yes |
String |
Definition: Application ID. For details about how to obtain the application ID, see Obtaining an Application ID. Constraints: Character string Value range: The value can contain 1 to 64 characters. Only digits, letters, hyphens (-), and underscores (_) are allowed. The value must start with a letter. Default value: N/A |
id |
Yes |
String |
User-defined parsing rule ID. The value is a string of 1 to 64 characters and can contain only letters, digits, underscores (_), and hyphens (-). |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
Definition: Token used for API authentication. For details about how to obtain the token, see Obtaining an IAM User Token. Constraints: N/A Value range: N/A Default value: N/A |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
regexs |
Yes |
Array of strings |
Definition: Rule list. The size of regexs ranges from 1 to 10. Constraints: N/A Value range: The regexs size must be between 1 and 10. Default value: N/A |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
id |
String |
Definition: ID of the modified rule. Value range: N/A |
Status code: 400
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Definition: Value range: N/A |
error_msg |
String |
Definition: Error message. Value range: N/A |
Status code: 500
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Definition: Value range: N/A |
error_msg |
String |
Definition: Error message. Value range: N/A |
Example Requests
Modify a user parsing rule instance.
/v1/{project_id}/applications/{application_id}/uni-search/rule-regex/{id} { "regexs" : [ "string", "string" ] }
Example Responses
Status code: 200
Response body for modifying a rule.
{ "id" : "1777619994213965826" }
Status Codes
Status Code |
Description |
---|---|
200 |
Response body for modifying a rule. |
400 |
Incorrect request body parameter. |
500 |
Internal error. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot