Skip to content

Commit 739ecc6

Browse files
committed
reformat mdx tables
1 parent 7d8e6ce commit 739ecc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/content/api-docs/acl/policies.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,16 +160,16 @@ $ curl \
160160
This endpoint reads the ACL policies associated with the current workload
161161
identity.
162162

163-
| Method | Path | Produces |
164-
| ------ | -------------------- | ------------------ |
163+
| Method | Path | Produces |
164+
|--------|-----------------------|--------------------|
165165
| `GET` | `/v1/acl/policy/self` | `application/json` |
166166

167167
The table below shows this endpoint's support for
168168
[blocking queries](/nomad/api-docs#blocking-queries), [consistency modes](/nomad/api-docs#consistency-modes) and
169169
[required ACLs](/nomad/api-docs#acls).
170170

171-
| Blocking Queries | Consistency Modes | ACL Required |
172-
| ---------------- | ----------------- | ------------------- |
171+
| Blocking Queries | Consistency Modes | ACL Required |
172+
|------------------|-------------------|---------------------------------|
173173
| `YES` | `all` | Any valid Workload Identity JWT |
174174

175175
### Sample Request

0 commit comments

Comments
 (0)