Signed-off-by: Seongmin Lee git@boltless.me
+6
-1
Diff
round #1
api/tangled/repocreate.go
api/tangled/repocreate.go
This is a binary file and will not be displayed.
+6
-1
lexicons/repo/create.json
+6
-1
lexicons/repo/create.json
···
10
10
"schema": {
11
11
"type": "object",
12
12
"required": [
13
-
"rkey"
13
+
"rkey",
14
+
"name"
14
15
],
15
16
"properties": {
16
17
"rkey": {
17
18
"type": "string",
18
19
"description": "Rkey of the repository record"
19
20
},
21
+
"name": {
22
+
"type": "string",
23
+
"description": "Name of the repository"
24
+
},
20
25
"defaultBranch": {
21
26
"type": "string",
22
27
"description": "Default branch to push to"
History
2 rounds
0 comments
boltless.me
submitted
#1
1 commit
expand
collapse
lexicons: add required
name field to repo.create
Signed-off-by: Seongmin Lee <git@boltless.me>
expand 0 comments
This pull has been deleted (possibly by jj abandon or jj squash)
boltless.me
submitted
#0
1 commit
expand
collapse
lexicons: add required
name field to repo.create
Signed-off-by: Seongmin Lee <git@boltless.me>