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

Commit 068ea4e

Browse files
authored
Merge pull request #411 from dirk-olmes/docfix
Fix table layout for the change operation
2 parents ac55fba + 87f8e25 commit 068ea4e

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
@@ -168,9 +168,11 @@ A `Change` object maps to the LDAP protocol of a modify change, and requires you
168168
to set the `operation` and `modification`. The `operation` is a string, and
169169
must be one of:
170170

171-
||replace||Replaces the attribute referenced in `modification`. If the modification has no values, it is equivalent to a delete.||
172-
||add||Adds the attribute value(s) referenced in `modification`. The attribute may or may not already exist.||
173-
||delete||Deletes the attribute (and all values) referenced in `modification`.||
171+
| Operation | Description |
172+
|-----------|-------------|
173+
| replace | Replaces the attribute referenced in `modification`. If the modification has no values, it is equivalent to a delete. |
174+
| add | Adds the attribute value(s) referenced in `modification`. The attribute may or may not already exist. |
175+
| delete | Deletes the attribute (and all values) referenced in `modification`. |
174176

175177
`modification` is just a plain old JS object with the values you want.
176178

0 commit comments

Comments
 (0)