satellite/admin: obvious project name in documentation

This commit is contained in:
littleskunk 2020-05-14 14:50:58 +02:00 committed by GitHub
parent 49571f1a23
commit 28a886f399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ A successful request:
```json
{
"ownerId": "ca7aa0fb-442a-4d4e-aa36-a49abddae837",
"projectName": "2af8dc53-cadf-4ced-9b5c-e554afdadb51",
"projectName": "My Second Project",
}
```
@ -73,4 +73,4 @@ A successful response:
{
"projectId": "ca7aa0fb-442a-4d4e-aa36-a49abddae837",
}
```
```