Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 87f8e25

Browse files
committed
Fix table layout for the change operation
1 parent 9884679 commit 87f8e25

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/client.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,11 @@ A `Change` object maps to the LDAP protocol of a modify change, and requires you
156156
to set the `operation` and `modification`. The `operation` is a string, and
157157
must be one of:
158158

159-
||replace||Replaces the attribute referenced in `modification`. If the modification has no values, it is equivalent to a delete.||
160-
||add||Adds the attribute value(s) referenced in `modification`. The attribute may or may not already exist.||
161-
||delete||Deletes the attribute (and all values) referenced in `modification`.||
159+
| Operation | Description |
160+
|-----------|-------------|
161+
| replace | Replaces the attribute referenced in `modification`. If the modification has no values, it is equivalent to a delete. |
162+
| add | Adds the attribute value(s) referenced in `modification`. The attribute may or may not already exist. |
163+
| delete | Deletes the attribute (and all values) referenced in `modification`. |
162164

163165
`modification` is just a plain old JS object with the values you want.
164166

0 commit comments

Comments
 (0)