| 38 | ---- |
| 39 | |
| 40 | === POST Method Params === |
| 41 | |
| 42 | ==== Create POST ==== |
| 43 | |
| 44 | || '''Name''' || '''Value''' || |
| 45 | || name || lower case alphanumeric string, optionally with dashes and underscores, string length at least 2 characters || |
| 46 | |
| 47 | ==== Update POST ==== |
| 48 | |
| 49 | || '''Name''' || '''Value''' || |
| 50 | || name || established name string (can't be updated) || |
| 51 | || title || string || |
| 52 | || url || string || |
| 53 | || download_url || string || |
| 54 | || licences || list of license ids || |
| 55 | || tags || space-separated list of tag strings || |
| 56 | || notes || multi-line string || |
| 57 | || log_message || string || |
| 58 | |
| 59 | ---- |
| 60 | |
| 61 | == Current Development Issues == |
| 62 | |
| 63 | * How does a machine client acquire and select from the package license options? |
| 64 | * Can the above POST parameter data types be specified more formally? |