Members of an MPTS
| Nickname | Action | Signature | Description |
|---|---|---|---|
| POST MPTS Member | POST | /mpts/mpts_id/mpts_members | Add an SPTS to the specified MPTS output. |
| PUT MPTS Member | PUT | /mpts/mpts_id/mpts_members/:<mpts_member_id> | Change the attributes of the specified SPTS program in the specified MPTS output. |
| GET MPTS Member List | GET | /mpts/mpts_id/mpts_members | Get the list of all the SPTS programs in the specified MPTS output. |
| GET MPTS Member | GET | /mpts/mpts_id/mpts_members/:<mpts_member_id> | Get the specified SPTS program from the specified MPTS output. |
| DELETE MPTS Member | DELETE | /mpts/mpts_id/mpts_members/:<mpts_member_id> | Delete the specified SPTS program from the specified MPTS output. |