|
211 | 211 | "name": "supportedFeedOutputType", |
212 | 212 | "in": "query", |
213 | 213 | "description": "", |
214 | | - "required": true, |
| 214 | + "required": false, |
215 | 215 | "deprecated": false, |
216 | 216 | "allowEmptyValue": false, |
217 | 217 | "schema": { |
|
623 | 623 | "deprecated": false |
624 | 624 | } |
625 | 625 | }, |
| 626 | + "/v2/feed-sources/{id}/slides": { |
| 627 | + "get": { |
| 628 | + "operationId": "get-v2-feed-source-slide-id", |
| 629 | + "tags": [ |
| 630 | + "FeedSources" |
| 631 | + ], |
| 632 | + "responses": { |
| 633 | + "200": { |
| 634 | + "description": "OK", |
| 635 | + "content": { |
| 636 | + "application/ld+json": { |
| 637 | + "examples": null |
| 638 | + } |
| 639 | + }, |
| 640 | + "headers": [] |
| 641 | + } |
| 642 | + }, |
| 643 | + "summary": "Retrieves collection of weighted slide resources (feedsource).", |
| 644 | + "description": "Retrieves collection of weighted slide resources (feedsource).", |
| 645 | + "parameters": [ |
| 646 | + { |
| 647 | + "name": "id", |
| 648 | + "in": "path", |
| 649 | + "description": "", |
| 650 | + "required": true, |
| 651 | + "deprecated": false, |
| 652 | + "allowEmptyValue": false, |
| 653 | + "schema": { |
| 654 | + "type": "string", |
| 655 | + "format": "ulid", |
| 656 | + "pattern": "^[A-Za-z0-9]{26}$" |
| 657 | + }, |
| 658 | + "style": "simple", |
| 659 | + "explode": false, |
| 660 | + "allowReserved": false |
| 661 | + }, |
| 662 | + { |
| 663 | + "name": "page", |
| 664 | + "in": "query", |
| 665 | + "description": "", |
| 666 | + "required": true, |
| 667 | + "deprecated": false, |
| 668 | + "allowEmptyValue": false, |
| 669 | + "schema": { |
| 670 | + "type": "integer", |
| 671 | + "minimum": 0, |
| 672 | + "format": "int32", |
| 673 | + "default": 1 |
| 674 | + }, |
| 675 | + "style": "form", |
| 676 | + "explode": false, |
| 677 | + "allowReserved": false |
| 678 | + }, |
| 679 | + { |
| 680 | + "name": "itemsPerPage", |
| 681 | + "in": "query", |
| 682 | + "description": "The number of items per page", |
| 683 | + "required": false, |
| 684 | + "deprecated": false, |
| 685 | + "allowEmptyValue": false, |
| 686 | + "schema": { |
| 687 | + "type": "string", |
| 688 | + "default": "10" |
| 689 | + }, |
| 690 | + "style": "form", |
| 691 | + "explode": false, |
| 692 | + "allowReserved": false |
| 693 | + }, |
| 694 | + { |
| 695 | + "name": "title", |
| 696 | + "in": "query", |
| 697 | + "description": "", |
| 698 | + "required": false, |
| 699 | + "deprecated": false, |
| 700 | + "allowEmptyValue": false, |
| 701 | + "schema": { |
| 702 | + "type": "string" |
| 703 | + }, |
| 704 | + "style": "form", |
| 705 | + "explode": false, |
| 706 | + "allowReserved": false |
| 707 | + }, |
| 708 | + { |
| 709 | + "name": "description", |
| 710 | + "in": "query", |
| 711 | + "description": "", |
| 712 | + "required": false, |
| 713 | + "deprecated": false, |
| 714 | + "allowEmptyValue": false, |
| 715 | + "schema": { |
| 716 | + "type": "string" |
| 717 | + }, |
| 718 | + "style": "form", |
| 719 | + "explode": false, |
| 720 | + "allowReserved": false |
| 721 | + }, |
| 722 | + { |
| 723 | + "name": "createdBy", |
| 724 | + "in": "query", |
| 725 | + "description": "", |
| 726 | + "required": false, |
| 727 | + "deprecated": false, |
| 728 | + "allowEmptyValue": false, |
| 729 | + "schema": { |
| 730 | + "type": "string" |
| 731 | + }, |
| 732 | + "style": "form", |
| 733 | + "explode": false, |
| 734 | + "allowReserved": false |
| 735 | + }, |
| 736 | + { |
| 737 | + "name": "createdBy[]", |
| 738 | + "in": "query", |
| 739 | + "description": "", |
| 740 | + "required": false, |
| 741 | + "deprecated": false, |
| 742 | + "allowEmptyValue": false, |
| 743 | + "schema": { |
| 744 | + "type": "array", |
| 745 | + "items": { |
| 746 | + "type": "string" |
| 747 | + } |
| 748 | + }, |
| 749 | + "style": "form", |
| 750 | + "explode": true, |
| 751 | + "allowReserved": false |
| 752 | + }, |
| 753 | + { |
| 754 | + "name": "modifiedBy", |
| 755 | + "in": "query", |
| 756 | + "description": "", |
| 757 | + "required": false, |
| 758 | + "deprecated": false, |
| 759 | + "allowEmptyValue": false, |
| 760 | + "schema": { |
| 761 | + "type": "string" |
| 762 | + }, |
| 763 | + "style": "form", |
| 764 | + "explode": false, |
| 765 | + "allowReserved": false |
| 766 | + }, |
| 767 | + { |
| 768 | + "name": "modifiedBy[]", |
| 769 | + "in": "query", |
| 770 | + "description": "", |
| 771 | + "required": false, |
| 772 | + "deprecated": false, |
| 773 | + "allowEmptyValue": false, |
| 774 | + "schema": { |
| 775 | + "type": "array", |
| 776 | + "items": { |
| 777 | + "type": "string" |
| 778 | + } |
| 779 | + }, |
| 780 | + "style": "form", |
| 781 | + "explode": true, |
| 782 | + "allowReserved": false |
| 783 | + }, |
| 784 | + { |
| 785 | + "name": "published", |
| 786 | + "in": "query", |
| 787 | + "description": "If true only published content will be shown", |
| 788 | + "required": false, |
| 789 | + "deprecated": false, |
| 790 | + "allowEmptyValue": false, |
| 791 | + "schema": { |
| 792 | + "type": "boolean" |
| 793 | + }, |
| 794 | + "style": "form", |
| 795 | + "explode": false, |
| 796 | + "allowReserved": false |
| 797 | + }, |
| 798 | + { |
| 799 | + "name": "order[title]", |
| 800 | + "in": "query", |
| 801 | + "description": "", |
| 802 | + "required": false, |
| 803 | + "deprecated": false, |
| 804 | + "allowEmptyValue": false, |
| 805 | + "schema": { |
| 806 | + "type": "string", |
| 807 | + "default": "asc", |
| 808 | + "enum": [ |
| 809 | + "asc", |
| 810 | + "desc" |
| 811 | + ] |
| 812 | + }, |
| 813 | + "style": "form", |
| 814 | + "explode": false, |
| 815 | + "allowReserved": false |
| 816 | + }, |
| 817 | + { |
| 818 | + "name": "order[description]", |
| 819 | + "in": "query", |
| 820 | + "description": "", |
| 821 | + "required": false, |
| 822 | + "deprecated": false, |
| 823 | + "allowEmptyValue": false, |
| 824 | + "schema": { |
| 825 | + "type": "string", |
| 826 | + "default": "asc", |
| 827 | + "enum": [ |
| 828 | + "asc", |
| 829 | + "desc" |
| 830 | + ] |
| 831 | + }, |
| 832 | + "style": "form", |
| 833 | + "explode": false, |
| 834 | + "allowReserved": false |
| 835 | + }, |
| 836 | + { |
| 837 | + "name": "order[createdAt]", |
| 838 | + "in": "query", |
| 839 | + "description": "", |
| 840 | + "required": false, |
| 841 | + "deprecated": false, |
| 842 | + "allowEmptyValue": false, |
| 843 | + "schema": { |
| 844 | + "type": "string", |
| 845 | + "default": "asc", |
| 846 | + "enum": [ |
| 847 | + "asc", |
| 848 | + "desc" |
| 849 | + ] |
| 850 | + }, |
| 851 | + "style": "form", |
| 852 | + "explode": false, |
| 853 | + "allowReserved": false |
| 854 | + }, |
| 855 | + { |
| 856 | + "name": "order[modifiedAt]", |
| 857 | + "in": "query", |
| 858 | + "description": "", |
| 859 | + "required": false, |
| 860 | + "deprecated": false, |
| 861 | + "allowEmptyValue": false, |
| 862 | + "schema": { |
| 863 | + "type": "string", |
| 864 | + "default": "asc", |
| 865 | + "enum": [ |
| 866 | + "asc", |
| 867 | + "desc" |
| 868 | + ] |
| 869 | + }, |
| 870 | + "style": "form", |
| 871 | + "explode": false, |
| 872 | + "allowReserved": false |
| 873 | + } |
| 874 | + ], |
| 875 | + "deprecated": false |
| 876 | + } |
| 877 | + }, |
626 | 878 | "/v2/feed_sources/{id}/config/{name}": { |
627 | 879 | "get": { |
628 | 880 | "operationId": "get-v2-feed-source-id-config-name", |
|
7933 | 8185 | } |
7934 | 8186 | } |
7935 | 8187 | }, |
| 8188 | + "FeedSource-feed-sources-slide.read": { |
| 8189 | + "type": "object", |
| 8190 | + "description": "", |
| 8191 | + "deprecated": false |
| 8192 | + }, |
7936 | 8193 | "FeedSource.FeedSource": { |
7937 | 8194 | "type": "object", |
7938 | 8195 | "description": "", |
|
7991 | 8248 | } |
7992 | 8249 | } |
7993 | 8250 | }, |
| 8251 | + "FeedSource.FeedSource-feed-sources-slide.read": { |
| 8252 | + "type": "object", |
| 8253 | + "description": "", |
| 8254 | + "deprecated": false |
| 8255 | + }, |
7994 | 8256 | "FeedSource.FeedSource.jsonld": { |
7995 | 8257 | "type": "object", |
7996 | 8258 | "description": "", |
|
8084 | 8346 | } |
8085 | 8347 | } |
8086 | 8348 | }, |
| 8349 | + "FeedSource.FeedSource.jsonld-feed-sources-slide.read": { |
| 8350 | + "type": "object", |
| 8351 | + "description": "", |
| 8352 | + "deprecated": false, |
| 8353 | + "properties": { |
| 8354 | + "@id": { |
| 8355 | + "readOnly": true, |
| 8356 | + "type": "string" |
| 8357 | + }, |
| 8358 | + "@type": { |
| 8359 | + "readOnly": true, |
| 8360 | + "type": "string" |
| 8361 | + } |
| 8362 | + } |
| 8363 | + }, |
8087 | 8364 | "FeedSource.FeedSourceInput": { |
8088 | 8365 | "type": "object", |
8089 | 8366 | "description": "", |
|
8245 | 8522 | } |
8246 | 8523 | } |
8247 | 8524 | }, |
| 8525 | + "FeedSource.jsonld-feed-sources-slide.read": { |
| 8526 | + "type": "object", |
| 8527 | + "description": "", |
| 8528 | + "deprecated": false, |
| 8529 | + "properties": { |
| 8530 | + "@id": { |
| 8531 | + "readOnly": true, |
| 8532 | + "type": "string" |
| 8533 | + }, |
| 8534 | + "@type": { |
| 8535 | + "readOnly": true, |
| 8536 | + "type": "string" |
| 8537 | + } |
| 8538 | + } |
| 8539 | + }, |
8248 | 8540 | "Media": { |
8249 | 8541 | "type": "object", |
8250 | 8542 | "description": "", |
|
0 commit comments