# Patch update Dialstring Endpoint: PATCH /dialstrings/{dialstring_id} Version: 1.12 Security: bearerAuth ## Path parameters: - `dialstring_id` (integer, required) Dial string identifier Example: 1 ## Request fields (application/json-patch+json): - `op` (string, required) The JSON Patch operation to be performed Enum: "add", "remove", "replace", "move", "copy", "test" - `path` (string, required) A JSON-Pointer - `value` (object) The value to be used within the operations - `from` (string) A string containing a JSON Pointer value ## Response 200 fields (application/json): - `id` (integer) Internal identifier for dialstring Example: 1 - `dialstring` (string, required) Dialstring prefix - `referenceDataSourceChargeGroupId` (integer, required) Identifier of the linked reference data source charge group Example: 1 - `startDate` (string, required) Date this dialstring applies from - `endDate` (string) Date this dialstring applies to ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields