fix up api index
authorTom Clegg <tom@clinicalfuture.com>
Wed, 10 Apr 2013 20:11:12 +0000 (13:11 -0700)
committerTom Clegg <tom@clinicalfuture.com>
Wed, 10 Apr 2013 20:11:12 +0000 (13:11 -0700)
doc/api/index.md
doc/api/job-task.textile [moved from doc/api/job-script.textile with 97% similarity]

index 043c9522a3d5a63f797ec002b531d145edf0a42b..2f83dbb1474cc235a065ec59c52b146338a73326 100644 (file)
@@ -9,9 +9,11 @@ navorder: 0
 
 ### Concepts
 
-* Each API uses the same [authentication mechanism](authentication.html)
-* Resources in requests and responses adhere to a [common structure](resources.html)
-* API transactions use common [REST methods](methods.html)
+* Each API uses the same [authentication mechanism](authentication.html).
+* Resources in requests and responses adhere to a [common structure](resources.html).
+* API transactions use common [REST methods](methods.html).
+* API transactions are subject to a [permission model](permission-model.html).
+* [Job tasks](job-task.html) use some special API features.
 
 ### Resources
 
similarity index 97%
rename from doc/api/job-script.textile
rename to doc/api/job-task.textile
index 0bdf978550929d8fd29b33b6475a5bf581540e99..f68dd80b67172d9f3fd01c5121dff93fdbee91c9 100644 (file)
@@ -1,7 +1,7 @@
 ---
 layout: default
 navsection: api
-title: Job scripts
+title: Job tasks
 navorder: 5
 ---