Proyectos de Subversion LeadersLinked - Services

Rev

Rev 590 | Rev 592 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 590 Rev 591
Línea 4008... Línea 4008...
4008
                                'action' => 'slides'
4008
                                'action' => 'slides'
4009
                            ]
4009
                            ]
4010
                        ],
4010
                        ],
4011
                        'may_terminate' => true
4011
                        'may_terminate' => true
4012
                    ],
4012
                    ],
4013
                    'slide' => [
4013
                    'get-slide' => [
4014
                        'type' => Segment::class,
4014
                        'type' => Segment::class,
4015
                        'options' => [
4015
                        'options' => [
4016
                            'route' => '/slides/:id',
4016
                            'route' => '/slides/:id',
4017
                            'constraints' => [
4017
                            'constraints' => [
4018
                                'id' => '[A-Za-z0-9\-]+\=*'
4018
                                'id' => '[A-Za-z0-9\-]+\=*'
Línea 4026... Línea 4026...
4026
                    ],
4026
                    ],
4027
                    'sync' => [
4027
                    'sync' => [
Línea 4028... Línea 4028...
4028
 
4028
 
4029
                        'type' => Segment::class,
4029
                        'type' => Segment::class,
4030
                        'options' => [
4030
                        'options' => [
4031
                            'route' => '/sync/operation/:operation/topic/:topic_uuid[/capsule/:capsule_uuid][/slide/:slide_uuid][/]',
4031
                            'route' => '/sync/topic/:topic_uuid[/capsule/:capsule_uuid][/slide/:slide_uuid][/]',
4032
                            'constraints' => [
4032
                            'constraints' => [
4033
                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
4033
                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
4034
                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
4034
                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
4035
                                'slide_uuid' => '[A-Za-z0-9\-]+\=*',
4035
                                'slide_uuid' => '[A-Za-z0-9\-]+\=*',