Skip to content

Commit

Permalink
chore(schema/core): update v1 schema file (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimehk committed Jun 21, 2024
1 parent 8497124 commit 559b7ee
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions schemas/core/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -7650,20 +7650,7 @@
"description": null,
"arguments": []
},
"fields": [
{
"id": "CoreAPI/Endpoints/VirtualMachines/AuthorizedKeysEndpoint/AuthorizedKeysField",
"name": "authorized_keys",
"description": null,
"type": "Apia/Scalars/String",
"null": false,
"array": false,
"spec": {
"all": true,
"spec": null
}
}
],
"fields": [],
"potential_errors": [
"CoreAPI/Endpoints/VirtualMachines/AuthorizedKeysEndpoint/NoVirtualMachineForAPIToken"
],
Expand Down Expand Up @@ -18463,7 +18450,7 @@
"id": "CoreAPI/Endpoints/LoadBalancers/CreateEndpoint",
"name": "Create load balancer",
"description": "Create a new load balancer for a given organization",
"http_status": 200,
"http_status": 201,
"authenticator": null,
"argument_set": {
"id": "CoreAPI/Endpoints/LoadBalancers/CreateEndpoint/BaseArgumentSet",
Expand Down

0 comments on commit 559b7ee

Please sign in to comment.