Skip to content

Commit 4538a4b

Browse files
committed
Chore: format again
Signed-off-by: Mark Phelps <[email protected]>
1 parent 8800ad1 commit 4538a4b

File tree

3 files changed

+79
-98
lines changed

3 files changed

+79
-98
lines changed

docs/reo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
!(function () {
22
var e, t, n;
3-
((e = "a9505926280f383"),
3+
(e = "a9505926280f383"),
44
(t = function () {
55
Reo.init({ clientID: "a9505926280f383" });
66
}),
77
((n = document.createElement("script")).src =
88
"https://static.reo.dev/" + e + "/reo.js"),
99
(n.defer = !0),
1010
(n.onload = t),
11-
document.head.appendChild(n));
11+
document.head.appendChild(n);
1212
})();

docs/v1/authorization/overview.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,14 @@ The `input.request` field contains information about the incoming request. This
187187
- `namespace`: The [namespace](/v1/concepts#namespaces) in Flipt of the resource being accessed. If no namespace is provided, the default namespace is used, or it is not applicable as the resource is not namespace scoped (e.g. authentication)
188188

189189
- `resource`: The resource being accessed. This can be one of:
190+
190191
- `namespace`: Access to [namespace](/v1/concepts#namespaces) resources (e.g., listing or creating namespaces).
191192
- `flag`: Access to [flag](/v1/concepts#flags) resources and sub-resources (e.g., listing or creating flags, variants, rules or rollouts).
192193
- `segment`: Access to [segment](/v1/concepts#segments) resources and sub-resources (e.g., listing or creating segments, constraints or distributions).
193194
- `authentication`: Access to authentication resources (e.g., listing or creating client tokens).
194195

195196
- `subject`: The (optional) nested subject of the request. This can be one of:
197+
196198
- `namespace`: Access to [namespace](/v1/concepts#namespaces) resources.
197199
- `flag`: Access to [flag](/v1/concepts#flags) resources.
198200
- `variant`: Access to flag [variant](/v1/concepts#variant-flags) resources.

0 commit comments

Comments
 (0)