mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
chore(core): update api doc for create protected app (#5344)
This commit is contained in:
parent
265901f1b8
commit
94bc538484
1 changed files with 21 additions and 0 deletions
|
@ -26,6 +26,27 @@
|
|||
"post": {
|
||||
"summary": "Create an application",
|
||||
"description": "Create a new application with the given data.",
|
||||
"requestBody": {
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"properties": {
|
||||
"protectedAppMetadata": {
|
||||
"description": "The data for protected app.",
|
||||
"properties": {
|
||||
"subDomain": {
|
||||
"description": "The subdomain prefix, e.g., my-site."
|
||||
},
|
||||
"origin": {
|
||||
"description": "The origin of target website, e.g., https://example.com."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "The application was created successfully."
|
||||
|
|
Loading…
Add table
Reference in a new issue