Skip to content

Commit

Permalink
Rename Android -> App
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkonidas committed Sep 7, 2024
1 parent 7729c0d commit 49927e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/plexus_web/controllers/api/v1/app_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defmodule PlexusWeb.API.V1.AppController do
parameters: [
package: [
in: :path,
description: "Android Package",
description: "App Package",
type: :string,
required: true,
example: "com.google.android.youtube"
Expand Down
2 changes: 1 addition & 1 deletion lib/plexus_web/controllers/api/v1/schemas/app.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule PlexusWeb.API.V1.Schemas.App do
type: :object,
properties: %{
name: %Schema{type: :string, description: "Name"},
package: %Schema{type: :string, description: "Android Package"},
package: %Schema{type: :string, description: "App Package"},
icon_url: %Schema{type: :string, description: "URL of Icon"},
scores: Scores
},
Expand Down

0 comments on commit 49927e7

Please sign in to comment.