Skip to content

Commit eb937ce

Browse files
authored
Merge pull request #499 from tisnik/lcore-632-updated-doc
LCORE-632: updated doc
2 parents ee30e11 + eb3ce36 commit eb937ce

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

docs/openapi.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,8 @@ Example:
833833
status={
834834
"previous_status": true,
835835
"updated_status": false,
836-
"updated_by": "user/test"
836+
"updated_by": "user/test",
837+
"timestamp": "2023-03-15 12:34:56"
837838
},
838839
)
839840
```

docs/output.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,8 @@ Example:
823823
status={
824824
"previous_status": true,
825825
"updated_status": false,
826-
"updated_by": "user/test"
826+
"updated_by": "user/test",
827+
"timestamp": "2023-03-15 12:34:56"
827828
},
828829
)
829830
```

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Main classes for the Lightspeed Core Stack REST API service.
55

66
## [client.py](client.py)
7-
LLama Stack client retrieval class.
7+
Llama Stack client retrieval class.
88

99
## [configuration.py](configuration.py)
1010
Configuration loader.

src/authorization/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# List of source files stored in `src/authorization` directory
2+
3+
## [__init__.py](__init__.py)
4+
Authorization module for role-based access control.
5+
6+
## [middleware.py](middleware.py)
7+
Authorization middleware and decorators.
8+
9+
## [resolvers.py](resolvers.py)
10+
Authorization resolvers for role evaluation and access control.
11+

0 commit comments

Comments
 (0)