:11 UTC">4 年 前 link-template.php d01d7cf85d first commit 4 年 前 load.php d01d7cf85d first commit 4 年 前 locale.php d01d7cf85d first commit 4 年 前 media-template.php d01d7cf85d first commit 4 年 前 media.php d01d7cf85d first commit 4 年 前 meta.php d01d7cf85d first commit 4 年 前 ms-blogs.php d01d7cf85d first commit 4 年 前 ms-default-constants.php d01d7cf85d first commit 4 年 前 ms-default-filters.php d01d7cf85d first commit 4 年 前 ms-deprecated.php d01d7cf85d first commit 4 年 前 ms-files.php d01d7cf85d first commit 4 年 前 ms-functions.php d01d7cf85d first commit 4 年 前 ms-load.php d01d7cf85d first commit 4 年 前 ms-network.php d01d7cf85d first commit 4 年 前 ms-settings.php d01d7cf85d first commit 4 年 前 ms-site.php d01d7cf85d first commit 4 年 前 nav-menu-template.php d01d7cf85d first commit 4 年 前 nav-menu.php d01d7cf85d first commit 4 年 前 option.php d01d7cf85d first commit 4 年 前 pluggable-deprecated.php d01d7cf85d first commit 4 年 前 pluggable.php d01d7cf85d first commit 4 年 前 plugin.php d01d7cf85d first commit 4 年 前 post-formats.php d01d7cf85d first commit 4 年 前 post-template.php d01d7cf85d first commit 4 年 前 post-thumbnail-template.php d01d7cf85d first commit 4 年 前 post.php d01d7cf85d first commit 4 年 前 query.php d01d7cf85d first commit 4 年 前 registration-functions.php d01d7cf85d first commit 4 年 前 registration.php d01d7cf85d first commit 4 年 前 rest-api.php d01d7cf85d first commit 4 年 前 revision.php d01d7cf85d first commit 4 年 前 rewrite.php d01d7cf85d first commit 4 年 前 robots-template.php d01d7cf85d first commit 4 年 前 rss-functions.php d01d7cf85d first commit 4 年 前 rss.php d01d7cf85d first commit 4 年 前 script-loader.php d01d7cf85d first commit 4 年 前 session.php d01d7cf85d first commit 4 年 前 shortcodes.php d01d7cf85d first commit 4 年 前 sitemaps.php d01d7cf85d first commit 4 年 前 spl-autoload-compat.php d01d7cf85d first commit 4 年 前 taxonomy.php d01d7cf85d first commit 4 年 前 template-canvas.php d01d7cf85d first commit 4 年 前 template-loader.php d01d7cf85d first commit 4 年 前 template.php d01d7cf85d first commit 4 年 前 theme-i18n.json d01d7cf85d first commit 4 年 前 theme-templates.php d01d7cf85d first commit 4 年 前 theme.json d01d7cf85d first commit 4 年 前 theme.php d01d7cf85d first commit 4 年 前 update.php d01d7cf85d first commit 4 年 前 user.php d01d7cf85d first commit 4 年 前 vars.php d01d7cf85d first commit 4 年 前 version.php d01d7cf85d first commit 4 年 前 widgets.php d01d7cf85d first commit 4 年 前 wlwmanifest.xml d01d7cf85d first commit 4 年 前 wp-db.php d01d7cf85d first commit 4 年 前 wp-diff.php d01d7cf85d first commit 4 年 前 tum/soc - Gogs: Simplico Git Service

Aucune description

validate_app_values.sh 505B

123456789101112131415
  1. # ExecutionOrg MUST be executing.
  2. curl -XPOST http://localhost:5001/api/v1/orgs/b199646b-16d2-456d-9fd6-b9972e929466/validate_app_values -d '{
  3. "append": true,
  4. "workflow_check": true,
  5. "authorization": "1aae630c-ccaf-4cb5-87f9-8a9e0a9afd11",
  6. "execution_ref": "c59ff288-4f02-4d02-b839-133d55c7fdf0",
  7. "org_id": "b199646b-16d2-456d-9fd6-b9972e929466",
  8. "values": [{
  9. "app": "testing",
  10. "action": "repeat_back_to_me",
  11. "parameternames": ["call"],
  12. "parametervalues": ["hey", "ho", "lets", "go"]
  13. }]
  14. }'