Add info about exposed Project::archived to API docs

This commit is contained in:
Marcus Ilgner 2014-04-20 12:01:55 +02:00
parent b5a73b1f90
commit 61e6863403
No known key found for this signature in database
GPG Key ID: E31D682E2F71FB99
1 changed files with 6 additions and 3 deletions

View File

@ -43,7 +43,8 @@ GET /projects
"owner_id": 1,
"path": "diaspora",
"updated_at": "2013-09-30T13: 46: 02Z"
}
},
"archived": false
},
{
"id": 6,
@ -78,7 +79,8 @@ GET /projects
"owner_id": 1,
"path": "brightbox",
"updated_at": "2013-09-30T13:46:02Z"
}
},
"archived": false
}
]
```
@ -157,7 +159,8 @@ Parameters:
"access_level": 50,
"notification_level": 3
}
}
},
"archived": false
}
```